From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 76E7F5913 for ; Mon, 24 Feb 2014 17:02:22 +0100 (CET) Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s1OG3jDN020236 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 24 Feb 2014 11:03:46 -0500 Received: from x220.localdomain (ovpn-113-201.phx2.redhat.com [10.3.113.201]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with SMTP id s1OG3hw0027651; Mon, 24 Feb 2014 11:03:44 -0500 Date: Mon, 24 Feb 2014 08:03:42 -0800 From: Chris Wright To: Thomas Monjalon Message-ID: <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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1391529271-24606-2-git-send-email-thomas.monjalon@6wind.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Scanned-By: MIMEDefang 2.68 on 10.5.11.24 X-Mailman-Approved-At: Mon, 24 Feb 2014 17:13:55 +0100 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: Mon, 24 Feb 2014 16:02:22 -0000 * 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