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 B4959A04B1; Mon, 7 Sep 2020 19:23:03 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2E0221B9B7; Mon, 7 Sep 2020 19:23:03 +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 56A77255 for ; Mon, 7 Sep 2020 19:23:01 +0200 (CEST) Received: by mail-pf1-f194.google.com with SMTP id z19so6750184pfn.8 for ; Mon, 07 Sep 2020 10:23:01 -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=BYEmsB5/+4uW5F0mM9TKvtRQDKnfMbLY17KmaJmN+rc=; b=tKgHLyMkAwkVGSrqy8tVp6nbBuivlwnVN1e4FpPc3eRQ+kSnksdK2souCse1DT4rTa aiOqrLNGQG6aR5u9FTygiCWQRW7UBGUqgeBVNpJApC56ZhIt6bZb9Mi9kl8Vuo5NhdJc XHRJQAjIWD1HQbHyliswbK+27KYgd7wBiVVUxfBdddpJsybLlavgMrVLlvZURhrBEKT6 2jJD8vY/akp+RlCVUcxWwMZdci9PUNPm4VFNO/VmlQ9GWClozIBMzyhJMKMzhl8VdOqY H4kQFXlTqjwsvgwNGUPBCyZDY8J2Sns0TCft+FuHHkg2OIFmdc5EzEylSAyUaxxyT4tT bU9A== 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=BYEmsB5/+4uW5F0mM9TKvtRQDKnfMbLY17KmaJmN+rc=; b=qlWTzJedMvdHC2B+LcXeg80bGSVEJ1XcjDBjA1faDgyZziLMih42G/EwL9tPAgiwOn /SDiQ8owTmH+qCgyQSDRYLE2QJHANNg6p40cxpkjpq8LEtdW0zAKZWpf15imRQPUNWIp ZJEGSGKLZXdoL+AiL3qtHutgsCdmjoU4RJJ/CIc34RpYT/EuhYQEtZ0ssGH/WJKXVQvG ICoD+UabtuWvSGxvslwfYSv3CzumDSW19MQeWjFx32i0NlP6HjqcDMkSIBmuw2qP4G8u MX442Kbk2jBl5A3SUJl/9+cOMndMANfjYLPT4ZHFx/2nGIN4RUdmc55hI/+LMu/WtdA2 VqKg== X-Gm-Message-State: AOAM531ovBwE2HiyRtN6YBwos+PoAVTadfnJsNSJAp1ujcrZQZ5L3b+N NezEU0L0pnVjjPFS9h+iFqoUVw== X-Google-Smtp-Source: ABdhPJxlajSzJaaojJk7GBYp7k0+uukLMjKO8WEUcktUnO1Y8LjRqqxnusqoV7qUAXtH1XwQQdAdzA== X-Received: by 2002:a62:e40a:: with SMTP id r10mr21597824pfh.52.1599499380619; Mon, 07 Sep 2020 10:23:00 -0700 (PDT) Received: from hermes.lan (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id t3sm6815481pje.43.2020.09.07.10.22.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 07 Sep 2020 10:23:00 -0700 (PDT) Date: Mon, 7 Sep 2020 10:22:57 -0700 From: Stephen Hemminger To: Bruce Richardson Cc: john.mcnamara@intel.com, marko.kovacevic@intel.com, dev@dpdk.org Message-ID: <20200907102257.3aae947f@hermes.lan> In-Reply-To: <20200907090816.GF312@bricha3-MOBL.ger.corp.intel.com> References: <20200906033846.24686-1-stephen@networkplumber.org> <20200907090816.GF312@bricha3-MOBL.ger.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] doc/devbind: remove references to igb_uio 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 Mon, 7 Sep 2020 10:08:16 +0100 Bruce Richardson wrote: > Agree with all the replacements of igb_uio with vfio, but why remove the > .py suffix here? The script won't run without giving its full name, so this > removal seems unhelpful to the user. My misunderstanding, thought the install process was stripping the .py suffix