From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Sep 2017 08:52:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,418,1500966000"; d="scan'208";a="153645166" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by fmsmga006.fm.intel.com with ESMTP; 19 Sep 2017 08:52:29 -0700 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by IRSMSX102.ger.corp.intel.com (163.33.3.155) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 19 Sep 2017 16:52:29 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by irsmsx155.ger.corp.intel.com ([169.254.14.70]) with mapi id 14.03.0319.002; Tue, 19 Sep 2017 16:52:28 +0100 From: "Dumitrescu, Cristian" To: Jerin Jacob CC: "dev@dpdk.org" , "thomas@monjalon.net" , "adrien.mazarguil@6wind.com" , "hemant.agrawal@nxp.com" Thread-Topic: [PATCH 1/3] ethdev: add new eth_dev_ops function for mtr ops get Thread-Index: AQHTLFRD9TE3douU+UiAHVVlj7QP9qK8ZWUQ 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> In-Reply-To: <20170913055018.GA12185@jerin> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 1/3] ethdev: add new eth_dev_ops function for mtr ops get 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, 19 Sep 2017 15:52:33 -0000 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