Re: [dpdk-dev] [PATCH v2] ethdev: remove device-specific comments from VLAN API

2020-08-05 Thread Thomas Monjalon
05/08/2020 18:57, Ferruh Yigit: > On 8/5/2020 12:27 PM, Andrew Rybchenko wrote: > > On 8/4/20 12:48 PM, Thomas Monjalon wrote: > >> Some confusing comments were still present from old days, > >> when most drivers were from Intel. > >> > >> Signed-off-by: Thomas Monjalon > > Acked-by: Andrew Rybche

Re: [dpdk-dev] [PATCH v2] ethdev: remove device-specific comments from VLAN API

2020-08-05 Thread Ferruh Yigit
On 8/5/2020 12:27 PM, Andrew Rybchenko wrote: > On 8/4/20 12:48 PM, Thomas Monjalon wrote: >> Some confusing comments were still present from old days, >> when most drivers were from Intel. >> >> Signed-off-by: Thomas Monjalon > > Acked-by: Andrew Rybchenko > Acked-by: Ferruh Yigit

Re: [dpdk-dev] [PATCH v2] ethdev: remove device-specific comments from VLAN API

2020-08-05 Thread Andrew Rybchenko
On 8/4/20 12:48 PM, Thomas Monjalon wrote: > Some confusing comments were still present from old days, > when most drivers were from Intel. > > Signed-off-by: Thomas Monjalon Acked-by: Andrew Rybchenko

Re: [dpdk-dev] [PATCH v2] ethdev: remove device-specific comments from VLAN API

2020-08-05 Thread David Marchand
On Tue, Aug 4, 2020 at 11:48 AM Thomas Monjalon wrote: > > Some confusing comments were still present from old days, > when most drivers were from Intel. > > Signed-off-by: Thomas Monjalon > --- > v2: remove i40e comment for pvid field > --- > lib/librte_ethdev/rte_ethdev.h | 12 ++-- >

[dpdk-dev] [PATCH v2] ethdev: remove device-specific comments from VLAN API

2020-08-04 Thread Thomas Monjalon
Some confusing comments were still present from old days, when most drivers were from Intel. Signed-off-by: Thomas Monjalon --- v2: remove i40e comment for pvid field --- lib/librte_ethdev/rte_ethdev.h | 12 ++-- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/lib/librte_e