From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id B10051B49A for ; Fri, 12 Oct 2018 13:06:56 +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 orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Oct 2018 04:06:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,371,1534834800"; d="scan'208";a="87821332" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by FMSMGA003.fm.intel.com with ESMTP; 12 Oct 2018 04:06:54 -0700 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.56]) by IRSMSX153.ger.corp.intel.com ([169.254.9.121]) with mapi id 14.03.0319.002; Fri, 12 Oct 2018 12:06:53 +0100 From: "Dumitrescu, Cristian" To: Thomas Monjalon CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [pull-request] next-qos 18.11 pre-rc1 Thread-Index: AQHUXyGigbcfKSTbwUOAQm5yJkPv+aUbQvuAgAA2EkA= Date: Fri, 12 Oct 2018 11:06:53 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891268E7D8AAF@IRSMSX107.ger.corp.intel.com> References: <1539015070-91859-1-git-send-email-cristian.dumitrescu@intel.com> <1976670.pJK2cXVE7N@xps> In-Reply-To: <1976670.pJK2cXVE7N@xps> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYzM5ZjY0YzgtYTUwOC00YzQ3LWE3Y2UtOTU4N2IwMTM2YTkyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiQndLSjBhSmFvdE9cL2o5Nnp5bGpLT2NuOEJIT0pTTHg4RVVnZmhhMU5kM2xRUm5cL0VBVnVIMERuZTJKWk9WVDgzIn0= x-ctpclassification: CTP_NT 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] [pull-request] next-qos 18.11 pre-rc1 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: Fri, 12 Oct 2018 11:06:57 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas@monjalon.net] > Sent: Friday, October 12, 2018 9:53 AM > To: Dumitrescu, Cristian > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [pull-request] next-qos 18.11 pre-rc1 >=20 > Hi Cristian, >=20 > 08/10/2018 18:11, Cristian Dumitrescu: > > http://dpdk.org/git/next/dpdk-next-qos > > ---------------------------------------------------------------- > > Jasvinder Singh (2): > > librte_sched: allocate memory on the given socket id > > app/testpmd: fix metering and policing cli command > > > > Krzysztof Kanas (1): > > app/testpmd: add commands for TM to mark pkts > > > > Rosen Xu (1): > > lib/librte_ethdev: expand queue threshold size of RED parameters > > > > Vivek Sharma (1): > > eal: use correct data type for bitmap slab operations >=20 > I see these warnings: >=20 > Headline too long: > lib/librte_ethdev: expand queue threshold size of RED parameters > Is it candidate for Cc: stable@dpdk.org backport? > app/testpmd: fix metering and policing cli command >=20 > And about the titles, "librte_sched:" and "lib/librte_ethdev:" should be > "sched:" and "ethdev:". >=20 > I fixed all when pulling. >=20 Thanks, Thomas.