Re: [dpdk-dev] [PATCH v1 0/3] fix some problems of mtu, vlan, lro

2021-07-23 Thread Thomas Monjalon
16/07/2021 11:54, Guoyang Zhou: > The vlan id 0 can not be deleted, and the rx queue must config > as ceq disable, and must set msix state disable because of lro > function, and fix the problem of MTU inconsistent in the driver > and firmware. > > Guoyang Zhou (3): > net/hinic: increase the prot

[dpdk-dev] [PATCH v1 0/3] fix some problems of mtu, vlan, lro

2021-07-16 Thread Guoyang Zhou
The vlan id 0 can not be deleted, and the rx queue must config as ceq disable, and must set msix state disable because of lro function, and fix the problem of MTU inconsistent in the driver and firmware. -- v1: - increase the protection of the VLAN interface - fix the problem of LRO - fix th