Re: [dpdk-dev] [PATCH] app/testpmd: fix tx vlan and qinq insert enable

2019-03-01 Thread Ferruh Yigit
On 2/19/2019 6:48 AM, Nithin Kumar Dabilpuram wrote: > Tx VLAN & QinQ insert enable need not depend on > Rx VLAN offload ETH_VLAN_EXTEND_OFFLOAD. +1 > Also enable > DEV_TX_OFFLOAD_VLAN_INSERT for tx_qinq_set() as it takes > both vlan id's. +1 Technically two different but related fix, should i

[dpdk-dev] [PATCH] app/testpmd: fix tx vlan and qinq insert enable

2019-02-18 Thread Nithin Kumar Dabilpuram
Tx VLAN & QinQ insert enable need not depend on Rx VLAN offload ETH_VLAN_EXTEND_OFFLOAD. Also enable DEV_TX_OFFLOAD_VLAN_INSERT for tx_qinq_set() as it takes both vlan id's. Signed-off-by: Nithin Dabilpuram --- app/test-pmd/config.c | 15 ++- 1 file changed, 2 insertions(+), 13 delet