From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id BD820A046B for ; Thu, 27 Jun 2019 12:49:27 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9118B1E20; Thu, 27 Jun 2019 12:49:26 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 90577F64 for ; Thu, 27 Jun 2019 12:49:24 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Jun 2019 03:49:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,423,1557212400"; d="scan'208";a="361107969" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by fmsmga006.fm.intel.com with ESMTP; 27 Jun 2019 03:49:22 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.140]) by IRSMSX101.ger.corp.intel.com ([169.254.1.80]) with mapi id 14.03.0439.000; Thu, 27 Jun 2019 11:49:21 +0100 From: "Singh, Jasvinder" To: Stephen Hemminger CC: "dev@dpdk.org" , "Dumitrescu, Cristian" Thread-Topic: [dpdk-dev] [PATCH v2 00/28] sched: feature enhancements Thread-Index: AQHVK2tE1G0g5OqtUkGtdrCmQ/bqgKaukDAAgADEVLA= Date: Thu, 27 Jun 2019 10:49:21 +0000 Message-ID: <54CBAA185211B4429112C315DA58FF6D3FD63BDD@IRSMSX103.ger.corp.intel.com> References: <20190528120553.2992-2-lukaszx.krakowiak@intel.com> <20190625153217.24301-1-jasvinder.singh@intel.com> <20190626170432.5e1f2f05@hermes.lan> In-Reply-To: <20190626170432.5e1f2f05@hermes.lan> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDlkZWM0NWItYjJmNi00M2JkLWIxNGQtZGY3ODJhYjEwYmRhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiVFIxUGQzb3RKbHlCdlVnWWJCODM5eCszSVZEQmw5TU5WcDNRcDltbGl0QTV6aGFoNXN4c3BXSDNzRDZlOHpsQyJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 00/28] sched: feature enhancements 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > > > app/test/test_sched.c | 39 +- > > doc/guides/rel_notes/deprecation.rst | 6 - > > doc/guides/rel_notes/release_19_08.rst | 7 +- > > drivers/net/softnic/rte_eth_softnic.c | 131 + > > drivers/net/softnic/rte_eth_softnic_cli.c | 286 ++- > > .../net/softnic/rte_eth_softnic_internals.h | 8 +- > > drivers/net/softnic/rte_eth_softnic_tm.c | 89 +- > > examples/ip_pipeline/cli.c | 85 +- > > examples/ip_pipeline/tmgr.c | 22 +- > > examples/ip_pipeline/tmgr.h | 3 - > > examples/qos_sched/app_thread.c | 11 +- > > examples/qos_sched/cfg_file.c | 283 ++- > > examples/qos_sched/init.c | 111 +- > > examples/qos_sched/main.h | 7 +- > > examples/qos_sched/profile.cfg | 59 +- > > examples/qos_sched/profile_ov.cfg | 47 +- > > examples/qos_sched/stats.c | 483 ++-- > > lib/librte_pipeline/rte_table_action.c | 1 - > > lib/librte_pipeline/rte_table_action.h | 4 +- > > lib/librte_sched/Makefile | 2 +- > > lib/librte_sched/meson.build | 2 +- > > lib/librte_sched/rte_sched.c | 2133 ++++++++++------- > > lib/librte_sched/rte_sched.h | 229 +- > > lib/librte_sched/rte_sched_common.h | 41 + > > 24 files changed, 2634 insertions(+), 1455 deletions(-) > > >=20 > Glad to see the QoS get more flexible. >=20 > 1. Is this patch series bisectable? I.e does each step build? Yes, each patch of the series builds independently. > 2. What about the QoS part of the program guide. Doesn't it need to be > updated? > guides/prog_guide/qos_framework.rst We will update the documentation soon. Thanks, Jasvinder