[dpdk-dev] [PATCH 0/2] Some enhancement of the tilegx mpipe driver

Liming Sun lsun at ezchip.com
Tue Dec 22 20:49:48 CET 2015


1. Implement rte_vect.h and enable LPM lookup;
2. It also has some code cleanup and fixes for potential crash when quiting pmd
   under high traffic;
3. Changes have dependency on serie (http://dpdk.org/dev/patchwork/patch/9571)
   which is pending in the patchwork queue.

Liming Sun (2):
  driver/net/mpipe: add rte_vect.h and enable CONFIG_RTE_LIBRTE_LPM
  driver/net/mpipe: fix the crash/hung issue when testpmd quits

 config/defconfig_tile-tilegx-linuxapp-gcc          |    2 +-
 drivers/net/mpipe/mpipe_tilegx.c                   |   64 ++++++--------
 .../common/include/arch/tile/rte_rwlock.h          |    1 +
 lib/librte_eal/common/include/arch/tile/rte_vect.h |   93 ++++++++++++++++++++
 4 files changed, 124 insertions(+), 36 deletions(-)
 create mode 100644 lib/librte_eal/common/include/arch/tile/rte_vect.h



More information about the dev mailing list