2014-11-24 17:13, Michal Jastrzebski: > From: Pawel Wodkowski <pawelx.wodkowski at intel.com> > > Signed-off-by: Pawel Wodkowski <pawelx.wodkowski at intel.com>
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. > --- > 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 > +++++++++++++++++++++ > lib/librte_pmd_bond/rte_eth_bond_8023ad.h | 214 ++++ > lib/librte_pmd_bond/rte_eth_bond_8023ad_private.h | 308 ++++++ > lib/librte_pmd_bond/rte_eth_bond_api.c | 91 +- > lib/librte_pmd_bond/rte_eth_bond_args.c | 1 + > lib/librte_pmd_bond/rte_eth_bond_pmd.c | 262 ++++- > lib/librte_pmd_bond/rte_eth_bond_private.h | 31 +- For a such big development, there are probably some interesting things to explain about design, performance, etc. Be proud of your work! -- Thomas