DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/3] remove usage of rte_panic() and ASSERT() from PMD
@ 2023-02-03  7:57 Chaoyong He
  2023-02-03  7:57 ` [PATCH 1/3] net/nfp: remove panic usage during reconfig Chaoyong He
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Chaoyong He @ 2023-02-03  7:57 UTC (permalink / raw)
  To: dev; +Cc: oss-drivers, niklas.soderlund, 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() 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(-)

-- 
2.29.3


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-02-03 18:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-03  7:57 [PATCH 0/3] remove usage of rte_panic() and ASSERT() from PMD Chaoyong He
2023-02-03  7:57 ` [PATCH 1/3] net/nfp: remove panic usage during reconfig Chaoyong He
2023-02-03  7:57 ` [PATCH 2/3] net/nfp: remove panic usage for multisegment Tx Chaoyong He
2023-02-03  7:57 ` [PATCH 3/3] net/nfp: remove ASSERT() macro Chaoyong He
2023-02-03 18:57 ` [PATCH 0/3] remove usage of rte_panic() and ASSERT() from PMD Ferruh Yigit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).