This series takes action to make modules accessible from api that were only in framework before. This greatly cleans up the majority of test suites, ridding them of almost all framework imports.
Signed-off-by: Dean Marx <[email protected]> Signed-off-by: Andrew Bailey <[email protected]> --- v5: * Resolved merge conflicts and rebased to main. * Removed additional framework imports from test suites. v6: * Included missing linux_session py file * Included missing linux_session rst file Bruce Richardson (1): doc: improve 26.07 release notes Chengwen Feng (1): dmadev: fix incomplete configuration validation Dariusz Sosnowski (2): ethdev: remove flow metadata symbol aliases net/mlx5: remove versioned symbols aliases David Marchand (1): version: 26.11.0-rc0 Robin Jarry (1): lib: remove ICMP and IPv6 deprecated functions and macros Thomas Monjalon (1): version: 26.07.0 .github/workflows/build.yml | 4 +- ABI_VERSION | 2 +- VERSION | 2 +- app/test/test_dmadev_api.c | 186 ++++++++++++++++++++++-- devtools/libabigail.abignore | 7 - doc/guides/rel_notes/index.rst | 1 + doc/guides/rel_notes/release_26_07.rst | 193 +++++-------------------- doc/guides/rel_notes/release_26_11.rst | 145 +++++++++++++++++++ drivers/net/mlx5/meson.build | 2 - drivers/net/mlx5/mlx5_driver_event.c | 22 +-- drivers/net/mlx5/mlx5_flow.c | 18 +-- lib/dmadev/rte_dmadev.c | 156 ++++++++++++++------ lib/ethdev/meson.build | 2 - lib/ethdev/rte_flow.c | 13 +- lib/fib/rte_fib6.h | 5 - lib/lpm/rte_lpm6.h | 4 - lib/net/rte_icmp.h | 4 - lib/rib/rte_rib6.h | 74 ---------- lib/table/rte_table_lpm_ipv6.h | 3 - 19 files changed, 489 insertions(+), 354 deletions(-) create mode 100644 doc/guides/rel_notes/release_26_11.rst -- 2.55.0

