[0/2] add ifc driver to meson build

Message ID 20180613113246.13576-1-xiao.w.wang@intel.com (mailing list archive)
Headers
Series add ifc driver to meson build |

Message

Xiao Wang June 13, 2018, 11:32 a.m. UTC
  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%)
  

Comments

Ferruh Yigit June 14, 2018, 11:52 a.m. UTC | #1
On 6/13/2018 12:32 PM, Xiao Wang wrote:
> 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

Series applied to dpdk-next-net/master, thanks.