On Wed, Apr 04, 2018 at 02:51:15PM +0800, Rosen Xu wrote: > Signed-off-by: Rosen Xu <rosen...@intel.com>
Please include a description of this patch in the commit message. The cover letter is not going to be part of the commit history, after all. Therefore, move or copy relevant parts of the cover letter to the commit message here, so that someone viewing the git log gets a good overview of this work. > --- > config/common_base | 5 + > drivers/bus/Makefile | 1 + > drivers/bus/ifpga/Makefile | 32 ++ > drivers/bus/ifpga/ifpga_bus.c | 504 > ++++++++++++++++++++++++++++ > drivers/bus/ifpga/ifpga_common.c | 88 +++++ > drivers/bus/ifpga/ifpga_common.h | 18 + > drivers/bus/ifpga/ifpga_logs.h | 31 ++ > drivers/bus/ifpga/rte_bus_ifpga.h | 168 ++++++++++ > drivers/bus/ifpga/rte_bus_ifpga_version.map | 10 + > mk/rte.app.mk | 2 + Need to add this to the meson build too. If you are unfamiliar with building DPDK with meson see "doc/build-sdk-meson.txt". /Bruce