[PATCH] flow_classify: remove library
David Marchand
david.marchand at redhat.com
Tue Aug 1 09:50:58 CEST 2023
Hello,
On Mon, Jul 31, 2023 at 10:45 PM Stephen Hemminger
<stephen at networkplumber.org> wrote:
>
> The flow_classify library was marked for removal last year
> because there was no maintainer and the functionality is
> limited.
>
> Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
> ---
> MAINTAINERS | 7 -
> app/test/meson.build | 4 -
> app/test/test_flow_classify.c | 895 ------------------
app/test/test_flow_classify.h can be removed too.
> doc/api/doxy-api-index.md | 1 -
> doc/api/doxy-api.conf.in | 1 -
> doc/guides/freebsd_gsg/build_sample_apps.rst | 2 +-
> doc/guides/freebsd_gsg/install_from_ports.rst | 2 +-
> doc/guides/prog_guide/flow_classify_lib.rst | 424 ---------
> doc/guides/prog_guide/index.rst | 1 -
> doc/guides/rel_notes/deprecation.rst | 8 +-
> doc/guides/rel_notes/release_23_11.rst | 3 +
> doc/guides/sample_app_ug/flow_classify.rst | 242 -----
> doc/guides/sample_app_ug/index.rst | 1 -
> examples/flow_classify/Makefile | 51 -
> examples/flow_classify/flow_classify.c | 878 -----------------
> examples/flow_classify/ipv4_rules_file.txt | 14 -
> examples/flow_classify/meson.build | 13 -
> examples/meson.build | 1 -
> lib/flow_classify/meson.build | 12 -
> lib/flow_classify/rte_flow_classify.c | 670 -------------
> lib/flow_classify/rte_flow_classify.h | 284 ------
> lib/flow_classify/rte_flow_classify_parse.c | 532 -----------
> lib/flow_classify/rte_flow_classify_parse.h | 58 --
> lib/flow_classify/version.map | 13 -
> lib/meson.build | 3 -
> meson_options.txt | 2 +-
> 26 files changed, 7 insertions(+), 4115 deletions(-)
> delete mode 100644 app/test/test_flow_classify.c
> delete mode 100644 doc/guides/prog_guide/flow_classify_lib.rst
> delete mode 100644 doc/guides/sample_app_ug/flow_classify.rst
> delete mode 100644 examples/flow_classify/Makefile
> delete mode 100644 examples/flow_classify/flow_classify.c
> delete mode 100644 examples/flow_classify/ipv4_rules_file.txt
> delete mode 100644 examples/flow_classify/meson.build
> delete mode 100644 lib/flow_classify/meson.build
> delete mode 100644 lib/flow_classify/rte_flow_classify.c
> delete mode 100644 lib/flow_classify/rte_flow_classify.h
> delete mode 100644 lib/flow_classify/rte_flow_classify_parse.c
> delete mode 100644 lib/flow_classify/rte_flow_classify_parse.h
> delete mode 100644 lib/flow_classify/version.map
>
[snip]
> diff --git a/doc/guides/rel_notes/release_23_11.rst b/doc/guides/rel_notes/release_23_11.rst
> index 6b4dd21fd0e1..f4c1e5ef4a7a 100644
> --- a/doc/guides/rel_notes/release_23_11.rst
> +++ b/doc/guides/rel_notes/release_23_11.rst
> @@ -68,6 +68,9 @@ Removed Items
> Also, make sure to start the actual text at the margin.
> =======================================================
>
> +* flow_classify: library has been removed as planned.
> + The library was experimental there was no maintainer or user interest.
> +
>
Please use a consistent wording, like for kni.
> API Changes
> -----------
Thanks.
--
David Marchand
More information about the dev
mailing list