From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shreyansh Jain Subject: Re: [PATCH v2 1/4] ethdev: add support for PMD-tuned Tx/Rx parameters Date: Wed, 28 Mar 2018 07:11:32 +0000 Message-ID: References: <20180321142749.27520-1-remy.horton@intel.com> <20180321142749.27520-2-remy.horton@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: John McNamara , Wenzhuo Lu , Jingjing Wu , Qi Zhang , Beilei Xing , Thomas Monjalon To: Remy Horton , "dev@dpdk.org" Return-path: Received: from EUR02-HE1-obe.outbound.protection.outlook.com (mail-eopbgr10078.outbound.protection.outlook.com [40.107.1.78]) by dpdk.org (Postfix) with ESMTP id 19AE6322C for ; Wed, 28 Mar 2018 09:11:44 +0200 (CEST) In-Reply-To: <20180321142749.27520-2-remy.horton@intel.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" > -----Original Message----- > From: Remy Horton [mailto:remy.horton@intel.com] > Sent: Wednesday, March 21, 2018 7:58 PM > To: dev@dpdk.org > Cc: John McNamara ; Wenzhuo Lu > ; Jingjing Wu ; Qi Zhang > ; Beilei Xing ; Shreyansh > Jain ; Thomas Monjalon > Subject: [PATCH v2 1/4] ethdev: add support for PMD-tuned Tx/Rx > parameters >=20 > The optimal values of several transmission & reception related > parameters, such as burst sizes, descriptor ring sizes, and number > of queues, varies between different network interface devices. This > patch allows individual PMDs to specify preferred parameter values. >=20 > Signed-off-by: Remy Horton Acked-By: Shreyansh Jain