Re: [PATCH 0/3] remove usage of rte_panic() and ASSERT() from PMD

2023-02-03 Thread Ferruh Yigit
On 2/3/2023 7:57 AM, Chaoyong He wrote: > This patch series is aimed to allow the DPDK app to deal with > the error as necessary, by: > * Remove the usage of rte_panic() > * Remove the usage of ASSERT() > > James Hershaw (3): > net/nfp: remove panic usage during reconfig > net/nfp: remove pani

[PATCH 0/3] remove usage of rte_panic() and ASSERT() from PMD

2023-02-02 Thread Chaoyong He
This patch series is aimed to allow the DPDK app to deal with the error as necessary, by: * Remove the usage of rte_panic() * Remove the usage of ASSERT() James Hershaw (3): net/nfp: remove panic usage during reconfig net/nfp: remove panic usage for multisegment Tx net/nfp: remove ASSERT() m