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

2019-03-26 Thread Iremonger, Bernard
Hi Nithin > Subject: [PATCH v2 2/2] app/testpmd: fix tx qinq insert enable > ./dpdk/devtools/check-git-log.sh -1 Wrong headline lowercase: app/testpmd: fix tx qinq insert enable The commit line does not seem correct as it is actually fixing the tx_qinq_set() function. Otherwise Ack

[dpdk-dev] [PATCH v2 2/2] app/testpmd: fix tx qinq insert enable

2019-03-18 Thread Nithin Kumar Dabilpuram
Enable DEV_TX_OFFLOAD_VLAN_INSERT also along with DEV_TX_OFFLOAD_VLAN_QINQ in tx_qinq_set() as it takes both vlan id's as arguments. Fixes: 597f9fafe13b ("app/testpmd: convert to new Tx offloads API") Cc: shah...@mellanox.com Signed-off-by: Nithin Dabilpuram --- v2: * Split change into two seper