DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/6] net/hns3: some code optimization for Rx/Tx function
@ 2023-02-11  9:18 Dongdong Liu
  2023-02-11  9:18 ` [PATCH 1/6] net/hns3: fix querying dummy function failed Dongdong Liu
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Dongdong Liu @ 2023-02-11  9:18 UTC (permalink / raw)
  To: dev, ferruh.yigit, thomas, andrew.rybchenko
  Cc: stable, yisen.zhuang, liudongdong3, lihuisong

This patchset is to do some code optimization for Rx/Tx function.

Huisong Li (6):
  net/hns3: fix querying dummy function failed
  net/hns3: add debug info for Rx/Tx dummy function
  net/hns3: remove debug condition for Tx prepare
  net/hns3: separate tx prepare from getting Tx function
  net/hns3: remove getting Tx function from head file
  net/hns3: extract common functions to set Rx/Tx

 drivers/net/hns3/hns3_ethdev.c    |  20 ++----
 drivers/net/hns3/hns3_ethdev_vf.c |  19 ++----
 drivers/net/hns3/hns3_mp.c        |   4 +-
 drivers/net/hns3/hns3_rxtx.c      | 108 ++++++++++++++++++------------
 drivers/net/hns3/hns3_rxtx.h      |   5 +-
 5 files changed, 79 insertions(+), 77 deletions(-)

--
2.22.0


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

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

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-11  9:18 [PATCH 0/6] net/hns3: some code optimization for Rx/Tx function Dongdong Liu
2023-02-11  9:18 ` [PATCH 1/6] net/hns3: fix querying dummy function failed Dongdong Liu
2023-02-11  9:18 ` [PATCH 2/6] net/hns3: add debug info for Rx/Tx dummy function Dongdong Liu
2023-02-11  9:18 ` [PATCH 3/6] net/hns3: remove debug condition for Tx prepare Dongdong Liu
2023-02-11  9:18 ` [PATCH 4/6] net/hns3: separate tx prepare from getting Tx function Dongdong Liu
2023-02-11  9:18 ` [PATCH 5/6] net/hns3: remove getting Tx function from head file Dongdong Liu
2023-02-11  9:18 ` [PATCH 6/6] net/hns3: extract common functions to set Rx/Tx Dongdong Liu
2023-02-14 11:54 ` [PATCH 0/6] net/hns3: some code optimization for Rx/Tx function 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).