From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] tools/dpdk_nic_bind.py: alias -s to --status Date: Sun, 06 Dec 2015 00:55:48 +0100 Message-ID: <2694350.8bK87MWONr@xps13> References: <1446206979-17430-1-git-send-email-harry.van.haaren@intel.com> <1446214678-18527-1-git-send-email-harry.van.haaren@intel.com> <20151030163715.GA30874@sivlogin002.ir.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Harry van Haaren Return-path: Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id 5381AA6A for ; Sun, 6 Dec 2015 00:57:06 +0100 (CET) Received: by wmvv187 with SMTP id v187so120885627wmv.1 for ; Sat, 05 Dec 2015 15:57:06 -0800 (PST) In-Reply-To: <20151030163715.GA30874@sivlogin002.ir.intel.com> 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" 2015-10-30 16:37, Ferruh Yigit: > On Fri, Oct 30, 2015 at 02:17:58PM +0000, Harry van Haaren wrote: > > This patch adds -s as an alias to --status in dpdk_nic_bind.py, > > providing a convienient shorthand. > > > > v2: > > - Corrected --summary to --status > > - Fixed bug regarding -u usage (Thanks Ferruh Yigit for suggested fix) > > > > Signed-off-by: Harry van Haaren > > Acked-by: Ferruh Yigit Applied, thanks