DPDK patches and discussions
 help / color / mirror / Atom feed
* [RFC 0/5] net/zxdh: possible changes
@ 2025-02-23  2:42 Stephen Hemminger
  2025-02-23  2:42 ` [RFC 1/5] net/zxdh: remove __rte_unused from function prototypes Stephen Hemminger
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Stephen Hemminger @ 2025-02-23  2:42 UTC (permalink / raw)
  To: dev; +Cc: Stephen Hemminger

Reviewing zxdh driver these are some obvious things that could
be fixed

Stephen Hemminger (5):
  net/zxdh: remove __rte_unused from function prototypes
  net/zxdh: remove __rte_unused attribute
  net/zxdh: fix RTE_ASSERT expression
  net/zxdh: make callback table const and static
  net/zxdh: fix indentation in mtr get and use assign

 drivers/net/zxdh/zxdh_ethdev.c     |  2 +-
 drivers/net/zxdh/zxdh_ethdev_ops.c |  2 +-
 drivers/net/zxdh/zxdh_ethdev_ops.h | 10 ++++------
 drivers/net/zxdh/zxdh_msg.c        | 24 ++++++++++--------------
 drivers/net/zxdh/zxdh_msg.h        |  1 -
 drivers/net/zxdh/zxdh_mtr.c        | 30 +++++++++++++++---------------
 drivers/net/zxdh/zxdh_mtr.h        |  4 ++--
 drivers/net/zxdh/zxdh_np.h         |  2 +-
 drivers/net/zxdh/zxdh_queue.h      |  4 ++--
 drivers/net/zxdh/zxdh_rxtx.h       |  6 ++----
 10 files changed, 38 insertions(+), 47 deletions(-)

-- 
2.47.2


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

end of thread, other threads:[~2025-02-23  2:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-02-23  2:42 [RFC 0/5] net/zxdh: possible changes Stephen Hemminger
2025-02-23  2:42 ` [RFC 1/5] net/zxdh: remove __rte_unused from function prototypes Stephen Hemminger
2025-02-23  2:42 ` [RFC 2/5] net/zxdh: remove __rte_unused attribute Stephen Hemminger
2025-02-23  2:42 ` [RFC 3/5] net/zxdh: fix RTE_ASSERT expression Stephen Hemminger
2025-02-23  2:42 ` [RFC 4/5] net/zxdh: make callback table const and static Stephen Hemminger
2025-02-23  2:42 ` [RFC 5/5] net/zxdh: fix indentation in mtr get and use assign Stephen Hemminger

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