Re: [dpdk-dev] [PATCH v2 0/5] Fixes and supports for txgbe

2021-04-29 Thread Ferruh Yigit
On 4/29/2021 11:33 AM, Jiawen Wu wrote: > Fix some bugs, remove redundant code, add copyright. > > v2: > - Add a separate condition to enable and disable QINQ strip. > - Add support for VXLAN-GPE. > - Reword commit logs. > - Remove redundant 'retval' variable. > > Jiawen Wu (5): > net/txgbe: fi

[dpdk-dev] [PATCH v2 0/5] Fixes and supports for txgbe

2021-04-29 Thread Jiawen Wu
Fix some bugs, remove redundant code, add copyright. v2: - Add a separate condition to enable and disable QINQ strip. - Add support for VXLAN-GPE. - Reword commit logs. - Remove redundant 'retval' variable. Jiawen Wu (5): net/txgbe: fix RSS in QINQ net/txgbe: fix VF MTU limit setting net/tx