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

Thomas Monjalon thomas.monjalon at 6wind.com
Fri Jun 27 01:57:50 CEST 2014


Hi Declan,

I've made some adjustments in your patches.
  * Some renaming:
    - RTE_PMD_BOND / PMD_BOND_KVARG -> PMD_BOND_NAME
    - rte_pmd_bond_init -> bond_init
    - rte_pmd_bond_drv -> bond_drv
    - rte_eth_bond_vargs.c -> rte_eth_bond_args.c
  * Some moves in doxygen configuration
  * Removed rte_snprintf usages
  * Reword commit logs

  bond: new link bonding library
  ethdev: add unique name to devices
  eal: support link bonding device initialization
  bond: unit tests
  bond: testpmd support

But there is still something wrong in the Makefile:
the copyright is missing. I cannot add it by myself,
so please send a v10 based on this v9 with copyright added.

Thanks


More information about the dev mailing list