On Tue, Oct 18, 2022 at 3:58 AM Stephen Hemminger <step...@networkplumber.org> wrote: > > Remove some of the older experimental tags for 22.11 > > Stephen Hemminger (3): > eal: remove experimental from rte_epoll_wait_interruptible > eal: make rte_log_list_types not experimental > rwlock: make trylock operations no longer experimental > > lib/eal/include/generic/rte_rwlock.h | 12 ++---------- > lib/eal/include/rte_epoll.h | 1 - > lib/eal/include/rte_log.h | 4 ---- > lib/eal/version.map | 4 ++-- > 4 files changed, 4 insertions(+), 17 deletions(-)
Patch 1 (resp. 2) removes the last remaining experimental function declared in rte_epoll.h (resp. rte_log.h). We can drop #include <rte_compat.h> in this header. For the series, Reviewed-by: David Marchand <david.march...@redhat.com> -- David Marchand