Re: [dpdk-dev] [PATCH v4 1/2] app/testpmd: fix Tx VLAN and QinQ dependency

2019-04-05 Thread Ferruh Yigit
On 4/5/2019 2:10 PM, Nithin Kumar D wrote: > Hi Ferruh, > > Yes, our mail server had some issue and was inserting CRLF chars. So I sent > the same v3 as v4 from gmail. If the content is same I will continue with v3, thanks. > > Thanks > Nithin > > On Fri, Apr 5, 2019 at 5:36 PM Ferruh Yigit w

Re: [dpdk-dev] [PATCH v4 1/2] app/testpmd: fix Tx VLAN and QinQ dependency

2019-04-05 Thread Nithin Kumar D
Hi Ferruh, Yes, our mail server had some issue and was inserting CRLF chars. So I sent the same v3 as v4 from gmail. Thanks Nithin On Fri, Apr 5, 2019 at 5:36 PM Ferruh Yigit wrote: > On 4/5/2019 1:04 PM, Nithin Dabilpuram wrote: > > From: Nithin Dabilpuram > > > > Tx VLAN & QinQ insert enabl

Re: [dpdk-dev] [PATCH v4 1/2] app/testpmd: fix Tx VLAN and QinQ dependency

2019-04-05 Thread Ferruh Yigit
On 4/5/2019 1:04 PM, Nithin Dabilpuram wrote: > From: Nithin Dabilpuram > > Tx VLAN & QinQ insert enable need not depend on > Rx VLAN offload ETH_VLAN_EXTEND_OFFLOAD. For Tx VLAN > insert enable, error check is now to see if QinQ was enabled > but only single VLAN id is set. > > Fixes: 6a34f9169

[dpdk-dev] [PATCH v4 1/2] app/testpmd: fix Tx VLAN and QinQ dependency

2019-04-05 Thread Nithin Dabilpuram
From: Nithin Dabilpuram Tx VLAN & QinQ insert enable need not depend on Rx VLAN offload ETH_VLAN_EXTEND_OFFLOAD. For Tx VLAN insert enable, error check is now to see if QinQ was enabled but only single VLAN id is set. Fixes: 6a34f91690d0 ("app/testpmd: fix error message when setting Tx VLAN") Cc