From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 6E81D201 for ; Mon, 24 Sep 2018 16:28:31 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Sep 2018 07:28:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,298,1534834800"; d="scan'208";a="91443780" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.39]) ([10.237.221.39]) by fmsmga004.fm.intel.com with ESMTP; 24 Sep 2018 07:28:29 -0700 To: Hemant Agrawal , dev@dpdk.org, thomas@monjalon.net References: <1537277516-8876-2-git-send-email-hemant.agrawal@nxp.com> <1537527962-25757-1-git-send-email-hemant.agrawal@nxp.com> From: Ferruh Yigit Openpgp: preference=signencrypt Message-ID: <9349a6df-c520-0f85-13fa-e97e2810638f@intel.com> Date: Mon, 24 Sep 2018 15:28: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: <1537527962-25757-1-git-send-email-hemant.agrawal@nxp.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3 00/13] NXP DPAA driver enhancements 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, 24 Sep 2018 14:28:32 -0000 On 9/21/2018 12:05 PM, Hemant Agrawal wrote: > Misc driver level enhancements > > V3: fix the description and implementation of jumbo buffer fix > > V2: remove the unused function from map file > Add description/details in git commit logs. > > > Hemant Agrawal (9): > net/dpaa: configure frame queue on MAC ID basis > net/dpaa: fix jumbo buffer config > net/dpaa: implement scatter offload support > net/dpaa: minor debug log enhancements > bus/dpaa: add interrupt based portal fd support > net/dpaa: separate Rx function for LS1046 > net/dpaa: tune prefetch in Rx path > bus/dpaa: add check for re-definition in compat > mempool/dpaa: change the debug log level to DP > > Nipun Gupta (2): > bus/dpaa: avoid tag Set for eqcr in Tx path > bus/dpaa: avoid using be conversions for contextb > > Sachin Saxena (1): > net/dpaa: fix link speed based on MAC type > > Sunil Kumar Kori (1): > net/dpaa: rearranging of atomic queue support code Series applied to dpdk-next-net/master, thanks.