From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v3 0/6] net/mvpp2: changes and features Date: Mon, 27 Aug 2018 13:18:39 +0100 Message-ID: <127f8cf1-1545-ae54-1408-c6895e0deb6e@intel.com> References: <1535122494-30249-1-git-send-email-tdu@semihalf.com> <1535135403-16115-1-git-send-email-tdu@semihalf.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: nsamsono@marvell.com, mw@semihalf.com To: Tomasz Duszynski , dev@dpdk.org Return-path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 609A64F94 for ; Mon, 27 Aug 2018 14:18:42 +0200 (CEST) In-Reply-To: <1535135403-16115-1-git-send-email-tdu@semihalf.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 8/24/2018 7:29 PM, Tomasz Duszynski wrote: > This patch series introduces following changes: > > * Common code responsible for DMA memory initialization > is now available under drivers/common/mvep. MVEP stands for > Marvell Embedded Processors. This eases maintenance and avoids > boilerplate code across Marvell PMDs. MVEP will grow over time as new > features and PMDs are added. > > * Couple of minor fixes. > > * Support for reading VLAN information from descriptor. > > v3: > * Change exported symbols version to 18.11. > * Drop excessive new lines from messages passed to MRVL_LOG(). > > v2: > * Remove CONFIG_RTE_LIBRTE_MVEP_COMMON. Use CONFIG_RTE_LIBRTE_MVPP2_PMD > to control common/mvep compilation instead. > > Liron Himi (2): > drivers/common: add mvep common code for MRVL PMDs > net/mvpp2: use common code to initialize DMA > > Natalie Samsonov (3): > net/mvpp2: fix comments and error messages > net/mvpp2: make private variables static > net/mvpp2: add VLAN packet type support for parser offload > > Tomasz Duszynski (1): > net/mvpp2: fix array initialization Series applied to dpdk-next-net/master, thanks.