mbox

[v1,0/3] fix some problems of mtu, vlan, lro

Message ID cover.1626429126.git.zhouguoyang@huawei.com (mailing list archive)
Headers

Message

Guoyang Zhou July 16, 2021, 9:54 a.m. UTC
  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(-)