From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f45.google.com (mail-wg0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id 544D268C0 for ; Thu, 20 Mar 2014 18:05:05 +0100 (CET) Received: by mail-wg0-f45.google.com with SMTP id l18so841077wgh.16 for ; Thu, 20 Mar 2014 10:06:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=lM02wpbyaaz9VByK9ZYUznIXmke2SWc1NNa0+5u8HmE=; b=G0kYo/z8jhnYERg5uP3EJby13QHQg/kgDYMTmYLdfN3GDfESpFaffyj5iOwiZ5owZT zzcPynQIr780m7KehOC5zOcGGha+xcrLoBe1SKDbkferS+oubES/ck82gH8uqNUzwBsN sPE1hCfZW6xuJIzjei5oNfkHjrg5DsL2jUrHdhmg0rFyysNUqzg4MevvaFhwaPbE+BW0 xvIsJ4kimqXCW1rqUaTiAPPq83hsnKwIcyn5YMihGnJpY8IGNFLTZ/z9GtwHPu6/VxLe BL4Pe+2HQkXhm7UzRcbN9mBCkJediEsJFrNj0vLwDHSfdIuMRMK9nrIPaYj9Y5vi1x0R rYbA== X-Gm-Message-State: ALoCoQlvjnLXdTO3GWbGNGxgOkgWcYc7kW84cze7J7hu7q+VKA2mrbaeaI26w8klMcOs9OPGg6Q1 X-Received: by 10.194.77.50 with SMTP id p18mr8217545wjw.68.1395335197267; Thu, 20 Mar 2014 10:06:37 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id ee5sm8063239wib.8.2014.03.20.10.06.35 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 20 Mar 2014 10:06:36 -0700 (PDT) From: Thomas Monjalon To: Chris Wright Date: Thu, 20 Mar 2014 18:06:34 +0100 Message-ID: <8160461.cV4pGlzJJa@xps13> Organization: 6WIND User-Agent: KMail/4.12.3 (Linux/3.13.6-1-ARCH; KDE/4.12.3; x86_64; ; ) In-Reply-To: <20140224160342.GB27503@x220.localdomain> References: <1391529271-24606-1-git-send-email-thomas.monjalon@6wind.com> <1391529271-24606-2-git-send-email-thomas.monjalon@6wind.com> <20140224160342.GB27503@x220.localdomain> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 01/16] tools: rename pci_unbind script X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Mar 2014 17:05:05 -0000 24/02/2014 08:03, Chris Wright : > * Thomas Monjalon (thomas.monjalon@6wind.com) wrote: > > In order to make this tool available among other system commands, > > the name must be more specific. > > > > Signed-off-by: Thomas Monjalon > > Looks reasonable to rename since it's not a generic script. > > Acked-by: Chris Wright Pushed for 1.6.0r2. Thank you -- Thomas