v2: - using structure assignment operation instead of memcpy. mac_filter->mac = eth_dev->data->mac_addrs; Junlong Wang (6): net/zxdh: fix meson.build issues in compilation net/zxdh: fix issues related to MAC configuration net/zxdh: fix some VLAN related issues net/zxdh: fix RSS related issues net/zxdh: add support VLAN TPID set ops net/zxdh: add support I510/511 PF device ID drivers/net/zxdh/meson.build | 2 +- drivers/net/zxdh/zxdh_common.c | 2 +- drivers/net/zxdh/zxdh_ethdev.c | 109 ++++++++++++++++++++-- drivers/net/zxdh/zxdh_ethdev.h | 7 +- drivers/net/zxdh/zxdh_ethdev_ops.c | 144 ++++++++++++++++++++++------- drivers/net/zxdh/zxdh_ethdev_ops.h | 1 + drivers/net/zxdh/zxdh_msg.c | 123 +++++++++++++++++++++--- drivers/net/zxdh/zxdh_msg.h | 30 ++++++ drivers/net/zxdh/zxdh_pci.c | 2 + drivers/net/zxdh/zxdh_tables.c | 70 ++++++++------ drivers/net/zxdh/zxdh_tables.h | 7 +- 11 files changed, 416 insertions(+), 81 deletions(-) -- 2.27.0