From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [dpdk-stable] [PATCH] eal: fix bitmap documentation Date: Sun, 05 Aug 2018 20:12:09 +0200 Message-ID: <2749031.A5MTpnfx3A@xps> References: <20180717171417.31425-1-jerin.jacob@caviumnetworks.com> <1885451.eFXLNhJiRH@xps> <3EB4FA525960D640B5BDFFD6A3D891268E783257@IRSMSX107.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Dumitrescu, Cristian" , "stable@dpdk.org" To: Jerin Jacob Return-path: In-Reply-To: <3EB4FA525960D640B5BDFFD6A3D891268E783257@IRSMSX107.ger.corp.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 02/08/2018 16:34, Dumitrescu, Cristian: > > 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 Applied, thanks