From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id EAC6DC11C for ; Tue, 9 Feb 2016 12:15:07 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP; 09 Feb 2016 03:15:06 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,420,1449561600"; d="scan'208";a="880306898" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.35]) by orsmga001.jf.intel.com with SMTP; 09 Feb 2016 03:10:05 -0800 Received: by (sSMTP sendmail emulation); Tue, 09 Feb 2016 11:10:03 +0025 Date: Tue, 9 Feb 2016 11:10:03 +0000 From: Bruce Richardson To: Jeff Shaw Message-ID: <20160209111002.GB10444@bricha3-MOBL3> References: <1454978026-50487-1-git-send-email-jeffrey.b.shaw@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1454978026-50487-1-git-send-email-jeffrey.b.shaw@intel.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] tools: Fix typo in dpdk_nic_bind.py 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: Tue, 09 Feb 2016 11:15:08 -0000 On Mon, Feb 08, 2016 at 04:33:46PM -0800, Jeff Shaw wrote: > We should call sys.exit(), not divide sys by exit(). > > Signed-off-by: Jeff Shaw Acked-by: Bruce Richardson