DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/4] remove unnecessary null checks
@ 2022-11-09 23:46 Stephen Hemminger
  2022-11-09 23:46 ` [PATCH 1/4] gve: " Stephen Hemminger
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Stephen Hemminger @ 2022-11-09 23:46 UTC (permalink / raw)
  To: dev; +Cc: Stephen Hemminger

This patch set is from running the null_free coccinelle
script on the current main branch.

Stephen Hemminger (4):
  gve: remove unnecessary null checks
  mlx5: remove unnecessary null checks
  idpf: remove unnecessary null checks
  examples: remove unnecessary null checks

 drivers/net/gve/gve_ethdev.c       |  6 ++----
 drivers/net/idpf/idpf_rxtx.c       |  3 +--
 drivers/net/mlx5/hws/mlx5dr_pool.c |  3 +--
 drivers/net/mlx5/mlx5_flow_hw.c    |  6 ++----
 examples/distributor/main.c        |  3 +--
 examples/fips_validation/main.c    | 15 +++++----------
 6 files changed, 12 insertions(+), 24 deletions(-)

-- 
2.35.1


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

end of thread, other threads:[~2022-11-15 17:23 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-09 23:46 [PATCH 0/4] remove unnecessary null checks Stephen Hemminger
2022-11-09 23:46 ` [PATCH 1/4] gve: " Stephen Hemminger
2022-11-09 23:46 ` [PATCH 2/4] mlx5: " Stephen Hemminger
2022-11-09 23:46 ` [PATCH 3/4] idpf: remvoee " Stephen Hemminger
2022-11-09 23:46 ` [PATCH 4/4] examples: remove " Stephen Hemminger
2022-11-14 15:43   ` Dooley, Brian
2022-11-15 14:03 ` [PATCH 0/4] " Thomas Monjalon
2022-11-15 16:46   ` Stephen Hemminger
2022-11-15 17:23     ` Thomas Monjalon

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