[dpdk-dev] [PATCH v5 1/2] bond: add mode 4 support

2014-11-24 Thread Thomas Monjalon
2014-11-24 17:13, Michal Jastrzebski: > From: Pawel Wodkowski > > Signed-off-by: Pawel Wodkowski As I've already requested, we need some explanations. The minimum is to explain what is mode 4 or give inputs. It won't be integrated without it. Wednesday is the deadline for this stuff. > --- >

[dpdk-dev] [PATCH v5 1/2] bond: add mode 4 support

2014-11-24 Thread Michal Jastrzebski
From: Pawel Wodkowski Signed-off-by: Pawel Wodkowski --- lib/librte_ether/rte_ether.h |1 + lib/librte_pmd_bond/Makefile |2 + lib/librte_pmd_bond/rte_eth_bond.h|5 + lib/librte_pmd_bond/rte_eth_bond_8023ad.c | 1218 +