From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f67.google.com (mail-wm0-f67.google.com [74.125.82.67]) by dpdk.org (Postfix) with ESMTP id EE45C1D7 for ; Thu, 3 May 2018 12:30:12 +0200 (CEST) Received: by mail-wm0-f67.google.com with SMTP id f6so27475142wmc.4 for ; Thu, 03 May 2018 03:30:12 -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=FY//CIc8/5hcJPYrJkB42yc/soEyNtbhr1xVoM44R2o=; b=YLl6oJZjOB6n0ZOcHj0KLvkARY969xnSi/qG4TIQex6oXcS8uvszRCorv61WzEjTdq 9OxYBpRPZXcNT1nKe78C97lM3oR7CplA8+nGqkt+SuWH4DOTxLpuE5gzXbTmY862ae+l G3G5+VhtWxTBlixiR1fehOZxiGacOynhut2xzqRo6g/xCV6oHct97Y3ITPtSIr9xKRDf fNEkehxeejxGWZtdfozKmB5QgLYXbpfiKHnX2h8bV4u6kTW2CpqxKIJblpTXn6LvvY2Q Pth1dmzh9AYRPt+85Q8iO1WTRbohWcLAs4YVR8IStKokVGls9UluYvgrIKE8MlK/6Kwj hOqw== X-Gm-Message-State: ALQs6tC1B1kNNQNgpqm56sKnN5T5W8fqqWbXpRXNHOYIG5Z1ga3kfNDL BDu6RTpp7PY2Yf8GnIg8DVA= X-Google-Smtp-Source: AB8JxZqoWO6OAcPO9InfQLHPccRvrdEj5ZXRVMBkg01yuAdkMf3VbEXm+1RgHx4tpsTI9AGcrOvnIw== X-Received: by 10.28.54.83 with SMTP id d80mr15749929wma.3.1525343412452; Thu, 03 May 2018 03:30:12 -0700 (PDT) Received: from localhost (slip139-92-244-193.lon.uk.prserv.net. [139.92.244.193]) by smtp.gmail.com with ESMTPSA id q15sm13880475wmf.11.2018.05.03.03.30.10 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 03 May 2018 03:30:11 -0700 (PDT) Message-ID: <1525343408.23337.51.camel@debian.org> From: Luca Boccassi To: Aaron Conole , stable@dpdk.org Cc: Alejandro Lucero , Ferruh Yigit , Yuanhan Liu , Eelco Chaudron , Pablo Cascon , Kevin Traynor , Adrien Mazarguil Date: Thu, 03 May 2018 11:30:08 +0100 In-Reply-To: <1525170998.23337.31.camel@debian.org> References: <20180430172040.13506-1-aconole@redhat.com> <1525170998.23337.31.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 10:30:13 -0000 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=A0This = 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. I just noticed this is not in dpdk/master yet, is it scheduled for a later release? --=20 Kind regards, Luca Boccassi