From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: fix old dpdk-nic-bind.py references Date: Mon, 22 Aug 2016 23:05:08 +0200 Message-ID: <2100529.900qk5KtyC@xps13> References: <1469816449-99047-1-git-send-email-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Christian Ehrhardt , "Mcnamara, John" , stable@dpdk.org To: Pablo de Lara Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id F39CA388F for ; Mon, 22 Aug 2016 23:05:10 +0200 (CEST) Received: by mail-wm0-f51.google.com with SMTP id o80so164513363wme.1 for ; Mon, 22 Aug 2016 14:05:10 -0700 (PDT) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > dpdk-nic-bind.py script has been renamed to dpdk-devbind.py, > > but some references to the old script have remained. > > This commit completes the renaming. > > > > Fixes: a5d7a3f77ddc ("unify tools naming") > > > > Signed-off-by: Pablo de Lara > > I like the cleanups for consistency! > > Acked-by: Christian Ehrhardt Applied, thanks