[v2,0/4] AF_XDP PMD Bugfixes

Message ID 20240514084155.50673-1-ciara.loftus@intel.com (mailing list archive)
Headers
Series AF_XDP PMD Bugfixes |

Message

Loftus, Ciara May 14, 2024, 8:41 a.m. UTC
  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 file changed, 26 insertions(+), 4 deletions(-)
  

Comments

Stephen Hemminger May 14, 2024, 3:34 p.m. UTC | #1
On Tue, 14 May 2024 08:41:51 +0000
Ciara Loftus <ciara.loftus@intel.com> 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_xdp/rte_eth_af_xdp.c | 30 +++++++++++++++++++++++++----
>  1 file changed, 26 insertions(+), 4 deletions(-)
> 


Series-Acked-by: Stephen Hemminger <stephen@networkplumber.org>
  
Ferruh Yigit May 20, 2024, 10:25 p.m. UTC | #2
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_xdp/rte_eth_af_xdp.c | 30 +++++++++++++++++++++++++----
>  1 file changed, 26 insertions(+), 4 deletions(-)
> 

Recheck-request: iol-unit-amd64-testing
  
Ferruh Yigit May 21, 2024, 11:12 a.m. UTC | #3
On 5/14/2024 4:34 PM, Stephen Hemminger wrote:
> On Tue, 14 May 2024 08:41:51 +0000
> Ciara Loftus <ciara.loftus@intel.com> 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_xdp/rte_eth_af_xdp.c | 30 +++++++++++++++++++++++++----
>>  1 file changed, 26 insertions(+), 4 deletions(-)
>>
> 
> 
> Series-Acked-by: Stephen Hemminger <stephen@networkplumber.org>
>

Series applied to dpdk-next-net/main, thanks.

(3/4 updated slightly as commented to that patch)