[0/2] fix problem in Rx

Message ID 20231211054526.1701663-1-chaoyong.he@corigine.com (mailing list archive)
Headers
Series fix problem in Rx |

Message

Chaoyong He Dec. 11, 2023, 5:45 a.m. UTC
  Fix two problems in the receive function.

Long Wu (2):
  net/nfp: fix receive function memory leak
  net/nfp: fix invalid Rx descriptor data

 drivers/net/nfp/flower/nfp_flower.c |  4 +++-
 drivers/net/nfp/nfp_rxtx.c          | 18 +++++++++---------
 2 files changed, 12 insertions(+), 10 deletions(-)
  

Comments

Ferruh Yigit Dec. 13, 2023, 10:40 a.m. UTC | #1
On 12/11/2023 5:45 AM, Chaoyong He wrote:
> Fix two problems in the receive function.
> 
> Long Wu (2):
>   net/nfp: fix receive function memory leak
>   net/nfp: fix invalid Rx descriptor data
> 

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