[dpdk-dev] [PATCH] net/i40e: fix mbuf resource leakage problem

2021-08-21 Thread chenqiming_huawei
From: Qiming Chen In the i40evf_dev_rx_queue_start function, when the function i40evf_switch_queue returns failed, the previously requested mbuf resource is not released. Fixes: 74b7496b0cb3 ("net/i40e: remove redundant queue id checks") Cc: sta...@dpdk.org Signed-off-by: Qiming Chen --- driv

[dpdk-dev] [PATCH] net/i40e: fix vf resource leakage problem

2021-08-21 Thread chenqiming_huawei
From: Qiming Chen In the i40evf_dev_init function, when the MAC memory alloc fails, the previously initialized vf resource is not released, resulting in leakage. The patch calls the i40evf_uninit_vf function in the abnormal branch to release resources. Fixes: 5c9222058df7 ("i40e: move to drivers

[dpdk-dev] [PATCH] net/i40e: fix dev startup resource release problem

2021-08-21 Thread chenqiming_huawei
From: Qiming Chen In the eth_i40e_dev_init function, the tunnel and ehtertype hash table resource release interface should be rte_hash_free instead of rte_free, and the previously registered interrupt handling function also needs to be removed from the interrupt list. The patch is amended to use

[dpdk-dev] [PATCH] net/i40e: fix dev startup resource release problem

2021-08-21 Thread chenqiming_huawei
From: Qiming Chen In the eth_i40e_dev_init function, the tunnel and ehtertype hash table resource release interface should be rte_hash_free instead of rte_free, and the previously registered interrupt handling function also needs to be removed from the interrupt list. The patch is amended to use

Re: [dpdk-dev] [PATCH 21.11 v2 0/3] octeontx build only on 64-bit Linux

2021-08-21 Thread Pavan Nikhilesh Bhagavatula
>On Thu, Mar 25, 2021 at 3:52 PM Thomas Monjalon > wrote: >> >> This is a reorg of the patches from Pavan. >> It has been discussed that it should wait for DPDK 21.11 >> for ABI compatibility reason. >> >> Pavan Nikhilesh (3): >> net/thunderx: enable build only on 64-bit Linux >> common/octeont

Re: [dpdk-dev] [DPDK] net/ipn3ke: change function label from EXPERIMENTAL to INTERNAL

2021-08-21 Thread Xu, Rosen
Thanks a lot Ray. > -Original Message- > From: Kinsella, Ray > Sent: Friday, August 20, 2021 23:39 > To: Yigit, Ferruh ; Xu, Rosen ; > dev@dpdk.org > Cc: tho...@monjalon.net; Zhang, Tianfei ; Huang, > Wei > Subject: Re: [DPDK] net/ipn3ke: change function label from EXPERIMENTAL > to INTE