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 0F65FA0524; Fri, 27 Nov 2020 17:27:23 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 428A0C96A; Fri, 27 Nov 2020 17:27:21 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by dpdk.org (Postfix) with ESMTP id 0A3B2C958 for ; Fri, 27 Nov 2020 17:27:18 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1606494437; 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=qVECZYwBiI8S9JmmOuQizK1luCj1Hu5Qf/p4zhPBuGw=; b=Nlb15JHte4Dw1iJGh3V5h25w04uQdIXRIuulfho4kaHHwyWrWdeOxx9iPoA9x84l2Fioo4 v7ZMssCNKQsc611X34EkyMdRE/ZbibMs9T2lqZHPzt0o4A/XyWsE5zS90SRPr8cPMTlhf+ k/8ipFZhHqGdOuAQq6I02kkWhaz4gIY= 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-77-DyFyKVAQO9mDYLbVJ8cvVw-1; Fri, 27 Nov 2020 11:27:15 -0500 X-MC-Unique: DyFyKVAQO9mDYLbVJ8cvVw-1 Received: by mail-vk1-f200.google.com with SMTP id p199so1993089vkp.23 for ; Fri, 27 Nov 2020 08:27:15 -0800 (PST) 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:content-transfer-encoding; bh=qVECZYwBiI8S9JmmOuQizK1luCj1Hu5Qf/p4zhPBuGw=; b=tX128uB2LusK4yO5+/Fi5aakWC04/gayByy5QulUhgvMZ+A4k04fdxzH+I2hH9e/le N11FJXw8H1W5GEvPL6POZtxOpqaUjlItuAiiLQpfwK/yVNVVN90NCEfJBgkUesnW59Ds iLZvYCIHyHPPS3q0d3g+fJxMdJqxr9tfqLpr03FImMBW3xfaFdx21Do37GfmS/xY+Wav WdQ8F5+FPYOT/DSh/Zx5y+nlD1w9PDwpArJ0/2T0dpQv6uqptfltBG8wJLK2zPsynYiR Q7F4zZMEmmzL1WUXLb+TolmFN2IekHwZmOxPsXaNVGBsNzOKWWMr1H0AZBnjrHPrlfX9 pgaw== X-Gm-Message-State: AOAM530fTrM0lI3SGvkOo0mdIFVMSb8I06PNU3qQwZ4ghYEQ6mFpTG5t 0/0jFFk0XI0K6zgY/PJTKULj3VrQx/QM9irB+NXl0c4G+9E91GpFG9vtxCj2Trw1Ek6cRYqJil7 Sou+c1w/TeMc4qSOLDAw= X-Received: by 2002:a67:f613:: with SMTP id k19mr6711164vso.17.1606494435294; Fri, 27 Nov 2020 08:27:15 -0800 (PST) X-Google-Smtp-Source: ABdhPJw4CW0sx0bVisqfVCJJZKHgrFqgpbKXSV5aMIzMjqwqWO7BXBY31Y57yqathLJD/54VHSy41c/wkvRYdb7YNWw= X-Received: by 2002:a67:f613:: with SMTP id k19mr6711131vso.17.1606494435075; Fri, 27 Nov 2020 08:27:15 -0800 (PST) MIME-Version: 1.0 References: <20201127150710.16082-1-david.marchand@redhat.com> In-Reply-To: From: David Marchand Date: Fri, 27 Nov 2020 17:27:03 +0100 Message-ID: To: "Chautru, Nicolas" Cc: dev , Thomas Monjalon , Ray Kinsella , Neil Horman , "Richardson, Bruce" , "Yigit, Ferruh" , "techboard@dpdk.org" , Maxime Coquelin Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH] remove dpdk-setup.sh 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 Fri, Nov 27, 2020 at 5:20 PM Chautru, Nicolas wrote: > > Hi David > I don=E2=80=99t believe that the patch should also remove from doc the si= de note related to vfio-pci which is not specific to that setup script. Indeed, fixed. Thanks! --=20 David Marchand