DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/4] more unnecessary function pointer
@ 2025-03-11 15:51 Stephen Hemminger
  2025-03-11 15:51 ` [PATCH 1/4] raw/ifpga: remove unnecessary deref of function pointers Stephen Hemminger
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Stephen Hemminger @ 2025-03-11 15:51 UTC (permalink / raw)
  To: dev; +Cc: Stephen Hemminger

A few more cases where there is unnecessary deref (*) on
function pointers.

Stephen Hemminger (4):
  raw/ifpga: remove unnecessary deref of function pointers
  crypto/ionic: remove unnecessary deref of function pointer
  regexdev: another unnecessary deref of function pointers
  vhost: remove unnecessary deref of function pointers

 drivers/crypto/ionic/ionic_crypto.h |  2 +-
 drivers/raw/ifpga/afu_pmd_core.c    | 16 ++++++++--------
 lib/regexdev/rte_regexdev.h         |  8 ++++----
 lib/vhost/vhost_user.c              |  4 ++--
 4 files changed, 15 insertions(+), 15 deletions(-)

-- 
2.47.2


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

end of thread, other threads:[~2025-03-11 16:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-03-11 15:51 [PATCH 0/4] more unnecessary function pointer Stephen Hemminger
2025-03-11 15:51 ` [PATCH 1/4] raw/ifpga: remove unnecessary deref of function pointers Stephen Hemminger
2025-03-11 16:03   ` Bruce Richardson
2025-03-11 15:51 ` [PATCH 2/4] crypto/ionic: remove unnecessary deref of function pointer Stephen Hemminger
2025-03-11 15:51 ` [PATCH 3/4] regexdev: another unnecessary deref of function pointers Stephen Hemminger
2025-03-11 15:51 ` [PATCH 4/4] vhost: remove " Stephen Hemminger
2025-03-11 16:04 ` [PATCH 0/4] more unnecessary function pointer Bruce Richardson

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