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 DF0B2A04A5; Thu, 18 Jun 2020 03:36:39 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2EC391252; Thu, 18 Jun 2020 03:36:39 +0200 (CEST) Received: from mail-pf1-f194.google.com (mail-pf1-f194.google.com [209.85.210.194]) by dpdk.org (Postfix) with ESMTP id 95BDE1150 for ; Thu, 18 Jun 2020 03:36:37 +0200 (CEST) Received: by mail-pf1-f194.google.com with SMTP id d66so2022254pfd.6 for ; Wed, 17 Jun 2020 18:36:37 -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=78HvNuHHXIbjgiJxGz1YHK7yqDpq6J24Mz7HaZUYffY=; b=e6y6gDSsKuYZMk4cBEVTiBCCLQ71lre2fFXR6VFKZNG+2Z4oB0IS+wFDpicfUfXpDn 21KKzsEzGt+dYqQq/et4yHV9rD55X/gYcmSqEOauynl15IHJKP8nqq3gxwP4HR2LOeyB /kS++K41O61nQYDNBrdyfdM7u6kyZZf0/dJK85g9BcslXK78wpJ0TtvqQzR7ws8EfTof mEjVXf30mYLo+1zx85BJpEAQefbjYw8zUCfigmDKXRiPq+Poi6VT6o5z+udDP/dWfiDB ThtxEenvju4qZdChElmZgnk+F+ZRcWI1y/UwCRJOdcpx33qDopKwj74JH/obg8A/6Z4M m1iA== 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=78HvNuHHXIbjgiJxGz1YHK7yqDpq6J24Mz7HaZUYffY=; b=LuNDI3Kn0HRZL2jzwroa2JjU7lqqoyxWoWliVL0p0rP42eNJ2LvP6hLVb985gkNmjp ZhzRaqcnTMgQc0y/0/TrNwhhRjUHr9WRr5w/rQv4/b5e4ozWZMy+tdl8rhNPqepRq8rH m4MIsj5LDrCoDmXnEQgp8yz1s3LPCcR30l+IdxtwoHZnoPEykGfvTG7miz7Gn32X221y iFhtoMx+cWO821+s0AHCQzcBUSk3as1CeRHGwHG42V/szJu3BJ4svo9DZMZ7RGB/S1rp iam6G5LzTIR9tZl0f+fB42WL6d6KVElbq9aG10u0RoRtJz8MHc2AI8P9ij4Gh1S2FK8I ccog== X-Gm-Message-State: AOAM533bceukzb3QcE2yw/5yq3gYiQNHBmxNey04C2y2IWj924h0sFkq 2OYJHed/BYtRsQm8emj8vxDyYQ== X-Google-Smtp-Source: ABdhPJw5lHXI+LGFeSnUVrwDLOOqHewcpmZNnO0l2cfXYhH+pYYUKg1sbTB2iuLQgDM2dF/HAdkcYw== X-Received: by 2002:a63:e24c:: with SMTP id y12mr1372202pgj.224.1592444196478; Wed, 17 Jun 2020 18:36:36 -0700 (PDT) Received: from hermes.lan (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id r7sm1004500pfl.117.2020.06.17.18.36.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 17 Jun 2020 18:36:36 -0700 (PDT) Date: Wed, 17 Jun 2020 18:36:28 -0700 From: Stephen Hemminger To: Thomas Monjalon Cc: dev@dpdk.org, david.marchand@redhat.com, bruce.richardson@intel.com Message-ID: <20200617183628.2d8c5164@hermes.lan> In-Reply-To: <20200618004218.3730743-1-thomas@monjalon.net> References: <20200618004218.3730743-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 0/4] one more step in makefiles deprecation 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, 18 Jun 2020 02:42:14 +0200 Thomas Monjalon wrote: > Some "make" usages are cleaned up in the documentation, > and an inevitable deprecation warning is printed when using "make". > > > ********************************************* > NOTE: Lots of docs must be converted to meson > build, configuration and installation layout, > as soon as possible. Please HELP! > > A trick to find some affected docs: > git grep -- -linux- doc > ********************************************* > > > It should be the final step before complete removal > of the "make" build system in DPDK 20.11. > > > Thomas Monjalon (4): > doc: remove outdated guidelines for library addition > doc: remove build instructions where unneeded > doc: update build instructions in the Linux guide > mk: add a paused deprecation warning before each build > > doc/guides/bbdevs/fpga_5gnr_fec.rst | 7 +- > doc/guides/bbdevs/fpga_lte_fec.rst | 7 +- > doc/guides/cryptodevs/virtio.rst | 9 +- > .../virtio_user_for_container_networking.rst | 6 - > doc/guides/linux_gsg/build_dpdk.rst | 66 +++-------- > .../linux_gsg/nic_perf_intel_platform.rst | 8 +- > doc/guides/nics/bnxt.rst | 30 +---- > doc/guides/nics/build_and_test.rst | 43 +------ > doc/guides/prog_guide/extend_dpdk.rst | 109 ------------------ > doc/guides/testpmd_app_ug/build_app.rst | 26 ----- > mk/rte.sdkconfig.mk | 5 - > mk/rte.sdkroot.mk | 16 +++ > 12 files changed, 49 insertions(+), 283 deletions(-) > delete mode 100644 doc/guides/prog_guide/extend_dpdk.rst > It would help if a document described how application using old mk files could be converted. Maybe using some standard open source project that is stuck on mk.