[dpdk-dev] [PATCH 0/2] have net drivers use a standard map file name format

Ferruh Yigit ferruh.yigit at intel.com
Thu Sep 14 18:34:19 CEST 2017


On 9/14/2017 4:57 PM, Bruce Richardson wrote:
> rename some of the version.map files that don't match the standard naming
> convention. For future meson build system, this will save us having to
> specify for each driver what the filename of its map file is.
> 
> Bruce Richardson (2):
>   net/bonding: rename map file to standard name
>   net/xenvirt: rename map file to standard name

+1 for bonding,
but xenvirt is going away in this release, can we drop that one?

> 
>  drivers/net/bonding/Makefile                                            | 2 +-
>  .../net/bonding/{rte_eth_bond_version.map => rte_pmd_bond_version.map}  | 0
>  drivers/net/xenvirt/Makefile                                            | 2 +-
>  .../{rte_eth_xenvirt_version.map => rte_pmd_xenvirt_version.map}        | 0
>  4 files changed, 2 insertions(+), 2 deletions(-)
>  rename drivers/net/bonding/{rte_eth_bond_version.map => rte_pmd_bond_version.map} (100%)
>  rename drivers/net/xenvirt/{rte_eth_xenvirt_version.map => rte_pmd_xenvirt_version.map} (100%)
> 



More information about the dev mailing list