DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v4 0/2] ADD mode 5(tlb) to link bonding pmd
@ 2014-11-27 16:33 Daniel Mrzyglod
  2014-11-27 16:33 ` [dpdk-dev] [PATCH v4 1/2] This patch add support of mode 5 " Daniel Mrzyglod
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Daniel Mrzyglod @ 2014-11-27 16:33 UTC (permalink / raw)
  To: dev

ADD mode 5(tlb) to link bonding pmd

v4 change:
Change description of mode 5 in header.
Add description to cover letter.

v3 change:
Rebase patch version to HEAD of orgin/master.
Unit tests moved to the separate patch v3 2/2.

v2 change:
Add Unit Tests
Modification that updates obytes structure in virtualpmd driver.
change internals->slaves[i].last_obytes to have proper values.
Update codebase to Declan's patches.

v1 change:
Add support for mode 5 (Transmit load balancing) into pmd driver


Daniel Mrzyglod (2):
  This patch add support of mode 5 to link bonding pmd
  Unit tests for Mode 5 of Bonding Transmit Load balancig.

 app/test/test_link_bonding.c               | 499 ++++++++++++++++++++++++++++-
 app/test/virtual_pmd.c                     |   6 +-
 lib/librte_pmd_bond/rte_eth_bond.h         |   6 +
 lib/librte_pmd_bond/rte_eth_bond_args.c    |   1 +
 lib/librte_pmd_bond/rte_eth_bond_pmd.c     | 160 ++++++++-
 lib/librte_pmd_bond/rte_eth_bond_private.h |   2 +-
 6 files changed, 668 insertions(+), 6 deletions(-)

-- 
2.1.0

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [dpdk-dev] [PATCH v4 0/2] ADD mode 5(tlb) to link bonding pmd
@ 2014-11-27 16:49 Daniel Mrzyglod
  2014-11-27 16:49 ` [dpdk-dev] [PATCH v4 2/2] Unit tests for Mode 5 of Bonding Transmit Load balancig Daniel Mrzyglod
  0 siblings, 1 reply; 7+ messages in thread
From: Daniel Mrzyglod @ 2014-11-27 16:49 UTC (permalink / raw)
  To: dev

ADD mode 5(tlb) to link bonding pmd

v4 change:
Change description of mode 5 in header.
Add description to cover letter.

v3 change:
Rebase patch version to HEAD of orgin/master.
Unit tests moved to the separate patch v3 2/2.

v2 change:
Add Unit Tests
Modification that updates obytes structure in virtualpmd driver.
change internals->slaves[i].last_obytes to have proper values.
Update codebase to Declan's patches.

v1 change:
Add support for mode 5 (Transmit load balancing) into pmd driver


Daniel Mrzyglod (2):
  This patch add support of mode 5 to link bonding pmd
  Unit tests for Mode 5 of Bonding Transmit Load balancig.

 app/test/test_link_bonding.c               | 499 ++++++++++++++++++++++++++++-
 app/test/virtual_pmd.c                     |   6 +-
 lib/librte_pmd_bond/rte_eth_bond.h         |   6 +
 lib/librte_pmd_bond/rte_eth_bond_args.c    |   1 +
 lib/librte_pmd_bond/rte_eth_bond_pmd.c     | 160 ++++++++-
 lib/librte_pmd_bond/rte_eth_bond_private.h |   2 +-
 6 files changed, 668 insertions(+), 6 deletions(-)

-- 
2.1.0

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

end of thread, other threads:[~2014-11-27 20:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-27 16:33 [dpdk-dev] [PATCH v4 0/2] ADD mode 5(tlb) to link bonding pmd Daniel Mrzyglod
2014-11-27 16:33 ` [dpdk-dev] [PATCH v4 1/2] This patch add support of mode 5 " Daniel Mrzyglod
2014-11-27 16:33 ` [dpdk-dev] [PATCH v4 2/2] Unit tests for Mode 5 of Bonding Transmit Load balancig Daniel Mrzyglod
2014-11-27 16:41 ` [dpdk-dev] [PATCH v4 0/2] ADD mode 5(tlb) to link bonding pmd Thomas Monjalon
2014-11-27 16:56   ` Doherty, Declan
2014-11-27 20:27 ` Thomas Monjalon
2014-11-27 16:49 Daniel Mrzyglod
2014-11-27 16:49 ` [dpdk-dev] [PATCH v4 2/2] Unit tests for Mode 5 of Bonding Transmit Load balancig Daniel Mrzyglod

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