From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Aug 2018 05:18:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,295,1531810800"; d="scan'208";a="68160210" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.56]) ([10.237.221.56]) by orsmga007.jf.intel.com with ESMTP; 27 Aug 2018 05:18:39 -0700 To: Tomasz Duszynski , dev@dpdk.org Cc: nsamsono@marvell.com, mw@semihalf.com References: <1535122494-30249-1-git-send-email-tdu@semihalf.com> <1535135403-16115-1-git-send-email-tdu@semihalf.com> From: Ferruh Yigit Openpgp: preference=signencrypt Message-ID: <127f8cf1-1545-ae54-1408-c6895e0deb6e@intel.com> Date: Mon, 27 Aug 2018 13:18:39 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <1535135403-16115-1-git-send-email-tdu@semihalf.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3 0/6] net/mvpp2: changes and features X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Aug 2018 12:18:42 -0000 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.