From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 5F06CA054F;
	Wed, 24 Feb 2021 18:23:32 +0100 (CET)
Received: from [217.70.189.124] (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id 3AB6B40042;
	Wed, 24 Feb 2021 18:23:32 +0100 (CET)
Received: from mga09.intel.com (mga09.intel.com [134.134.136.24])
 by mails.dpdk.org (Postfix) with ESMTP id 71C5240040
 for <dev@dpdk.org>; Wed, 24 Feb 2021 18:23:30 +0100 (CET)
IronPort-SDR: DnOoHubNhkgNZ5IuEw4/pNWtD89T7R7qeTCcYG4JDTOjtjN2ZG3GBm6tFyhlifaTe7l0V4SJjJ
 JVh6I4zkjPrQ==
X-IronPort-AV: E=McAfee;i="6000,8403,9905"; a="185355612"
X-IronPort-AV: E=Sophos;i="5.81,203,1610438400"; d="scan'208";a="185355612"
Received: from orsmga008.jf.intel.com ([10.7.209.65])
 by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;
 24 Feb 2021 09:23:29 -0800
IronPort-SDR: ejLrMm0yJMbVyGIW+30Bdc0JmG9MnHjZ29HyPOyFXiEDD8NPtGxZU0HKtqGfBOag8rif49XtGW
 ZCEW4W++VfDw==
X-IronPort-AV: E=Sophos;i="5.81,203,1610438400"; d="scan'208";a="403810088"
Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.252.7.227])
 ([10.252.7.227])
 by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;
 24 Feb 2021 09:23:28 -0800
To: Hemant Agrawal <hemant.agrawal@nxp.com>, dev@dpdk.org
References: <20210211141620.12482-1-hemant.agrawal@nxp.com>
 <20210224124311.29799-1-hemant.agrawal@nxp.com>
From: Ferruh Yigit <ferruh.yigit@intel.com>
X-User: ferruhy
Message-ID: <88110dca-f901-73f2-e452-40f95c1a576b@intel.com>
Date: Wed, 24 Feb 2021 17:23:25 +0000
MIME-Version: 1.0
In-Reply-To: <20210224124311.29799-1-hemant.agrawal@nxp.com>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Language: en-US
Content-Transfer-Encoding: 7bit
Subject: Re: [dpdk-dev] [PATCH v3 00/23] NXP DPAAx ethernet PMD changes
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org
Sender: "dev" <dev-bounces@dpdk.org>

On 2/24/2021 12:42 PM, Hemant Agrawal wrote:
> This patch series adds changes to dpaaX ethernet pmd
> 
> 1. Basic Traffic Management support for shaper and scheduler
> 2. Support external buffer in Transmit side.
> 3. Optimize the SG packet handling
> 4. Add support APIs in DPDMUX (SRIOV equivalent for DPAA2)
> 5. Fix isssues
> 
> 
> v3: fix spelling issues, add rx buf size support
> v2: add more patches and add TM documentation
> 
> Akhil Goyal (1):
>    net/dpaa2: add support for raw pattern in dpdmux
> 
> Apeksha Gupta (1):
>    net/dpaa2: dpdmux skip reset
> 
> Gagandeep Singh (1):
>    net/dpaa2: add traffic management driver
> 
> Hemant Agrawal (11):
>    net/dpaa2: allocate SGT table from first segment
>    net/dpaa: support external buffers in Tx
>    net/dpaa2: add support to configure dpdmux max Rx frame len
>    net/dpaa2: support dpdmux to not drop parse err pkts
>    net/dpaa2: add device args for enable Tx confirmation
>    net/dpaa2: change Tx queue congestion settings
>    mempool/dpaa2: support stats for secondary process
>    bus/dpaa: secondary process init support
>    bus/dpaa: enhance checks for bus and device detection
>    net/dpaa2: add Rx buf size support
>    net/dpaa: add Rx buf size support
> 
> Nipun Gupta (6):
>    bus/dpaa: fix statistics reading
>    net/dpaa2: support external buffers in Tx
>    net/dpaa2: optionally enable error queues
>    net/dpaa: do not release the cgr ranges
>    net/dpaa: prevent multiple mp config on an device
>    bus/dpaa: support shared ethernet MAC interface
> 
> Rohit Raj (2):
>    net/dpaa2: fix link get API implementation
>    net/dpaa: fix link get API implementation
> 
> Youri Querry (1):
>    bus/fslmc: fix to use ci value for qbman 5.0
> 

Series applied to dpdk-next-net/main, thanks.


Hemant, can you please send a release notes update for the added features, I 
will squash it later in next-net?