From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-f194.google.com (mail-wr0-f194.google.com [209.85.128.194]) by dpdk.org (Postfix) with ESMTP id 8E57B235 for ; Tue, 1 May 2018 12:36:41 +0200 (CEST) Received: by mail-wr0-f194.google.com with SMTP id q3-v6so10457433wrj.6 for ; Tue, 01 May 2018 03:36: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=QI7B/XAsx+B25I1AwuZiRXAVKR6U2ZRW76kybBYJ+JE=; b=FVqzMwMyLZjddFs0m6/p5WcniDoZrcbgVfvmdLdpriuFOVww6WjocwqJdC6AXgQ3ov Xq9gyqwzXLxOTOU82Yo+HRWs7YWpaTKPtfNJOcEMiKn1+gc/0LL/NxvFCwC76rZGijA9 s/0hQzoXxnfQ35l/I1Nc8f1u9sur7YiYxT7L0DkoUEb9SD7Gt5tieFeLaCqLJovesiUq 5g60D474lv5zpDAhfcgCiRJEIVf5d+WpkzKncxzrHukf7SUfh68OcwYG3wLKXIUZWa2k 3OYcDgKUZjN/O6EjPK7tR0YfFl1lx7kqGBGAswG8DU6AFG/Iy/YE1XbJlDcDRCR5Uw63 CNCw== X-Gm-Message-State: ALQs6tCSNgwsf6WGaxM+2xums6MVQvCuDDeoP3dVhFw4ebcFqA+BwVUU lFdmIquzYKAzoS19X0Hy+FI= X-Google-Smtp-Source: AB8JxZqFrjAdvkkHcC6MU9pz/cvfaH7/J7vVsTRiFBBaxnjqoBfsoFp377jyve0qla5xtHJC0CG4ww== X-Received: by 2002:adf:a0ea:: with SMTP id n39-v6mr11414726wrn.87.1525171000764; Tue, 01 May 2018 03:36:40 -0700 (PDT) Received: from localhost (slip139-92-244-193.lon.uk.prserv.net. [139.92.244.193]) by smtp.gmail.com with ESMTPSA id c50-v6sm13767888wrc.11.2018.05.01.03.36.39 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 01 May 2018 03:36:39 -0700 (PDT) Message-ID: <1525170998.23337.31.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: Tue, 01 May 2018 11:36:38 +0100 In-Reply-To: <20180430172040.13506-1-aconole@redhat.com> References: <20180430172040.13506-1-aconole@redhat.com> 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: Tue, 01 May 2018 10:36:41 -0000 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 se= ries > 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(-) Series applied to 18.02, thanks. --=20 Kind regards, Luca Boccassi