RE: [PATCH v2 01/14] eal: make bitops a stable API

2023-10-22 Thread Joyce Kong
> -Original Message- > From: Stephen Hemminger > Sent: Saturday, October 21, 2023 5:41 AM > To: dev@dpdk.org > Cc: Stephen Hemminger ; Cristian > Dumitrescu ; Joyce Kong > > Subject: [PATCH v2 01/14] eal: make bitops a stable API > > These were added in 20

[PATCH v2 01/14] eal: make bitops a stable API

2023-10-20 Thread Stephen Hemminger
These were added in 20.05 release. Signed-off-by: Stephen Hemminger --- lib/eal/include/rte_bitmap.h | 8 lib/eal/include/rte_bitops.h | 40 2 files changed, 48 deletions(-) diff --git a/lib/eal/include/rte_bitmap.h b/lib/eal/include/rte_bitmap.h i