From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-f193.google.com (mail-wr0-f193.google.com [209.85.128.193]) by dpdk.org (Postfix) with ESMTP id 90F48AAC4 for ; Wed, 9 May 2018 12:44:18 +0200 (CEST) Received: by mail-wr0-f193.google.com with SMTP id i14-v6so32028944wre.2 for ; Wed, 09 May 2018 03:44:18 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:content-transfer-encoding:mime-version; bh=oUc2Iu4AiFYNdpJVKcVW6A3VXFZ3Uzw6xQIQjFi4VwY=; b=dUSwqzMpM7FO4dhcT4Qni3Zntw2t0pARXLPqx8WPnBlDtdRhFRPF7LXpVSHXaWg2AL R7XVzSEUJNHaz2Iqt0rYO58fm+Z4jmhQCUD9rP2c38n8C7kqaOHQ+Nc75KYDAMxh5/ZH DsfAFgfkk1w20fNf8wBHxwGfEXtsqi/yBQfLNDKwYRDcXmvvSHFHTl8bslTEN0YNAsYQ ArB4E6I5Fn8otKNqFaHiWPAWkJhnx5d11oW6XGosGXYW4CpDsgPeydu+Hd9cvDW2Ri+6 sZEjAIhubLvs4TUC7zqjCH/f5AjgvrCAWMBCIYGmdRucv/H29Ss8R0wkW1rCL2hISKpp 0tTQ== X-Gm-Message-State: ALQs6tBK1yE39w2ZsHkMZK9jyzGXPDMLhqfbgS2gUwyk9hHdNOmk3fTJ BuUoQMvDs2Tg2GvDOKfK710= X-Google-Smtp-Source: AB8JxZovA124cHgB9idod91a/2sfM0OOWqWAb5o51/Ms677687YbAT2JPt8Faq4czuPCf0E3cwli6w== X-Received: by 2002:adf:ab0a:: with SMTP id q10-v6mr35027514wrc.239.1525862658233; Wed, 09 May 2018 03:44:18 -0700 (PDT) Received: from localhost ([2a00:23c5:be9a:5200:ce4c:82c0:d567:ecbb]) by smtp.gmail.com with ESMTPSA id o101-v6sm39426466wrb.44.2018.05.09.03.44.17 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 09 May 2018 03:44:17 -0700 (PDT) Message-ID: <1525862656.23337.87.camel@debian.org> From: Luca Boccassi To: Thomas Monjalon , matan@mellanox.com Cc: stable@dpdk.org Date: Wed, 09 May 2018 11:44:16 +0100 In-Reply-To: <20180509093105.25984-2-thomas@monjalon.net> References: <20180509093105.25984-1-thomas@monjalon.net> <20180509093105.25984-2-thomas@monjalon.net> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Evolution 3.22.6-1+deb9u1 Mime-Version: 1.0 Subject: Re: [dpdk-stable] [PATCH 01/11] ethdev: fix debug log of owner id X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2018 10:44:18 -0000 On Wed, 2018-05-09 at 11:30 +0200, Thomas Monjalon wrote: > The owner id is 64-bit. > On 32-bit environment, it must be printed with PRIX64. >=20 > Fixes: 5b7ba31148a8 ("ethdev: add port ownership") > Cc: stable@dpdk.org >=20 > Signed-off-by: Thomas Monjalon > --- > =C2=A0lib/librte_ethdev/rte_ethdev.c | 10 +++++----- > =C2=A01 file changed, 5 insertions(+), 5 deletions(-) It seems git am -3 is failing miserably on this series - if you have a branch, could you please push it to your github fork or somewhere else I can pull it in 18.02? --=20 Kind regards, Luca Boccassi