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 8BCA4A0350; Mon, 29 Jun 2020 16:15:22 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 30EE51BED1; Mon, 29 Jun 2020 16:15:22 +0200 (CEST) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-2.mimecast.com [207.211.31.81]) by dpdk.org (Postfix) with ESMTP id A31EA1BECB for ; Mon, 29 Jun 2020 16:15:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1593440120; 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: in-reply-to:in-reply-to:references:references; bh=dXwt4N+pMokJa1rmcsYhsTqBJmSriyJLas1Y4ZAunAE=; b=evOpgAto6mkubG5gqSkvrwe4QC6aaDiSOfTXp/l7yDsqZanv9D0jyzdCfAnYXOEnwJ8nKD CnEvqMbWs12az8XUR7cPPEotOTWM3boNNUG3FJCYJgi3t+nc2p3ARTh1FASusSXvP99c/7 Nv7XFUq4boSIJTCJe6oxPIlDtWfXYdM= Received: from mail-vk1-f200.google.com (mail-vk1-f200.google.com [209.85.221.200]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-243-PkPXD9JJPHisn9qjLNAKQg-1; Mon, 29 Jun 2020 10:15:16 -0400 X-MC-Unique: PkPXD9JJPHisn9qjLNAKQg-1 Received: by mail-vk1-f200.google.com with SMTP id r80so2671531vkf.12 for ; Mon, 29 Jun 2020 07:15:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=dXwt4N+pMokJa1rmcsYhsTqBJmSriyJLas1Y4ZAunAE=; b=UB5XSUI3V3W1l8NjtB4wUB89J683ot+vuS+fre+o3fr/7iC6kFV4qz53PCDFSjnMI+ qZBHpxXI4C97X6Le5PmCMpSpMJvwBDeL9s2Y6DLrgeX9QKLBk/nRj1fOMsANYn2dztCu fQtosjaWIhx9pYIIa3JgT6Ts/VliJVKewV+9RcQsn1zErB4SHIEU25Gquhl1RBOdOaub iZxDJzLL4CIxlAS8Cb/Ns3YGdj8colPV6Htn/hmYsrwHalnlWODnaLJgFVi9OVl/8q6A ZLp11B1rwxUxlN5wSYtkFR47bubfKEjIwB753FFV9XxQNHn+F68zN6LN/xEr9RQn7BWn 5iHA== X-Gm-Message-State: AOAM533gtvg5B8Yn5QqP9TZWCKiRUylMgcW7TazdjdJS98IUnaWJwrwS fzkR2/wKlKpo5xuDN0U2n4BDd4o2CsImNToUIuHPxwHLInoyeOO7geRfJRAd4PYoVYQfKFOmYTB YT2LG2MuwBTDYqTLCgJI= X-Received: by 2002:ab0:e2:: with SMTP id 89mr10788691uaj.86.1593440115853; Mon, 29 Jun 2020 07:15:15 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxmr/rY2LL0XebO72sf41b91bcXj2Jenq31RexMIzK+BSBS03B2eOgr76FnQuJLXeaF0XRvzE97Hap0PYFp8MQ= X-Received: by 2002:ab0:e2:: with SMTP id 89mr10788668uaj.86.1593440115541; Mon, 29 Jun 2020 07:15:15 -0700 (PDT) MIME-Version: 1.0 References: <20200618004218.3730743-1-thomas@monjalon.net> <20200625214338.1838457-1-thomas@monjalon.net> In-Reply-To: <20200625214338.1838457-1-thomas@monjalon.net> From: David Marchand Date: Mon, 29 Jun 2020 16:15:04 +0200 Message-ID: To: Thomas Monjalon Cc: dev , Bruce Richardson X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v2 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, Jun 25, 2020 at 11:43 PM 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 | 9 +- > doc/guides/bbdevs/fpga_lte_fec.rst | 9 +- > doc/guides/cryptodevs/virtio.rst | 9 +- > .../virtio_user_for_container_networking.rst | 6 - Lucky guys who got their doc updated, are you expecting a beer from them? > 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/prog_guide/index.rst | 1 - > doc/guides/testpmd_app_ug/build_app.rst | 26 ----- > mk/rte.sdkconfig.mk | 5 - > mk/rte.sdkroot.mk | 16 +++ > 13 files changed, 51 insertions(+), 286 deletions(-) > delete mode 100644 doc/guides/prog_guide/extend_dpdk.rst I noticed a warning from FreeBSD shell/read command, could you have a look? The read command expects a variable name where to store input. Apart from that, for the series, Acked-by: David Marchand -- David Marchand