Re: [PATCH v2 0/6] net/zxdh: fix meson.build issues in compilation

2025-08-03 Thread Stephen Hemminger
On Thu, 10 Jul 2025 18:56:37 +0800 Junlong Wang 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 configura

[PATCH v2 0/6] net/zxdh: fix meson.build issues in compilation

2025-07-10 Thread Junlong Wang
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 relat