RE: [PATCH v4 06/28] pcapng: mark API's as stable

2023-10-20 Thread Morten Brørup
> From: Stephen Hemminger [mailto:step...@networkplumber.org] > Sent: Thursday, 19 October 2023 21.10 > > This API was added in 23.11 and can now be marked as not > experimental. If they were added in 23.11 they would be brand new. The same typo is present in other patches in this series.

[PATCH v4 06/28] pcapng: mark API's as stable

2023-10-19 Thread Stephen Hemminger
This API was added in 23.11 and can now be marked as not experimental. Signed-off-by: Stephen Hemminger --- lib/pcapng/rte_pcapng.h | 11 --- lib/pcapng/version.map | 6 ++ 2 files changed, 2 insertions(+), 15 deletions(-) diff --git a/lib/pcapng/rte_pcapng.h b/lib/pcapng/rte_pcap