From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [dpdk-stable] [PATCH 01/11] ethdev: fix debug log of owner id Date: Wed, 9 May 2018 18:53:41 +0100 Message-ID: <9cb22a8f-5b63-4aac-4e84-888e7f79b592@intel.com> References: <20180509094337.26112-1-thomas@monjalon.net> <20180509094337.26112-2-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: stable@dpdk.org To: Thomas Monjalon , dev@dpdk.org Return-path: In-Reply-To: <20180509094337.26112-2-thomas@monjalon.net> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 5/9/2018 10:43 AM, Thomas Monjalon wrote: > The owner id is 64-bit. > On 32-bit environment, it must be printed with PRIX64. > > Fixes: 5b7ba31148a8 ("ethdev: add port ownership") > Cc: stable@dpdk.org > > Signed-off-by: Thomas Monjalon Reviewed-by: Ferruh Yigit