Re: [PATCH 0/2] fix coverity issues

2024-07-19 Thread Ferruh Yigit
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.

[PATCH 0/2] fix coverity issues

2024-07-16 Thread Chaoyong He
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 +++--

Re: [dpdk-dev] [PATCH 0/2] Fix Coverity issues for virtio-pci and vhost-user msg

2018-11-09 Thread Maxime Coquelin
On 11/7/18 10:01 AM, Tiwei Bie wrote: Tiwei Bie (2): net/virtio: fix unchecked return value vhost: remove unneeded null pointer check drivers/net/virtio/virtio_pci.c | 10 -- lib/librte_vhost/vhost_user.c | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) Applie

[dpdk-dev] [PATCH 0/2] Fix Coverity issues for virtio-pci and vhost-user msg

2018-11-07 Thread Tiwei Bie
Tiwei Bie (2): net/virtio: fix unchecked return value vhost: remove unneeded null pointer check drivers/net/virtio/virtio_pci.c | 10 -- lib/librte_vhost/vhost_user.c | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) -- 2.19.1