[dpdk-dev] [PATCH 0/2] add ifc driver to meson build
Xiao Wang
xiao.w.wang at intel.com
Wed Jun 13 13:32:44 CEST 2018
The first patch unifies the driver name in compiler flag, document.
The second patch adds ifc driver to meson build.
Xiao Wang (2):
net/ifc: make driver name consistent
net/ifc: add to meson build
MAINTAINERS | 4 ++--
config/common_base | 4 ++--
config/common_linuxapp | 2 +-
doc/guides/nics/{ifcvf.rst => ifc.rst} | 0
doc/guides/nics/index.rst | 2 +-
drivers/net/Makefile | 2 +-
drivers/net/ifc/Makefile | 8 ++++----
drivers/net/ifc/meson.build | 7 +++++++
.../net/ifc/{rte_ifcvf_version.map => rte_pmd_ifc_version.map} | 0
drivers/net/meson.build | 2 +-
mk/rte.app.mk | 2 +-
11 files changed, 20 insertions(+), 13 deletions(-)
rename doc/guides/nics/{ifcvf.rst => ifc.rst} (100%)
create mode 100644 drivers/net/ifc/meson.build
rename drivers/net/ifc/{rte_ifcvf_version.map => rte_pmd_ifc_version.map} (100%)
--
2.15.1
More information about the dev
mailing list