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

Guoyang Zhou zhouguoyang at huawei.com
Fri Jul 16 11:54:27 CEST 2021


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 the problem of MTU inconsistent

Guoyang Zhou (3):
  net/hinic: increase the protection of the VLAN
  net/hinic/base: fix the problem of LRO
  net/hinic: fix the problem of MTU inconsistent

 drivers/net/hinic/base/hinic_pmd_niccfg.h |  9 ---------
 drivers/net/hinic/base/hinic_pmd_nicio.c  |  4 ++--
 drivers/net/hinic/hinic_pmd_ethdev.c      | 12 +++---------
 drivers/net/hinic/hinic_pmd_ethdev.h      | 17 +++++++++++++++++
 4 files changed, 22 insertions(+), 20 deletions(-)

-- 
1.8.3.1



More information about the dev mailing list