From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 1AE0EA3295 for ; Wed, 23 Oct 2019 17:21:47 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2765A1D151; Wed, 23 Oct 2019 17:21:33 +0200 (CEST) Received: from mail-pg1-f195.google.com (mail-pg1-f195.google.com [209.85.215.195]) by dpdk.org (Postfix) with ESMTP id 583AC1BF63 for ; Wed, 23 Oct 2019 17:21:29 +0200 (CEST) Received: by mail-pg1-f195.google.com with SMTP id 15so6992902pgt.7 for ; Wed, 23 Oct 2019 08:21:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=eY0AMnj9DgLmNpgiwXGDZNo5Ni95Rn/tcuryPt4rE6g=; b=aueyWgzwom9aTJLFhAA9UMrOLd0YJ+Kou3Vc46guZMj1oRCoY8pvYF+GysAJaSNH4z ZJ6cNQmxVqd2WwNyLHnKjpYzfqU+cdVJ8dq3GTZS5Sk6d9ID9fLfeP80WrUQF0o60u29 AXiSuBkpapqiexI6ijU9Iy4f/qg2SLoiwrhqM/DnfVIv/NteSBPVOFM2HfnkwoGqA8wj ZqMXpMc7KaiV5PiIlBMKKmiDW/O2h3m1wIsF8FHU1hpqyUIO2RJAmd9rbqUDqBETG5GY tHBfALkyli9FWShL4RMRvmRW5nDX/NZMUJn0qWFVhfM0p8LZO+RCs6mUEs3ND1K6GwWf 8xTA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=eY0AMnj9DgLmNpgiwXGDZNo5Ni95Rn/tcuryPt4rE6g=; b=nmi2P0WlRa1FVo5c02TFqsfatgcUav6/WhTh04bzzwaouQ8Jw2SOIS57Y2+uhMKogb wWXq3EKA9B1LolwHlKP8idMXkewfspEPg46Qw+59OfAgwjtAawtaIBMiJ7OVNXx3MqiC Y83zGgUeXZYGtkbQDaFsIdSSsywJlUHwDIjPnMEBG2zVK+ULZqYCJeliOxunBdXTzTo/ bfK1A1v55karnnHmAieuFWQg74w3IUGtdmSv6M9qzaDbdcBkHJiSDsAy76lAO8RzIiMO YXIZ449VBlwdURo/qNwsBxuv6d+QeucDfw96h+2ZNXGYzRZG9zie8tc+cEFL47zu0iG2 JVEw== X-Gm-Message-State: APjAAAXtkcLXo/Ha4rwQ4xnVo5xPXw5dGotGxgy9I5V0exTf3wfwWucY K8FreeBbRqHhOuxqNRzdYyBVoQ== X-Google-Smtp-Source: APXvYqyGX95aGE7yrgduQ0KNBsTyPjJciCvl1H6q8l27zA08x7P9UUKqUnjyfP98r+PnKf7XtqvWnQ== X-Received: by 2002:aa7:93c3:: with SMTP id y3mr11605121pff.2.1571844088186; Wed, 23 Oct 2019 08:21:28 -0700 (PDT) Received: from hermes.lan (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id g4sm22336183pfo.33.2019.10.23.08.21.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 23 Oct 2019 08:21:27 -0700 (PDT) Date: Wed, 23 Oct 2019 08:21:13 -0700 From: Stephen Hemminger To: Bruce Richardson Cc: dev@dpdk.org, techboard@dpdk.org Message-ID: <20191023082113.6d46c720@hermes.lan> In-Reply-To: <20191003131918.30970-1-bruce.richardson@intel.com> References: <20191003131918.30970-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [dpdk-techboard] [PATCH 0/6] remove a few example applications X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Thu, 3 Oct 2019 14:19:12 +0100 Bruce Richardson wrote: > As discussed by the DPDK technical board e.g. [1][2] and on the DPDK > mailing list [3], we have a lot of example applications shipped with > DPDK - a number which increases with each DPDK release, and not all of > which are probably needed any more. Therefore, this set removes 5 > example applications from the repository. > > The removal of each app is relatively straight-forward, though the use > of a table in the intro section of the sample app guide document makes > removing each app individually more difficult, as the table needs to be > reformed. Rather than increasing the diff by reformatting the table each > time, or the opposite approach of doing all table removals in one shot > at the end of the set, we have taken a compromise approach here, and > each example table entry is cleared once the example is removed, and the > table is finally rebalanced once at the end, by just compressing up the > spaces on each side. > > [1] https://mails.dpdk.org/archives/dev/2019-May/132288.html > [2] https://mails.dpdk.org/archives/dev/2019-June/135847.html > [3] https://mails.dpdk.org/archives/dev/2019-July/138676.html > > > Bruce Richardson (3): > examples/exception_path: remove example from DPDK > examples/l3fwd-vf: remove example from DPDK > doc: close up gaps in sample app guide table > > Ciara Power (3): > examples/quota-watermark: remove example from DPDK > examples/netmap-compat: remove example from DPDK > examples/load_balancer: remove example from DPDK > > MAINTAINERS | 15 - > doc/guides/sample_app_ug/exception_path.rst | 281 ----- > doc/guides/sample_app_ug/index.rst | 5 - > doc/guides/sample_app_ug/intro.rst | 30 +- > .../sample_app_ug/l3_forward_virtual.rst | 98 -- > doc/guides/sample_app_ug/load_balancer.rst | 201 ---- > .../sample_app_ug/netmap_compatibility.rst | 130 -- > doc/guides/sample_app_ug/quota_watermark.rst | 465 ------- > examples/Makefile | 5 - > examples/exception_path/Makefile | 57 - > examples/exception_path/main.c | 589 --------- > examples/exception_path/meson.build | 11 - > examples/l3fwd-vf/Makefile | 62 - > examples/l3fwd-vf/main.c | 1072 ----------------- > examples/l3fwd-vf/meson.build | 12 - > examples/load_balancer/Makefile | 62 - > examples/load_balancer/config.c | 1030 ---------------- > examples/load_balancer/init.c | 520 -------- > examples/load_balancer/main.c | 76 -- > examples/load_balancer/main.h | 351 ------ > examples/load_balancer/meson.build | 12 - > examples/load_balancer/runtime.c | 642 ---------- > examples/meson.build | 9 +- > examples/netmap_compat/Makefile | 22 - > examples/netmap_compat/bridge/Makefile | 35 - > examples/netmap_compat/bridge/bridge.c | 343 ------ > examples/netmap_compat/lib/compat_netmap.c | 899 -------------- > examples/netmap_compat/lib/compat_netmap.h | 51 - > examples/netmap_compat/meson.build | 10 - > examples/netmap_compat/netmap/netmap.h | 289 ----- > examples/netmap_compat/netmap/netmap_user.h | 95 -- > examples/quota_watermark/Makefile | 16 - > examples/quota_watermark/include/conf.h | 19 - > examples/quota_watermark/meson.build | 10 - > examples/quota_watermark/qw/Makefile | 22 - > examples/quota_watermark/qw/args.c | 78 -- > examples/quota_watermark/qw/args.h | 12 - > examples/quota_watermark/qw/init.c | 164 --- > examples/quota_watermark/qw/init.h | 14 - > examples/quota_watermark/qw/main.c | 365 ------ > examples/quota_watermark/qw/main.h | 31 - > examples/quota_watermark/qwctl/Makefile | 22 - > examples/quota_watermark/qwctl/commands.c | 196 --- > examples/quota_watermark/qwctl/commands.h | 12 - > examples/quota_watermark/qwctl/qwctl.c | 67 -- > examples/quota_watermark/qwctl/qwctl.h | 12 - > 46 files changed, 17 insertions(+), 8502 deletions(-) > delete mode 100644 doc/guides/sample_app_ug/exception_path.rst > delete mode 100644 doc/guides/sample_app_ug/l3_forward_virtual.rst > delete mode 100644 doc/guides/sample_app_ug/load_balancer.rst > delete mode 100644 doc/guides/sample_app_ug/netmap_compatibility.rst > delete mode 100644 doc/guides/sample_app_ug/quota_watermark.rst > delete mode 100644 examples/exception_path/Makefile > delete mode 100644 examples/exception_path/main.c > delete mode 100644 examples/exception_path/meson.build > delete mode 100644 examples/l3fwd-vf/Makefile > delete mode 100644 examples/l3fwd-vf/main.c > delete mode 100644 examples/l3fwd-vf/meson.build > delete mode 100644 examples/load_balancer/Makefile > delete mode 100644 examples/load_balancer/config.c > delete mode 100644 examples/load_balancer/init.c > delete mode 100644 examples/load_balancer/main.c > delete mode 100644 examples/load_balancer/main.h > delete mode 100644 examples/load_balancer/meson.build > delete mode 100644 examples/load_balancer/runtime.c > delete mode 100644 examples/netmap_compat/Makefile > delete mode 100644 examples/netmap_compat/bridge/Makefile > delete mode 100644 examples/netmap_compat/bridge/bridge.c > delete mode 100644 examples/netmap_compat/lib/compat_netmap.c > delete mode 100644 examples/netmap_compat/lib/compat_netmap.h > delete mode 100644 examples/netmap_compat/meson.build > delete mode 100644 examples/netmap_compat/netmap/netmap.h > delete mode 100644 examples/netmap_compat/netmap/netmap_user.h > delete mode 100644 examples/quota_watermark/Makefile > delete mode 100644 examples/quota_watermark/include/conf.h > delete mode 100644 examples/quota_watermark/meson.build > delete mode 100644 examples/quota_watermark/qw/Makefile > delete mode 100644 examples/quota_watermark/qw/args.c > delete mode 100644 examples/quota_watermark/qw/args.h > delete mode 100644 examples/quota_watermark/qw/init.c > delete mode 100644 examples/quota_watermark/qw/init.h > delete mode 100644 examples/quota_watermark/qw/main.c > delete mode 100644 examples/quota_watermark/qw/main.h > delete mode 100644 examples/quota_watermark/qwctl/Makefile > delete mode 100644 examples/quota_watermark/qwctl/commands.c > delete mode 100644 examples/quota_watermark/qwctl/commands.h > delete mode 100644 examples/quota_watermark/qwctl/qwctl.c > delete mode 100644 examples/quota_watermark/qwctl/qwctl.h > Ack for whole series, lets make this the smallest release Acked-by: Stephen Hemminger