From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 9219EA568 for ; Thu, 11 Jan 2018 19:06:19 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Jan 2018 10:06:16 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,345,1511856000"; d="scan'208";a="9405451" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.48]) ([10.237.220.48]) by fmsmga002.fm.intel.com with ESMTP; 11 Jan 2018 10:06:15 -0800 To: Vipin Varghese , dev@dpdk.org Cc: david.hunt@intel.com, deepak.k.jain@intel.com References: <1513917500-9143-1-git-send-email-vipin.varghese@intel.com> From: Ferruh Yigit Message-ID: <9e2f50db-429a-8e6a-3480-5d6bb8ab2e13@intel.com> Date: Thu, 11 Jan 2018 18:06:14 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <1513917500-9143-1-git-send-email-vipin.varghese@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v1] [net/pcap] fix the NUMA id display in logs. X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jan 2018 18:06:20 -0000 On 12/22/2017 4:38 AM, Vipin Varghese wrote: > On single NUMA device the log information shows as boundary value > instead of -1. The change brings in unsinged to signed. > > Signed-off-by: Vipin Varghese Acked-by: Ferruh Yigit