From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hemant Agrawal Subject: [PATCH 00/10] NXP DPAA2 PMD changes Date: Thu, 22 Jun 2017 19:27:07 +0530 Message-ID: <1498139837-19303-1-git-send-email-hemant.agrawal@nxp.com> Mime-Version: 1.0 Content-Type: text/plain Cc: , To: Return-path: Received: from NAM03-BY2-obe.outbound.protection.outlook.com (mail-by2nam03on0054.outbound.protection.outlook.com [104.47.42.54]) by dpdk.org (Postfix) with ESMTP id E903B4C57 for ; Thu, 22 Jun 2017 15:57:13 +0200 (CEST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This patch series address some of the issues identified during testing on latest code. Last patch adds the support for multi-segment frames. Hemant Agrawal (9): net/dpaa2: set the eth driver from dpaa2 driver net/dpaa2: set data align option in mc firmware net/dpaa2: align the queue numbers with mc firmware net/dpaa2: check soc version for stashing enable net/dpaa2: disable Tx congestion notification doc: change the dpaa2 helper repository path bus/fslmc: fix the failure loop condition net/dpaa2: add support for frame based Tx congestion net/dpaa2: add support for multi seg buffers Shreyansh Jain (1): bus/fslmc: add check for memseg availability doc/guides/nics/dpaa2.rst | 6 +- drivers/bus/fslmc/fslmc_vfio.c | 25 ++-- drivers/bus/fslmc/portal/dpaa2_hw_dpio.c | 3 +- drivers/bus/fslmc/portal/dpaa2_hw_pvt.h | 27 ++++- drivers/net/dpaa2/base/dpaa2_hw_dpni.c | 7 +- drivers/net/dpaa2/dpaa2_ethdev.c | 57 +++++----- drivers/net/dpaa2/dpaa2_ethdev.h | 10 +- drivers/net/dpaa2/dpaa2_rxtx.c | 189 +++++++++++++++++++++++++++++-- 8 files changed, 261 insertions(+), 63 deletions(-) -- 2.7.4