From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <luca.boccassi@gmail.com>
Received: from mail-wr0-f194.google.com (mail-wr0-f194.google.com
 [209.85.128.194]) by dpdk.org (Postfix) with ESMTP id 5F5A81B652
 for <stable@dpdk.org>; Wed,  9 May 2018 15:59:41 +0200 (CEST)
Received: by mail-wr0-f194.google.com with SMTP id p4-v6so5457308wrh.3
 for <stable@dpdk.org>; Wed, 09 May 2018 06:59:41 -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=KOU9wG8vWOwdHS9sn6+4eO4FD0/co3lMYtQR8W6/iZ0=;
 b=m8dJDGF4IwA+mqLsMYZ9LXO8V0B6jy0f6jc0uXuxtYwCX7RKbd8eJeots6zv+LfEuo
 6WcwOeR4ys74HzxDETNtjSbKJ/IG3qqXuRCmpptxcQ+3L5/WCXqtLmBduV5fNj+sv2TJ
 j8X/JFEQAM2rAvwhnNDoGqNfOM1jBhe+zLcBAPjQkEqzEqKbd7+xS+S9dHuqLAMzgv7z
 o92USQ+IL1ssITLf7CsSXZSTMS2TyiH81xt/Qd6OD4Is5vq0VAFu1h6XxTucgPNeXAuz
 sS4zYuJIaNIa4shrtcvTJlN6msRD3/wuf1wMR3PnR79VtfAdYHfzkvQFiIhCy74ghCGV
 LF/w==
X-Gm-Message-State: ALQs6tARvCxukP6gIF/Asy4atyW9BtifbRmqgyar2+CIKSt9ouQI/4mF
 TvQ3iRo7dZkDgaFhR3442EE=
X-Google-Smtp-Source: AB8JxZpFKUZi6RwsNUgVT8EGmDMv0xTTlNoAzIWK6Gu7pvWwCyQC0ZnlP4Zo4xs1jDGTOzNDvNr0Gw==
X-Received: by 2002:adf:b065:: with SMTP id
 g34-v6mr36878433wra.25.1525874381074; 
 Wed, 09 May 2018 06:59:41 -0700 (PDT)
Received: from localhost ([2a00:23c5:be9a:5200:ce4c:82c0:d567:ecbb])
 by smtp.gmail.com with ESMTPSA id m123-v6sm18177178wma.1.2018.05.09.06.59.39
 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256);
 Wed, 09 May 2018 06:59:40 -0700 (PDT)
Message-ID: <1525874379.23337.91.camel@debian.org>
From: Luca Boccassi <bluca@debian.org>
To: Thomas Monjalon <thomas@monjalon.net>
Cc: matan@mellanox.com, stable@dpdk.org
Date: Wed, 09 May 2018 14:59:39 +0100
In-Reply-To: <1798003.3in50T8CCP@xps>
References: <20180509093105.25984-1-thomas@monjalon.net>
 <20180509093105.25984-2-thomas@monjalon.net>
 <1525862656.23337.87.camel@debian.org> <1798003.3in50T8CCP@xps>
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 <stable.dpdk.org>
List-Unsubscribe: <https://dpdk.org/ml/options/stable>,
 <mailto:stable-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/stable/>
List-Post: <mailto:stable@dpdk.org>
List-Help: <mailto:stable-request@dpdk.org?subject=help>
List-Subscribe: <https://dpdk.org/ml/listinfo/stable>,
 <mailto:stable-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 09 May 2018 13:59:41 -0000

On Wed, 2018-05-09 at 14:15 +0200, Thomas Monjalon wrote:
> 09/05/2018 12:44, Luca Boccassi:
> > 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 <thomas@monjalon.net>
> > > ---
> > > =C2=A0lib/librte_ethdev/rte_ethdev.c | 10 +++++-----
> > > =C2=A01 file changed, 5 insertions(+), 5 deletions(-)
> >=20
> > 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
> I could send the series to stable@dpdk.org, when backported,
> with 18.02 prefix in the title.

Ah sure, that's fine - given this series was sent exclusively to stable
@dpdk.org I thought it was already the backport

--=20
Kind regards,
Luca Boccassi