DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/2] atomic changes
@ 2022-05-10  6:31 Ruifeng Wang
  2022-05-10  6:31 ` [PATCH 1/2] net/bnxt: use compiler atomics for stats Ruifeng Wang
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Ruifeng Wang @ 2022-05-10  6:31 UTC (permalink / raw)
  To: ajit.khaparde, somnath.kotur; +Cc: dev, honnappa.nagarahalli, nd, Ruifeng Wang

This patch set includes changes proposed for BNXT PMD.
These are C11 atomic and synchronization changes. Occruances of
rte_atomicNN and rte_smp_XX are touched. 

Ruifeng Wang (2):
  net/bnxt: use compiler atomics for stats
  net/bnxt: remove some dead code

 drivers/net/bnxt/bnxt_cpr.h   | 14 --------------
 drivers/net/bnxt/bnxt_rxq.c   |  2 +-
 drivers/net/bnxt/bnxt_rxq.h   |  2 +-
 drivers/net/bnxt/bnxt_rxr.c   |  9 +++++----
 drivers/net/bnxt/bnxt_stats.c |  4 ++--
 5 files changed, 9 insertions(+), 22 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-05-23  0:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-10  6:31 [PATCH 0/2] atomic changes Ruifeng Wang
2022-05-10  6:31 ` [PATCH 1/2] net/bnxt: use compiler atomics for stats Ruifeng Wang
2022-05-10  6:31 ` [PATCH 2/2] net/bnxt: remove some dead code Ruifeng Wang
2022-05-11  6:08   ` Ruifeng Wang
2022-05-23  0:55 ` [PATCH 0/2] atomic changes Ajit Khaparde

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).