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