[dpdk-dev] [PATCH v8 1/9] ethdev: introduce representor type

Ferruh Yigit ferruh.yigit at intel.com
Mon Mar 8 15:35:53 CET 2021


On 3/4/2021 2:30 PM, Xueming Li wrote:
> To support more representor type, this patch introduces representor type
> enum. The enum is subject to be extended to support new representor in
> patches upcoming.
> 
> For each devarg structure, only one type supported.
> 
> Signed-off-by: Xueming Li <xuemingl at nvidia.com>
> Acked-by: Viacheslav Ovsiienko <viacheslavo at nvidia.com>
> Acked-by: Thomas Monjalon <thomas at monjalon.net>
> Acked-by: Ajit Khaparde <ajit.khaparde at broadcom.com>
> Acked-by: Andrew Rybchenko <andrew.rybchenko at oktetlabs.ru>
> Acked-by: Hyong Youb Kim <hyonkim at cisco.com>
> ---
>   drivers/net/bnxt/bnxt_ethdev.c     |  7 +++++++
>   drivers/net/enic/enic_ethdev.c     |  6 ++++++
>   drivers/net/i40e/i40e_ethdev.c     |  7 +++++++
>   drivers/net/ixgbe/ixgbe_ethdev.c   |  7 +++++++
>   drivers/net/mlx5/linux/mlx5_os.c   | 11 +++++++++++
>   lib/librte_ethdev/ethdev_driver.h  |  7 ++++++-
>   lib/librte_ethdev/ethdev_private.c |  5 +++++
>   lib/librte_ethdev/rte_ethdev.h     |  8 ++++++++
>   8 files changed, 57 insertions(+), 1 deletion(-)

Hi Xueming,

There are a few instance of 'rte_eth_devargs_parse()' usages in the drivers, 
they may be added after you started this work.
Can you please rebase on latest head for it?


More information about the dev mailing list