On Thu, 10 Jul 2025 18:56:37 +0800 Junlong Wang <wang.junlo...@zte.com.cn> wrote:
> 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(-) > Queued to next-net for 25.11