Re: [dpdk-dev] [RFC 4/7] ethdev: capability for new representor syntax

2020-12-28 Thread Andrew Rybchenko
On 12/18/20 5:55 PM, Xueming Li wrote: > This patch introduces new eth device capability to support SubFunction > representor device. > > Signed-off-by: Xueming Li Motivation why the flag is required is missing.

[dpdk-dev] [RFC 4/7] ethdev: capability for new representor syntax

2020-12-18 Thread Xueming Li
This patch introduces new eth device capability to support SubFunction representor device. Signed-off-by: Xueming Li --- lib/librte_ethdev/rte_ethdev.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/librte_ethdev/rte_ethdev.h b/lib/librte_ethdev/rte_ethdev.h index f5f8919186..3c087bec