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

2021-02-14 Thread Hyong Youb Kim (hyonkim)
> -Original Message- > From: Xueming Li > Sent: Sunday, February 14, 2021 12:22 PM > Cc: dev@dpdk.org; Viacheslav Ovsiienko ; > xuemi...@nvidia.com; Asaf Penso ; Ajit Khaparde > ; Somnath Kotur > ; John Daley (johndale) > ; Hyong Youb Kim (hyonkim) ; > Beilei Xing ; Jeff Guo ; Haiyue > Wan

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

2021-02-13 Thread Xueming Li
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 Acked-by: Viacheslav Ovsiienko Acked-by: Thomas Monjalo