From mboxrd@z Thu Jan 1 00:00:00 1970 From: Liming Sun Subject: [PATCH 0/3] Some misc fixes and optimization for the mpipe driver Date: Tue, 15 Dec 2015 10:37:28 -0500 Message-ID: <1450193851-9100-1-git-send-email-lsun@ezchip.com> Mime-Version: 1.0 Content-Type: text/plain To: Return-path: Received: from emea01-db3-obe.outbound.protection.outlook.com (mail-db3on0059.outbound.protection.outlook.com [157.55.234.59]) by dpdk.org (Postfix) with ESMTP id 3B38FE62 for ; Tue, 15 Dec 2015 16:37:38 +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" This patch serie includes some fixes/enhancements to the mpipe driver. 1. Support native build on the TileGx platform; Previously only cross build was supported. 2. Optimize the mpipe buffer return mechanism by introducing a return pending counter and doing HW buffer return if pssible. 3. Move the mpipe link initialization to an earlier place to support link management APIs. Liming Sun (3): driver/net/mpipe: support native build on tilegx platform. driver/net/mpipe: optimize mpipe buffer return mechanism. driver/net/mpipe: fix a mpipe link initialization ordering issue MAINTAINERS | 3 +- config/defconfig_tile-tilegx-linuxapp-gcc | 4 ++ drivers/net/mpipe/mpipe_tilegx.c | 64 +++++++++++++++++++++-------- mk/arch/tile/rte.vars.mk | 6 +++ 4 files changed, 59 insertions(+), 18 deletions(-)