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 28776A052A;
	Thu, 28 Jan 2021 00:52:08 +0100 (CET)
Received: from [217.70.189.124] (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id 93A99141032;
	Thu, 28 Jan 2021 00:52:07 +0100 (CET)
Received: from mga11.intel.com (mga11.intel.com [192.55.52.93])
 by mails.dpdk.org (Postfix) with ESMTP id 38DFC141027
 for <dev@dpdk.org>; Thu, 28 Jan 2021 00:52:05 +0100 (CET)
IronPort-SDR: lV8vzmrLmGd1220Sml41JVCmg+Jl8mBSHsQmr/78jIRyIBSV5DB3HGbgUKRmahYlG+AEyJ2LBa
 O5XBCI9rEWzg==
X-IronPort-AV: E=McAfee;i="6000,8403,9877"; a="176641976"
X-IronPort-AV: E=Sophos;i="5.79,380,1602572400"; d="scan'208";a="176641976"
Received: from orsmga001.jf.intel.com ([10.7.209.18])
 by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;
 27 Jan 2021 15:52:04 -0800
IronPort-SDR: mDn7a5aECC2+9B/Vum/afV9+wfGHOVUMTOeTPcoX9bvB2QwGsp27Yp4csgYuSQgKIt5YijkWF5
 tGHxpeBAFoIw==
X-IronPort-AV: E=Sophos;i="5.79,380,1602572400"; d="scan'208";a="430296816"
Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.208.215])
 ([10.213.208.215])
 by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;
 27 Jan 2021 15:52:03 -0800
To: lironh@marvell.com, jerinj@marvell.com
Cc: dev@dpdk.org
References: <20210122191925.24308-1-lironh@marvell.com>
 <20210127160948.6008-1-lironh@marvell.com>
From: Ferruh Yigit <ferruh.yigit@intel.com>
Message-ID: <8741b254-24e3-d02b-0641-a73cd42535be@intel.com>
Date: Wed, 27 Jan 2021 23:52:00 +0000
MIME-Version: 1.0
In-Reply-To: <20210127160948.6008-1-lironh@marvell.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/34] net/mvpp2: misc updates
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 1/27/2021 4:09 PM, lironh@marvell.com wrote:
> From: Liron Himi <lironh@marvell.com>
> 
> This patch series align the mainline driver with all changes since 19.11
> some of the patches are fixes which should be pushed to stable
> 
> v3:
> - remove redundant patches
> - update doc along with configuration changes
> 
> v2:
> - fix commit msg styling
> - Addressed various review comments
> 
> Dana Vardi (5):
>    net/mvpp2: update start hdr name
>    net/mvpp2: support custom header before ethernet
>    net/mvpp2: forward bad packets support
>    net/mvpp2: update qos defaults parameter name
>    net/mvpp2: add fill buffs to configuration file
> 
> Liron Himi (19):
>    net/mvpp2: remove debug log on fast-path
>    net/mvpp2: remove VLAN flush
>    net/mvpp2: remove CRC len from MRU validation
>    net/mvpp2: fix frame size checking
>    net/mvpp2: update Tx checksum
>    net/mvpp2: add dsa mode support
>    net/mvpp2: adjust the number of unicast address
>    net/mvpp2: use generic name for the 'cfg'
>    net/mvpp2: flow: support generic pattern combinations
>    net/mvpp2: flow: build table key along with rule
>    net/mvpp2: move common functions to common location
>    net/mvpp2: flow: add support for RAW type
>    net/mvpp2: skip qos init if not requested
>    net/mvpp2: support udf configuration
>    net/mvpp2: rearrange functions order
>    net/mvpp2: introduce fixup for fifo overrun
>    net/mvpp2: expose max MTU size
>    net/mvpp2: apply flow-ctrl after port init
>    net/mvpp2: consider ptype in cksum info
> 
> Meir Levi (1):
>    net/mvpp2: add 2.5G LINK info
> 
> Yuri Chipchev (9):
>    net/mvpp2: fix stack corruption
>    net/mvpp2: update RSS tables reservation
>    net/mvpp2: cosmetic changes to cookie usage
>    net/mvpp2: align checking order
>    net/mvpp2: save initial configuration
>    net/mvpp2: add loopback support
>    net/mvpp2: add VLAN offload support
>    net/mvpp2: add Tx flow control
>    net/mvpp2: autoneg disable handling
> 

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