[dpdk-dev] [PATCH v5 0/8] link bonding

De Lara Guarch, Pablo pablo.de.lara.guarch at intel.com
Tue Oct 14 17:59:29 CEST 2014



> -----Original Message-----
> From: Doherty, Declan
> Sent: Tuesday, October 14, 2014 2:00 PM
> To: dev at dpdk.org
> Cc: Jiajia, SunX; De Lara Guarch, Pablo; thomas.monjalon at 6wind.com;
> Doherty, Declan
> Subject: [PATCH v5 0/8] link bonding
> 
> v5:
> - Fix uninitialized variable in broadcast_tx_burst function which caused a
>   build error in 32-bit build
> - Address unit test issue which is exposed by new test in mode 4/5 patch sets
> 
[..]
> failures in the under lying slave pmd which could lead to leaked mbufs.
> 
> 
> Declan Doherty (8):
>   bond: link status interrupt support
>   bond: removing switch statement from rx burst method
>   bond: fix naming inconsistency in tx_burst_round_robin
>   bond: free mbufs if transmission fails in bonding tx_burst functions
>   test app: adding support for generating variable sized packet
>   testpmd: adding parameter to reconfig method to set socket_id when
>     adding new port to portlist
>   bond: lsc polling support
>   bond: unit test test macro refactor
> 
>  app/test-pmd/cmdline.c                     |   65 +-
>  app/test-pmd/testpmd.c                     |    3 +-
>  app/test-pmd/testpmd.h                     |    2 +-
>  app/test/packet_burst_generator.c          |   25 +-
>  app/test/packet_burst_generator.h          |    6 +-
>  app/test/test.h                            |    7 +-
>  app/test/test_link_bonding.c               | 3342 ++++++++++++++--------------
>  app/test/virtual_pmd.c                     |   96 +-
>  app/test/virtual_pmd.h                     |   53 +-
>  lib/librte_pmd_bond/rte_eth_bond.h         |   80 +
>  lib/librte_pmd_bond/rte_eth_bond_api.c     |  319 ++-
>  lib/librte_pmd_bond/rte_eth_bond_args.c    |   30 +-
>  lib/librte_pmd_bond/rte_eth_bond_pmd.c     |  550 +++--
>  lib/librte_pmd_bond/rte_eth_bond_private.h |   71 +-
>  14 files changed, 2691 insertions(+), 1958 deletions(-)
> 
> --
> 1.7.12.2

Acked-by: Pablo de Lara <pablo.de.lara.guarch at intel.com>



More information about the dev mailing list