From mboxrd@z Thu Jan 1 00:00:00 1970 From: Liming Sun Subject: [PATCH 0/2] Some enhancement of the tilegx mpipe driver Date: Tue, 22 Dec 2015 14:49:48 -0500 Message-ID: <1450813790-11874-1-git-send-email-lsun@ezchip.com> Mime-Version: 1.0 Content-Type: text/plain To: Return-path: Received: from emea01-am1-obe.outbound.protection.outlook.com (mail-am1on0080.outbound.protection.outlook.com [157.56.112.80]) by dpdk.org (Postfix) with ESMTP id 9B72A5A0A for ; Tue, 22 Dec 2015 20:50:25 +0100 (CET) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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