From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-f195.google.com (mail-wr0-f195.google.com [209.85.128.195]) by dpdk.org (Postfix) with ESMTP id 7E63520BD for ; Thu, 3 May 2018 14:57:22 +0200 (CEST) Received: by mail-wr0-f195.google.com with SMTP id v15-v6so17496239wrm.10 for ; Thu, 03 May 2018 05:57:22 -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=1OUWqJsZQcBBLwe2VXGEr3Rk3bJ8bhWFZL3zJr7HUdU=; b=gX9urlcmcga6qyCfMVM4iUnW9eHBsqj83mj42+LSgJTxMtAUrehOvOQ5O3cCf98VUa 29ovHyAZuPlDMD6tTec5mMZi5CcCv+TbeIpVOI4aXFv3Z5KuxGl/HfJ5Z0n2pfWU4x7E P0Rpo8bARo26B/L7fzLxPsE4QJ4m5DVkQwFz5oh/wOrj2VUQENMS85QEeye1p7dfXWmd ZN90npvZcoXpMtW7ap+gwrjaPU5Hf/mXP/vFIL+OJ72sm3up104qLo0bXpEeF3LqBkQG FZpMEEmTuBDcKBWwZJD/eOmZczIatqpSU6K8Q4Gi0OL9VpfhRQiK/Viwg6sHRoFv2ZJR 6Cog== X-Gm-Message-State: ALQs6tCObnqO7KlfprChPPmyxqxaR5GfzcYq6C6nUu9eJfSU36mcc4+w FaDxLFlHai58LYx1POLmmSI= X-Google-Smtp-Source: AB8JxZquv7bZCT0kn5nn8t2p6t4v0u+wrHx6BXC6JS6IeM+V8sNMbOiyhWj2oIcIJhY47wWfJSb3vw== X-Received: by 2002:adf:ce8a:: with SMTP id r10-v6mr17550028wrn.222.1525352242193; Thu, 03 May 2018 05:57:22 -0700 (PDT) Received: from localhost (slip139-92-244-193.lon.uk.prserv.net. [139.92.244.193]) by smtp.gmail.com with ESMTPSA id q2-v6sm14298612wrm.26.2018.05.03.05.57.20 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 03 May 2018 05:57:21 -0700 (PDT) Message-ID: <1525352240.23337.54.camel@debian.org> From: Luca Boccassi To: Alejandro Lucero Cc: Aaron Conole , stable@dpdk.org, Ferruh Yigit , Yuanhan Liu , Eelco Chaudron , Pablo Cascon , Kevin Traynor , Adrien Mazarguil Date: Thu, 03 May 2018 13:57:20 +0100 In-Reply-To: References: <20180430172040.13506-1-aconole@redhat.com> <1525170998.23337.31.camel@debian.org> <1525343408.23337.51.camel@debian.org> 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 0/2] nfp: support non-root user for the Netronome 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: Thu, 03 May 2018 12:57:22 -0000 On Thu, 2018-05-03 at 13:25 +0100, Alejandro Lucero wrote: > This fixes can not be applied to master because that code was changed > and > it is not there anymore. >=20 > So it these fixes are going to be applied just to stable versions. Ok, makese sense, thanks. Will push to 18.02.2 with the next batch. > On Thu, May 3, 2018 at 11:30 AM, Luca Boccassi > wrote: >=20 > > On Tue, 2018-05-01 at 11:36 +0100, Luca Boccassi wrote: > > > On Mon, 2018-04-30 at 13:20 -0400, Aaron Conole wrote: > > > > Even when trying to use the Netronome cards via VFIO, there is > > > > a > > > > lock file being requested, which requires root access.=C2=A0=C2=A0T= his > > > > series > > > > fixes an issue with the nfp driver lock release always > > > > releasing > > > > 'nfp0' (which isn't a bug in practice for other reasons) as > > > > well > > > > as allowing the lock file location to be configured by the > > > > application > > > > or user via the HOME environment variable (similar to other > > > > resources > > > > in the DPDK framework). > > > >=20 > > > > This series is only applicable to the stable tree because the > > > > nfp > > > > driver is completely rewritten for later versions of DPDK. > > > >=20 > > > > Aaron Conole (2): > > > > =C2=A0 nfp: unlink the appropriate lock file > > > > =C2=A0 nfp: allow for non-root user > > > >=20 > > > > =C2=A0drivers/net/nfp/nfp_nfpu.c | 25 +++++++++++++++++++++---- > > > > =C2=A01 file changed, 21 insertions(+), 4 deletions(-) > > >=20 > > > Series applied to 18.02, thanks. > >=20 > > I just noticed this is not in dpdk/master yet, is it scheduled for > > a > > later release? > >=20 > > -- > > Kind regards, > > Luca Boccassi > >=20 --=20 Kind regards, Luca Boccassi