From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 103A61B458 for ; Tue, 25 Sep 2018 18:12:31 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Sep 2018 09:12:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,302,1534834800"; d="scan'208";a="89234978" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.39]) ([10.237.221.39]) by fmsmga002.fm.intel.com with ESMTP; 25 Sep 2018 09:12:28 -0700 To: Andrzej Ostruszka , dev@dpdk.org Cc: mw@semihalf.com, nadavh@marvell.com, Akhil Goyal References: <1536068953-9352-1-git-send-email-tdu@semihalf.com> <1537859109-25659-1-git-send-email-amo@semihalf.com> From: Ferruh Yigit Openpgp: preference=signencrypt Message-ID: <4733def4-0f94-3f0b-55de-32699c2c4b7c@intel.com> Date: Tue, 25 Sep 2018 17:12:28 +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: <1537859109-25659-1-git-send-email-amo@semihalf.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3 00/13] net/mvpp2: add new 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: Tue, 25 Sep 2018 16:12:32 -0000 On 9/25/2018 8:04 AM, Andrzej Ostruszka wrote: > This patch series introduces fixes and adds support for traffic metering, > traffic manager and Tx S/G. Additionally it aligns with for MUSDK 18.09. > > Changes in v3: > * change the format of image referred in doc (png -> svg) > * "cherry-pick" http://patches.dpdk.org/patch/44255/ to be part of this > patch set so that next-net can compile with new MUSDK also when mvsam > is enabled > > Changes since v2: > * Align with MUSDK 18.09 library > * Add support for Tx Gather. > * Add documentation related to MTR and TM. > * Align documentation with MUSDK 18.09 > > Dmitri Epshtein (1): > crypto/mvsam: get number of CIOs dynamically > > Natalie Samsonov (4): > net/mvpp2: initialize ppio only once > net/mvpp2: update MTU and MRU related calculations > net/mvpp2: align documentation with MUSDK 18.09 > net/mvpp2: document MTR and TM usage > > Tomasz Duszynski (6): > net/mvpp2: move common code > net/mvpp2: add metering support > net/mvpp2: change default policer configuration > net/mvpp2: add init and deinit to flow > net/mvpp2: add traffic manager support > net/mvpp2: align with MUSDK 18.09 > > Yuval Caduri (1): > net/mvpp2: detach Tx QoS from Rx cls/QoS config > > Zyta Szpak (1): > net/mvpp2: add Tx scatter/gather support Series applied to dpdk-next-net/master (again), thanks. patch 10/13 (crypto one) squashed into 9/13 (align with MUSDK 18.09)