Re: [PATCH v5 00/15] net/zxdh: updated net zxdh driver

2024-12-24 Thread Stephen Hemminger
On Mon, 23 Dec 2024 19:02:34 +0800 Junlong Wang wrote: > V5: > - Simplify the notify_data part in the zxdh_notify_queue function. > - Replace rte_zmalloc with rte_calloc in the rss_reta_update function. > - Remove unnecessary check in mtu_set function. > > V4: > - resolved ci compile iss

Re: [PATCH v5 00/15] net/zxdh: updated net zxdh driver

2024-12-24 Thread Stephen Hemminger
On Mon, 23 Dec 2024 19:02:34 +0800 Junlong Wang wrote: > V5: > - Simplify the notify_data part in the zxdh_notify_queue function. > - Replace rte_zmalloc with rte_calloc in the rss_reta_update function. > - Remove unnecessary check in mtu_set function. > > V4: > - resolved ci compile iss

[PATCH v5 00/15] net/zxdh: updated net zxdh driver

2024-12-23 Thread Junlong Wang
V5: - Simplify the notify_data part in the zxdh_notify_queue function. - Replace rte_zmalloc with rte_calloc in the rss_reta_update function. - Remove unnecessary check in mtu_set function. V4: - resolved ci compile issues. V3: - use rte_zmalloc and rte_calloc to avoid memset. - remov