DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/8] make the logic conform the coding style of DPDK
@ 2023-05-19  2:59 Chaoyong He
  2023-05-19  2:59 ` [PATCH 1/8] net/nfp: reuse the ring buffer struct Chaoyong He
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Chaoyong He @ 2023-05-19  2:59 UTC (permalink / raw)
  To: dev; +Cc: oss-drivers, niklas.soderlund, Chaoyong He

Modify some logic of nfp PMD, to make it conform the coding style
of DPDK.

Also remove some unnecessary macro and functions which DPDK has
already provided.

Chaoyong He (8):
  net/nfp: reuse the ring buffer struct
  net/nfp: modify the rxq struct
  net/nfp: modify the Rx descriptor struct
  net/nfp: modify the txq struct
  net/nfp: remove the custom round macro
  net/nfp: remove the unneeded comment
  net/nfp: revise cast from void pointer
  net/nfp: revise the logic of MAC address

 drivers/net/nfp/flower/nfp_flower.c           |  42 ++--
 drivers/net/nfp/flower/nfp_flower_ctrl.c      |   8 +-
 .../net/nfp/flower/nfp_flower_representor.c   |  39 ++--
 drivers/net/nfp/nfd3/nfp_nfd3_dp.c            |   7 +-
 drivers/net/nfp/nfdk/nfp_nfdk_dp.c            |  16 +-
 drivers/net/nfp/nfp_common.c                  |  38 +---
 drivers/net/nfp/nfp_common.h                  |  18 +-
 drivers/net/nfp/nfp_cpp_bridge.c              |  14 --
 drivers/net/nfp/nfp_cpp_bridge.h              |  14 --
 drivers/net/nfp/nfp_ctrl.h                    |  11 --
 drivers/net/nfp/nfp_ethdev.c                  |  33 +---
 drivers/net/nfp/nfp_ethdev_vf.c               |  34 +---
 drivers/net/nfp/nfp_flow.c                    |  60 +++---
 drivers/net/nfp/nfp_rxtx.c                    |  44 ++---
 drivers/net/nfp/nfp_rxtx.h                    | 187 ++++++++----------
 drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c    |   2 +-
 drivers/net/nfp/nfpcore/nfp_nsp.h             |   4 +-
 drivers/net/nfp/nfpcore/nfp_nsp_eth.c         |   8 +-
 drivers/net/nfp/nfpcore/nfp_rtsym.c           |   4 +-
 drivers/net/nfp/nfpcore/nfp_rtsym.h           |  19 --
 20 files changed, 200 insertions(+), 402 deletions(-)

-- 
2.39.1


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

end of thread, other threads:[~2023-05-19 13:56 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-19  2:59 [PATCH 0/8] make the logic conform the coding style of DPDK Chaoyong He
2023-05-19  2:59 ` [PATCH 1/8] net/nfp: reuse the ring buffer struct Chaoyong He
2023-05-19  2:59 ` [PATCH 2/8] net/nfp: modify the rxq struct Chaoyong He
2023-05-19  2:59 ` [PATCH 3/8] net/nfp: modify the Rx descriptor struct Chaoyong He
2023-05-19  2:59 ` [PATCH 4/8] net/nfp: modify the txq struct Chaoyong He
2023-05-19  2:59 ` [PATCH 5/8] net/nfp: remove the custom round macro Chaoyong He
2023-05-19  2:59 ` [PATCH 6/8] net/nfp: remove the unneeded comment Chaoyong He
2023-05-19  2:59 ` [PATCH 7/8] net/nfp: revise cast from void pointer Chaoyong He
2023-05-19  2:59 ` [PATCH 8/8] net/nfp: revise the logic of MAC address Chaoyong He
2023-05-19 13:55 ` [PATCH 0/8] make the logic conform the coding style of DPDK 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).