[0/2] Fix two converity issue of NFP PMD

Message ID 20231010061727.205886-1-chaoyong.he@corigine.com (mailing list archive)
Headers
Series Fix two converity issue of NFP PMD |

Message

Chaoyong He Oct. 10, 2023, 6:17 a.m. UTC
  This patch series fix two converity issue 403098 and 403100.

Long Wu (2):
  net/nfp: fix checking return value
  net/nfp: fix illegal memory accesses

 drivers/net/nfp/nfpcore/nfp6000_pcie.c | 8 +++++---
 drivers/net/nfp/nfpcore/nfp_rtsym.c    | 2 +-
 2 files changed, 6 insertions(+), 4 deletions(-)
  

Comments

Ferruh Yigit Oct. 16, 2023, 1:25 p.m. UTC | #1
On 10/10/2023 7:17 AM, Chaoyong He wrote:
> This patch series fix two converity issue 403098 and 403100.
> 
> Long Wu (2):
>   net/nfp: fix checking return value
>   net/nfp: fix illegal memory accesses
> 
>  

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