From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id B5C581C01 for ; Wed, 25 Jul 2018 19:35:22 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Jul 2018 10:35:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,401,1526367600"; d="scan'208";a="67482378" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by FMSMGA003.fm.intel.com with ESMTP; 25 Jul 2018 10:35:21 -0700 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.193]) by IRSMSX153.ger.corp.intel.com ([169.254.9.210]) with mapi id 14.03.0319.002; Wed, 25 Jul 2018 18:35:20 +0100 From: "Dumitrescu, Cristian" To: "Singh, Jasvinder" , "dev@dpdk.org" Thread-Topic: [PATCH 0/6] net/softnic: expose tmgr through firmware Thread-Index: AQHUJDphh5jJC9phikWpJv6dX+hNE6SgMvnQ Date: Wed, 25 Jul 2018 17:35:19 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891268E77AB96@IRSMSX107.ger.corp.intel.com> References: <20180725171007.94198-1-jasvinder.singh@intel.com> In-Reply-To: <20180725171007.94198-1-jasvinder.singh@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 0/6] net/softnic: expose tmgr through firmware 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: Wed, 25 Jul 2018 17:35:23 -0000 > -----Original Message----- > From: Singh, Jasvinder > Sent: Wednesday, July 25, 2018 6:10 PM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian > Subject: [PATCH 0/6] net/softnic: expose tmgr through firmware >=20 > This patchset provide the necessary Soft NIC firmware CLI commands to > control the Traffic Manager (TMGR) through firmware. >=20 > The Soft NIC TMGR function can now be controlled through either Soft NIC > firmware or through the ethdev TM API (e.g. via test-pmd app). >=20 > Cristian Dumitrescu (6): > net/softnic: add CLI command for tmgr create > net/softnic: add CLI command for tmgr shaper profile > net/softnic: add CLI command for tmgr shared shaper > net/softnic: add CLI command for tmgr node addition > net/softnic: add CLI command for tmgr hierarchy commit > net/softnic: add CLI command for default tmgr hierarchy >=20 > drivers/net/softnic/parser.c | 18 + > drivers/net/softnic/parser.h | 2 + > drivers/net/softnic/rte_eth_softnic.c | 17 +- > drivers/net/softnic/rte_eth_softnic_cli.c | 917 > ++++++++++++++++++++++++ > drivers/net/softnic/rte_eth_softnic_internals.h | 14 +- > drivers/net/softnic/rte_eth_softnic_tm.c | 205 +++--- > 6 files changed, 1029 insertions(+), 144 deletions(-) >=20 > -- > 2.9.3 Applied to next-pipeline tree, thanks!