From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 8AF6742F9C; Tue, 1 Aug 2023 09:51:16 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 66BA040A7D; Tue, 1 Aug 2023 09:51:16 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id 63281400D5 for ; Tue, 1 Aug 2023 09:51:14 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1690876273; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=lNz7WqGCWTO9S2EY9jny8BqX4Befdo5zXongnPhVGiI=; b=e8jcfzym0bm5sNbM3mAGMefmW0FgqSY0BQ368ZIBdw7AXqImRtAvnPFDAcGygjdXZPv/Uq buoD4AS7Bvg3VsMOiljXZsz2Zts6V6PU10B47WJLJY4oX7mHbVZWZB3n/TJR2Xzj1oZJHb EA8N6oIPSuMKvteRJa+KeoyvdZXEgl4= Received: from mail-pj1-f71.google.com (mail-pj1-f71.google.com [209.85.216.71]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-448-pAoA9VIfNFKwrq3qq6kmgQ-1; Tue, 01 Aug 2023 03:51:12 -0400 X-MC-Unique: pAoA9VIfNFKwrq3qq6kmgQ-1 Received: by mail-pj1-f71.google.com with SMTP id 98e67ed59e1d1-2682b4ca834so5380564a91.2 for ; Tue, 01 Aug 2023 00:51:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1690876271; x=1691481071; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=lNz7WqGCWTO9S2EY9jny8BqX4Befdo5zXongnPhVGiI=; b=SaE1o1dvI20uB1pEF/YsBhjBD1G8Qj/unf/4xw8Ke8CbfQjlMuf8nR7XlLqz3hskgG LkP2pcshgv+6xKyrP9pSbPCZV+TUlgqltvcGMNYrcZTsS3cxQDA/cA7RGU2uDxdcN+iN iAuviRxMvgK5PmVRBZGtOve1Dwm4dd1Egqgh6VVwJx65Yb4FYsmb1nuXtqNlToKVMXvn DksYx61WXHUXYtwqr5czp66iehPov+poUEnCcrtnMjp7rFpUjYK3ywtAHBsK3jQFJyE5 To1wC5ZbvIg1nSr0OvN/GueOGq+UmZmMBorwkKiiPuXoZIYIobxGzAVqCecocpyHX8/x 5WQw== X-Gm-Message-State: ABy/qLZj0g2IiycWg1GlXQoCZcDjesWazsnucwgyW04fYd3H8X8X+63d g7VI8uaaan88DXPsCwhrlLFZcWhCzwKgzJAedKY0pmWSX7pYlv/defLNBo0ajFF+w/LBDp+sqf4 CY5fKJcUZvdtCYK22gn4= X-Received: by 2002:a17:90a:24d:b0:267:70a8:abff with SMTP id t13-20020a17090a024d00b0026770a8abffmr11107546pje.29.1690876271601; Tue, 01 Aug 2023 00:51:11 -0700 (PDT) X-Google-Smtp-Source: APBJJlEIOM4lLqAbCYLYXOEvH2omwatAMB4TXDItLVEPI4AD9V4XpSi4DMMdJXJMgKAZ4ChiRm7MSPpsZkB0LUj8npI= X-Received: by 2002:a17:90a:24d:b0:267:70a8:abff with SMTP id t13-20020a17090a024d00b0026770a8abffmr11107541pje.29.1690876271321; Tue, 01 Aug 2023 00:51:11 -0700 (PDT) MIME-Version: 1.0 References: <20230731204521.192243-1-stephen@networkplumber.org> In-Reply-To: <20230731204521.192243-1-stephen@networkplumber.org> From: David Marchand Date: Tue, 1 Aug 2023 09:50:58 +0200 Message-ID: Subject: Re: [PATCH] flow_classify: remove library To: Stephen Hemminger Cc: dev@dpdk.org, Thomas Monjalon , Bruce Richardson X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Hello, On Mon, Jul 31, 2023 at 10:45=E2=80=AFPM Stephen Hemminger 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 > --- > 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_note= s/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. > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D > > +* 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. --=20 David Marchand