DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/7] refactor flow validate and create interface
@ 2024-06-19  9:19 Chaoyong He
  2024-06-19  9:19 ` [PATCH 1/7] net/nfp: remove the unused parameter Chaoyong He
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Chaoyong He @ 2024-06-19  9:19 UTC (permalink / raw)
  To: dev; +Cc: oss-drivers, Chaoyong He

This patch series refactor the flow validate and create interface,
make the logic more readable and esaier to extend.

Chaoyong He (7):
  net/nfp: remove the unused parameter
  net/nfp: exit as soon as possible
  net/nfp: remove the duplicate logic of output action
  net/nfp: split out the flow item check logic
  net/nfp: simplify the flow item calculate logic
  net/nfp: split out the flow action check logic
  net/nfp: simplify the flow action calculate logic

 drivers/net/nfp/flower/nfp_flower_flow.c | 784 +++++++++++++----------
 1 file changed, 431 insertions(+), 353 deletions(-)

-- 
2.39.1


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

end of thread, other threads:[~2024-07-07  2:12 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-19  9:19 [PATCH 0/7] refactor flow validate and create interface Chaoyong He
2024-06-19  9:19 ` [PATCH 1/7] net/nfp: remove the unused parameter Chaoyong He
2024-06-19  9:19 ` [PATCH 2/7] net/nfp: exit as soon as possible Chaoyong He
2024-06-19  9:19 ` [PATCH 3/7] net/nfp: remove the duplicate logic of output action Chaoyong He
2024-06-19  9:19 ` [PATCH 4/7] net/nfp: split out the flow item check logic Chaoyong He
2024-06-19  9:19 ` [PATCH 5/7] net/nfp: simplify the flow item calculate logic Chaoyong He
2024-06-19  9:19 ` [PATCH 6/7] net/nfp: split out the flow action check logic Chaoyong He
2024-06-19  9:19 ` [PATCH 7/7] net/nfp: simplify the flow action calculate logic Chaoyong He
2024-07-07  2:11 ` [PATCH 0/7] refactor flow validate and create interface 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).