DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/2] add function to set dedicated queue size
@ 2024-06-05  5:55 Chaoyong He
  2024-06-05  5:55 ` [PATCH 1/2] net/bonding: standard the log message Chaoyong He
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Chaoyong He @ 2024-06-05  5:55 UTC (permalink / raw)
  To: dev; +Cc: oss-drivers, Chaoyong He

This patch series mainly add a function to bonding PMD to set
dedicated queue size, also add a command to testpmd application
to invoke this function.

At the same time, standard the log message of bonding PMD.

Long Wu (2):
  net/bonding: standard the log message
  net/bonding: add command to set dedicated queue size

 .../link_bonding_poll_mode_drv_lib.rst        |   8 ++
 doc/guides/rel_notes/release_24_07.rst        |   4 +
 drivers/net/bonding/bonding_testpmd.c         | 126 ++++++++++++++----
 drivers/net/bonding/eth_bond_8023ad_private.h |   3 +
 drivers/net/bonding/rte_eth_bond_8023ad.c     |  39 ++++++
 drivers/net/bonding/rte_eth_bond_8023ad.h     |  23 ++++
 drivers/net/bonding/rte_eth_bond_pmd.c        |   6 +-
 drivers/net/bonding/version.map               |   1 +
 8 files changed, 185 insertions(+), 25 deletions(-)

-- 
2.39.1


^ permalink raw reply	[flat|nested] 6+ messages in thread
* [PATCH 0/2] add function to set dedicated queue size
@ 2024-06-24  2:03 Chaoyong He
  2024-06-24  2:03 ` [PATCH 2/2] net/bonding: add command " Chaoyong He
  0 siblings, 1 reply; 6+ messages in thread
From: Chaoyong He @ 2024-06-24  2:03 UTC (permalink / raw)
  To: dev; +Cc: oss-drivers, Chaoyong He

This patch series mainly add a function to bonding PMD to set
dedicated queue size, also add a command to testpmd application
to invoke this function.

At the same time, standard the log message of bonding PMD.

Long Wu (2):
  net/bonding: standard the log message
  net/bonding: add command to set dedicated queue size

 .../link_bonding_poll_mode_drv_lib.rst        |   8 ++
 doc/guides/rel_notes/release_24_07.rst        |   4 +
 drivers/net/bonding/bonding_testpmd.c         | 126 ++++++++++++++----
 drivers/net/bonding/eth_bond_8023ad_private.h |   3 +
 drivers/net/bonding/rte_eth_bond_8023ad.c     |  39 ++++++
 drivers/net/bonding/rte_eth_bond_8023ad.h     |  23 ++++
 drivers/net/bonding/rte_eth_bond_pmd.c        |   6 +-
 drivers/net/bonding/version.map               |   1 +
 8 files changed, 185 insertions(+), 25 deletions(-)

-- 
2.39.1


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

end of thread, other threads:[~2024-06-24  2:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-05  5:55 [PATCH 0/2] add function to set dedicated queue size Chaoyong He
2024-06-05  5:55 ` [PATCH 1/2] net/bonding: standard the log message Chaoyong He
2024-06-05  5:55 ` [PATCH 2/2] net/bonding: add command to set dedicated queue size Chaoyong He
2024-06-05 15:57 ` [PATCH 0/2] add function " Stephen Hemminger
2024-06-06  1:41   ` Chaoyong He
2024-06-24  2:03 Chaoyong He
2024-06-24  2:03 ` [PATCH 2/2] net/bonding: add command " Chaoyong He

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