[dpdk-dev] [PATCH v10 0/5] link bonding

2014-06-27 Thread Thomas Monjalon
2014-06-27 11:18, Declan Doherty: > Fixed copyright in link bonding library Makefile A small fix is needed in Makefile for renaming of file rte_eth_bond_args.c. And more important, it cannot be built as an optional shared library as test applications call functions from the specific API. The bes

[dpdk-dev] [PATCH v10 0/5] link bonding

2014-06-27 Thread Declan Doherty
Fixed copyright in link bonding library Makefile Declan Doherty (5): bond: new link bonding library ethdev: add unique name to devices eal: support link bonding device initialization bond: unit tests bond: testpmd support app/test-pmd/cmdline.c | 579 app/te