From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] tools: Fix typo in dpdk_nic_bind.py script. Date: Tue, 09 Feb 2016 12:42:28 +0100 Message-ID: <2407217.vy4F7ZKJq3@xps13> References: <1454978026-50487-1-git-send-email-jeffrey.b.shaw@intel.com> <20160209111002.GB10444@bricha3-MOBL3> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Jeff Shaw Return-path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id 402492EDA for ; Tue, 9 Feb 2016 12:43:52 +0100 (CET) Received: by mail-wm0-f42.google.com with SMTP id p63so154237781wmp.1 for ; Tue, 09 Feb 2016 03:43:52 -0800 (PST) In-Reply-To: <20160209111002.GB10444@bricha3-MOBL3> 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" 2016-02-09 11:10, Bruce Richardson: > On Mon, Feb 08, 2016 at 04:33:46PM -0800, Jeff Shaw wrote: > > We should call sys.exit(), not divide sys by exit(). Obviously :) > > Signed-off-by: Jeff Shaw > > Acked-by: Bruce Richardson Applied, thanks