Re: [PATCH v2 0/4] AF_XDP PMD Bugfixes

2024-05-21 Thread Ferruh Yigit
On 5/14/2024 4:34 PM, Stephen Hemminger wrote: > On Tue, 14 May 2024 08:41:51 + > Ciara Loftus wrote: > >> Series of fixes for the AF_XDP PMD. >> >> Ciara Loftus (4): >> net/af_xdp: fix port ID not set in Rx mbuf >> net/af_xdp: fix mbuf alloc failed statistic >> net/af_xdp: fix stats re

Re: [PATCH v2 0/4] AF_XDP PMD Bugfixes

2024-05-20 Thread Ferruh Yigit
On 5/14/2024 9:41 AM, Ciara Loftus wrote: > Series of fixes for the AF_XDP PMD. > > Ciara Loftus (4): > net/af_xdp: fix port ID not set in Rx mbuf > net/af_xdp: fix mbuf alloc failed statistic > net/af_xdp: fix stats reset > net/af_xdp: remove unused local statistic > > drivers/net/af_xd

Re: [PATCH v2 0/4] AF_XDP PMD Bugfixes

2024-05-14 Thread Stephen Hemminger
On Tue, 14 May 2024 08:41:51 + Ciara Loftus wrote: > Series of fixes for the AF_XDP PMD. > > Ciara Loftus (4): > net/af_xdp: fix port ID not set in Rx mbuf > net/af_xdp: fix mbuf alloc failed statistic > net/af_xdp: fix stats reset > net/af_xdp: remove unused local statistic > > dr

[PATCH v2 0/4] AF_XDP PMD Bugfixes

2024-05-14 Thread Ciara Loftus
Series of fixes for the AF_XDP PMD. Ciara Loftus (4): net/af_xdp: fix port ID not set in Rx mbuf net/af_xdp: fix mbuf alloc failed statistic net/af_xdp: fix stats reset net/af_xdp: remove unused local statistic drivers/net/af_xdp/rte_eth_af_xdp.c | 30 + 1 fil