skip the __rte_experimental flag.
/Volodymyr
From: Stephen Hemminger
Sent: Friday, October 4, 2024 5:04 AM
To: Volodymyr Fialko
Cc: dev@dpdk.org; cristian.dumitre...@intel.com; Jerin Jacob
; Anoob Joseph ; tho...@monjalon.net
Subject: [EXTERNAL] Re: [PATCH v5] bitmap: add scan from offset funct
On Mon, 3 Jul 2023 14:39:08 +0200
Volodymyr Fialko wrote:
> +/**
> + * Bitmap initialize internal scan pointers at the given position for the
> scan function.
> + *
> + * Note: for private/internal use, for public:
> + * @see rte_bitmap_scan_from_offset()
> + *
> + * @param bmp
> + * Handle to
03/07/2024 15:42, Volodymyr Fialko:
> > From: Thomas Monjalon
> > Sent: Wednesday, July 3, 2024 2:50 PM
> > To: Volodymyr Fialko
> > Cc: dev@dpdk.org; cristian.dumitre...@intel.com; Jerin Jacob; Anoob Joseph
> > Subject: Re: [PATCH v5] bitmap: add scan from offset
> From: Thomas Monjalon
> Sent: Wednesday, July 3, 2024 2:50 PM
> To: Volodymyr Fialko
> Cc: dev@dpdk.org; cristian.dumitre...@intel.com; Jerin Jacob; Anoob Joseph
> Subject: Re: [PATCH v5] bitmap: add scan from offset function
>
> 03/07/2023 14:39, Volodymyr Fialko:
>
03/07/2023 14:39, Volodymyr Fialko:
> Currently, in the case when we search for a bit set after a particular
> value, the bitmap has to be scanned from the beginning and
> rte_bitmap_scan() has to be called multiple times until we hit the value.
>
> Add a new rte_bitmap_scan_from_offset() function
Hi Thomas,
Is there any remaining work for this patch, or is it ready to be merged?
/Volodymyr
> -Original Message-
> From: Volodymyr Fialko
> Sent: Monday, July 3, 2023 1:39 PM
> To: dev@dpdk.org; Dumitrescu, Cristian
> Cc: jer...@marvell.com; ano...@marvell.com; tho...@monjalon.net;
> Volodymyr Fialko
> Subject: [PATCH v5] bitmap: add scan from offset fu
Currently, in the case when we search for a bit set after a particular
value, the bitmap has to be scanned from the beginning and
rte_bitmap_scan() has to be called multiple times until we hit the value.
Add a new rte_bitmap_scan_from_offset() function to initialize scan
state at the given offset
8 matches
Mail list logo