mbox series

[0/2] fix coverity issues

Message ID 20240717032445.442348-1-chaoyong.he@corigine.com (mailing list archive)
Headers
Series fix coverity issues |

Message

Chaoyong He July 17, 2024, 3:24 a.m. UTC
This patch series fix two coverity issues:
- 439964
- 439967

Chaoyong He (1):
  net/nfp: fix copy and paste error

Long Wu (1):
  net/nfp: fix AVX2 vector Rx function memory overrun

 drivers/net/nfp/flower/nfp_flower_flow.c |  4 +--
 drivers/net/nfp/nfp_rxtx_vec_avx2.c      | 41 +++++++++++++++---------
 2 files changed, 27 insertions(+), 18 deletions(-)
  

Comments

Ferruh Yigit July 19, 2024, 7:40 a.m. UTC | #1
On 7/17/2024 4:24 AM, Chaoyong He wrote:
> This patch series fix two coverity issues:
> - 439964
> - 439967
> 
> Chaoyong He (1):
>   net/nfp: fix copy and paste error
> 
> Long Wu (1):
>   net/nfp: fix AVX2 vector Rx function memory overrun
>

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