mbox series

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

Message ID 20230203075736.18616-1-chaoyong.he@corigine.com (mailing list archive)
Headers
Series remove usage of rte_panic() and ASSERT() from PMD |

Message

Chaoyong He Feb. 3, 2023, 7:57 a.m. UTC
  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() macro

 drivers/net/nfp/flower/nfp_flower.c | 11 ++++-------
 drivers/net/nfp/nfp_common.c        | 24 ++++++++++++------------
 drivers/net/nfp/nfp_logs.h          |  2 --
 drivers/net/nfp/nfp_rxtx.c          | 14 +++++---------
 4 files changed, 21 insertions(+), 30 deletions(-)
  

Comments

Ferruh Yigit Feb. 3, 2023, 6:57 p.m. UTC | #1
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 panic usage for multisegment Tx
>   net/nfp: remove ASSERT() macro


Thanks for cleanup!

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