From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <remy.horton@intel.com> Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 819275F48 for <dev@dpdk.org>; Wed, 14 Mar 2018 15:09:30 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Mar 2018 07:09:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,470,1515484800"; d="scan'208";a="33795250" Received: from rhorton-mobl1.ger.corp.intel.com (HELO [163.33.230.232]) ([163.33.230.232]) by FMSMGA003.fm.intel.com with ESMTP; 14 Mar 2018 07:09:26 -0700 To: Shreyansh Jain <shreyansh.jain@nxp.com>, "dev@dpdk.org" <dev@dpdk.org> References: <20180307120851.5822-1-remy.horton@intel.com> <20180307120851.5822-2-remy.horton@intel.com> <HE1PR0402MB278078503020ACE51D148F2690D10@HE1PR0402MB2780.eurprd04.prod.outlook.com> Cc: Wenzhuo Lu <wenzhuo.lu@intel.com>, Jingjing Wu <jingjing.wu@intel.com>, Qi Zhang <qi.z.zhang@intel.com>, Beilei Xing <beilei.xing@intel.com>, Thomas Monjalon <thomas@monjalon.net> From: Remy Horton <remy.horton@intel.com> Organization: Intel Shannon Limited Message-ID: <216b96b2-83cf-8682-1ebc-3fce2c3c4770@intel.com> Date: Wed, 14 Mar 2018 14:09:25 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <HE1PR0402MB278078503020ACE51D148F2690D10@HE1PR0402MB2780.eurprd04.prod.outlook.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [RFC PATCH v1 1/4] ethdev: add support for PMD-tuned Tx/Rx parameters X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions <dev.dpdk.org> List-Unsubscribe: <https://dpdk.org/ml/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://dpdk.org/ml/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://dpdk.org/ml/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> X-List-Received-Date: Wed, 14 Mar 2018 14:09:31 -0000 On 14/03/2018 12:28, Shreyansh Jain wrote: [..] >> + /* Use default specified by driver, if nb_rc_desc is zero */ > ^^^^^^^^^^^ > Should be '_rx_' [..] > Other than the above; Ok - v2 on the way :) > > Acked-by: Shreyansh Jain <Shreyansh.jain@nxp.com> >