DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v2 0/4] get Rx/Tx packet burst mode information
@ 2019-09-26 14:54 Haiyue Wang
  2019-09-26 14:54 ` [dpdk-dev] [PATCH v2 1/4] ethdev: add the API for getting " Haiyue Wang
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Haiyue Wang @ 2019-09-26 14:54 UTC (permalink / raw)
  To: dev, ferruh.yigit, xiaolong.ye
  Cc: ray.kinsella, bernard.iremonger, chenmin.sun, Haiyue Wang

v1 -> v2:
	1). Change the return type of dev_ops callback from 'void' to
	    'int'.
	2). Update the ice/i40 PMD patches with clear git commit log.

RFCv3 -> v1:
	https://patchwork.dpdk.org/patch/59103/
	https://patchwork.dpdk.org/patch/59104/
	https://patchwork.dpdk.org/patch/59105/
	https://patchwork.dpdk.org/patch/59106/
	1). Use the function 'rte_bsf64' to iterate the options for
	    getting the name.

Haiyue Wang (4):
  ethdev: add the API for getting burst mode information
  net/i40e: add Rx/Tx burst mode get callbacks
  net/ice: add Rx/Tx burst mode get callbacks
  app/testpmd: show the Rx/Tx burst mode description

 app/test-pmd/config.c                    | 29 +++++++++
 doc/guides/rel_notes/release_19_11.rst   |  9 +++
 drivers/net/i40e/i40e_ethdev.c           |  2 +
 drivers/net/i40e/i40e_ethdev.h           |  4 ++
 drivers/net/i40e/i40e_rxtx.c             | 76 ++++++++++++++++++++++
 drivers/net/ice/ice_ethdev.c             |  2 +
 drivers/net/ice/ice_rxtx.c               | 58 +++++++++++++++++
 drivers/net/ice/ice_rxtx.h               |  4 ++
 lib/librte_ethdev/rte_ethdev.c           | 71 ++++++++++++++++++++
 lib/librte_ethdev/rte_ethdev.h           | 82 ++++++++++++++++++++++++
 lib/librte_ethdev/rte_ethdev_core.h      |  5 ++
 lib/librte_ethdev/rte_ethdev_version.map |  5 ++
 12 files changed, 347 insertions(+)

-- 
2.17.1


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

end of thread, other threads:[~2019-10-14 13:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-26 14:54 [dpdk-dev] [PATCH v2 0/4] get Rx/Tx packet burst mode information Haiyue Wang
2019-09-26 14:54 ` [dpdk-dev] [PATCH v2 1/4] ethdev: add the API for getting " Haiyue Wang
2019-09-26 14:54 ` [dpdk-dev] [PATCH v2 2/4] net/i40e: add Rx/Tx burst mode get callbacks Haiyue Wang
2019-09-26 14:54 ` [dpdk-dev] [PATCH v2 3/4] net/ice: " Haiyue Wang
2019-09-26 14:54 ` [dpdk-dev] [PATCH v2 4/4] app/testpmd: show the Rx/Tx burst mode description Haiyue Wang
2019-09-27  8:14 ` [dpdk-dev] [PATCH v2 0/4] get Rx/Tx packet burst mode information Ye Xiaolong
2019-10-14 12:11 ` Ferruh Yigit
2019-10-14 13:50   ` Wang, Haiyue

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