From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 3AB981B3A5; Thu, 2 Aug 2018 16:34:12 +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 fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Aug 2018 07:34:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,436,1526367600"; d="scan'208";a="69520352" Received: from irsmsx108.ger.corp.intel.com ([163.33.3.3]) by FMSMGA003.fm.intel.com with ESMTP; 02 Aug 2018 07:34:11 -0700 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by IRSMSX108.ger.corp.intel.com (163.33.3.3) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 2 Aug 2018 15:34:10 +0100 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.193]) by irsmsx155.ger.corp.intel.com ([169.254.14.181]) with mapi id 14.03.0319.002; Thu, 2 Aug 2018 15:34:09 +0100 From: "Dumitrescu, Cristian" To: Thomas Monjalon CC: "stable@dpdk.org" , Jerin Jacob , "dev@dpdk.org" Thread-Topic: [dpdk-stable] [dpdk-dev] [PATCH] eal: fix bitmap documentation Thread-Index: AQHUHfGtCrPVdJQjyU2u00QkaVmLLaSrE3+AgAGMMlA= Date: Thu, 2 Aug 2018 14:34:10 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891268E783257@IRSMSX107.ger.corp.intel.com> References: <20180717171417.31425-1-jerin.jacob@caviumnetworks.com> <1885451.eFXLNhJiRH@xps> In-Reply-To: <1885451.eFXLNhJiRH@xps> 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.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] eal: fix bitmap documentation X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2018 14:34:14 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas@monjalon.net] > Sent: Wednesday, August 1, 2018 4:56 PM > To: Dumitrescu, Cristian > Cc: stable@dpdk.org; Jerin Jacob ; > dev@dpdk.org > Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] eal: fix bitmap documentati= on >=20 > Cristian, review please? >=20 > 17/07/2018 19:14, Jerin Jacob: > > n_bits comes as first argument, align doxygen comment. > > > > n_bit need to not be multiple of 512 as n_bits > > are rounding to RTE_BITMAP_CL_BIT_SIZE. > > > > Fixes: 14456f59e9f7 ("doc: fix doxygen warnings in QoS API") > > Fixes: de3cfa2c9823 ("sched: initial import") > > > > Cc: stable@dpdk.org > > > > Signed-off-by: Jerin Jacob > > --- Acked-by: Cristian Dumitrescu