From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Dumitrescu, Cristian" Subject: Re: [PATCH 1/3] ethdev: add new eth_dev_ops function for mtr ops get Date: Tue, 19 Sep 2017 15:52:28 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891267BABC00C@IRSMSX108.ger.corp.intel.com> References: <1496162653-137817-3-git-send-email-cristian.dumitrescu@intel.com> <1503705973-80742-1-git-send-email-cristian.dumitrescu@intel.com> <1503705973-80742-2-git-send-email-cristian.dumitrescu@intel.com> <20170913055018.GA12185@jerin> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "dev@dpdk.org" , "thomas@monjalon.net" , "adrien.mazarguil@6wind.com" , "hemant.agrawal@nxp.com" To: Jerin Jacob Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 420841F5 for ; Tue, 19 Sep 2017 17:52:32 +0200 (CEST) In-Reply-To: <20170913055018.GA12185@jerin> 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" Thanks for your input, Jerin! ... >=20 > It will useful to have capability info here. In Cavium hardwares, > all input pkts are considered as green when they enqueue to ethdev tx > queue. >=20 OK, will add capability API in V2. > On the congestion control on Rx side, We support tail drop and RED per > mempool(not per RX queue) Regards, Cristian