DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 00/11] Clean up NFP PMD
@ 2023-10-28  6:15 Chaoyong He
  2023-10-28  6:15 ` [PATCH 01/11] net/nfp: use the suitable helper macro Chaoyong He
                   ` (11 more replies)
  0 siblings, 12 replies; 27+ messages in thread
From: Chaoyong He @ 2023-10-28  6:15 UTC (permalink / raw)
  To: dev; +Cc: oss-drivers, Chaoyong He

This patch series clean up the NFP PMD, by:
- Using the DPDK macro and API to replace the user defined ones.
- Remove the unneeded macro and logic.
- Remove the duplicated logic.

Chaoyong He (11):
  net/nfp: use the suitable helper macro
  net/nfp: remove the unneeded call of underlying API
  net/nfp: remove the unneeded check of process type
  net/nfp: remove the unneeded data abstraction
  net/nfp: remove the redundancy macro
  net/nfp: remove redundancy logic of init control BAR
  net/nfp: use the DPDK defined function
  net/nfp: replace hard coded value
  net/nfp: unify the PMD name with macro
  net/nfp: extract a helper function
  net/nfp: remove the redundancy logic of representor port

 drivers/common/nfp/nfp_common_ctrl.h          |  17 --
 drivers/net/nfp/flower/nfp_flower.c           | 111 +-------
 drivers/net/nfp/flower/nfp_flower.h           |   4 +-
 drivers/net/nfp/flower/nfp_flower_cmsg.c      |   3 +-
 drivers/net/nfp/flower/nfp_flower_ctrl.c      |   6 +-
 .../net/nfp/flower/nfp_flower_representor.c   | 253 +-----------------
 drivers/net/nfp/nfd3/nfp_nfd3_dp.c            |   2 +-
 drivers/net/nfp/nfdk/nfp_nfdk_dp.c            |   2 +-
 drivers/net/nfp/nfp_ethdev.c                  |  88 +++---
 drivers/net/nfp/nfp_ethdev_vf.c               |  28 +-
 drivers/net/nfp/nfp_ipsec.c                   |  18 +-
 drivers/net/nfp/nfp_net_common.c              | 203 ++++++++------
 drivers/net/nfp/nfp_net_common.h              |  13 +-
 drivers/net/nfp/nfp_net_ctrl.c                |   2 +-
 drivers/net/nfp/nfp_rxtx.c                    |  11 +-
 drivers/net/nfp/nfp_rxtx.h                    |   6 -
 16 files changed, 203 insertions(+), 564 deletions(-)

-- 
2.39.1


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

end of thread, other threads:[~2023-11-02  1:25 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-28  6:15 [PATCH 00/11] Clean up NFP PMD Chaoyong He
2023-10-28  6:15 ` [PATCH 01/11] net/nfp: use the suitable helper macro Chaoyong He
2023-10-28  6:15 ` [PATCH 02/11] net/nfp: remove the unneeded call of underlying API Chaoyong He
2023-10-28  6:15 ` [PATCH 03/11] net/nfp: remove the unneeded check of process type Chaoyong He
2023-10-28  6:15 ` [PATCH 04/11] net/nfp: remove the unneeded data abstraction Chaoyong He
2023-10-28  6:15 ` [PATCH 05/11] net/nfp: remove the redundancy macro Chaoyong He
2023-10-28  6:15 ` [PATCH 06/11] net/nfp: remove redundancy logic of init control BAR Chaoyong He
2023-10-28  6:15 ` [PATCH 07/11] net/nfp: use the DPDK defined function Chaoyong He
2023-10-28  6:15 ` [PATCH 08/11] net/nfp: replace hard coded value Chaoyong He
2023-10-28  6:15 ` [PATCH 09/11] net/nfp: unify the PMD name with macro Chaoyong He
2023-10-28  6:15 ` [PATCH 10/11] net/nfp: extract a helper function Chaoyong He
2023-10-28  6:15 ` [PATCH 11/11] net/nfp: remove the redundancy logic of representor port Chaoyong He
2023-10-28  6:53 ` [PATCH v2 00/11] Clean up NFP PMD Chaoyong He
2023-10-28  6:53   ` [PATCH v2 01/11] net/nfp: use the suitable helper macro Chaoyong He
2023-10-28  6:53   ` [PATCH v2 02/11] net/nfp: remove the unneeded call of underlying API Chaoyong He
2023-10-28  6:53   ` [PATCH v2 03/11] net/nfp: remove the unneeded check of process type Chaoyong He
2023-10-28  6:53   ` [PATCH v2 04/11] net/nfp: remove the unneeded data abstraction Chaoyong He
2023-11-01 17:57     ` Ferruh Yigit
2023-11-02  1:25       ` Chaoyong He
2023-10-28  6:53   ` [PATCH v2 05/11] net/nfp: remove the redundancy macro Chaoyong He
2023-10-28  6:53   ` [PATCH v2 06/11] net/nfp: remove redundancy logic of init control BAR Chaoyong He
2023-10-28  6:53   ` [PATCH v2 07/11] net/nfp: use the DPDK defined function Chaoyong He
2023-10-28  6:53   ` [PATCH v2 08/11] net/nfp: replace hard coded value Chaoyong He
2023-10-28  6:53   ` [PATCH v2 09/11] net/nfp: unify the PMD name with macro Chaoyong He
2023-10-28  6:53   ` [PATCH v2 10/11] net/nfp: extract a helper function Chaoyong He
2023-10-28  6:53   ` [PATCH v2 11/11] net/nfp: remove the redundancy logic of representor port Chaoyong He
2023-11-01 18:33   ` [PATCH v2 00/11] Clean up NFP PMD 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).