[0/3] Fix three coverity issues of bond PMD

Message ID 20231010062304.205933-1-chaoyong.he@corigine.com (mailing list archive)
Headers
Series Fix three coverity issues of bond PMD |

Message

Chaoyong He Oct. 10, 2023, 6:23 a.m. UTC
  This patch series fix three coverity issues about bond PMD and test
case, 403097, 403099 and 403101.

Long Wu (3):
  app/test: fix control flow issue
  net/bonding: fix illegal memory accesses
  app/test: fix checking return value

 app/test/test_link_bonding.c              | 3 ++-
 app/test/test_link_bonding_mode4.c        | 3 +--
 drivers/net/bonding/rte_eth_bond_8023ad.c | 4 ++++
 3 files changed, 7 insertions(+), 3 deletions(-)
  

Comments

Ferruh Yigit Oct. 31, 2023, 2:52 p.m. UTC | #1
On 10/10/2023 7:23 AM, Chaoyong He wrote:
> This patch series fix three coverity issues about bond PMD and test
> case, 403097, 403099 and 403101.
> 
> Long Wu (3):
>   app/test: fix control flow issue
>   net/bonding: fix illegal memory accesses
>   app/test: fix checking return value
> 

Except from 2/3,
Series applied to dpdk-next-net/main, thanks.