From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f66.google.com (mail-wm0-f66.google.com [74.125.82.66]) by dpdk.org (Postfix) with ESMTP id 4710520BD for ; Thu, 3 May 2018 14:25:12 +0200 (CEST) Received: by mail-wm0-f66.google.com with SMTP id a137-v6so2732047wme.1 for ; Thu, 03 May 2018 05:25:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netronome-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=8BqfVS7xzXLuBgBpMFgzrFbzar1YzuPIJC3iFFWj1Iw=; b=L94GH2QskY4jm86wumR+CAH4nXeUPczCdtM+1qowkHosbqkrTfcjgCADaU6gTvl+3t Bp83ecQnhWCF5eV5OWgPnzyUqWVnT+FsTw8p1UxJOSVgB835zcbtjLKrpLap24GoE0sS 3e2k/MDuw46C40z6aRaLG0OqVy1L5DBu+4K8zjcwxqqtHHjwPGy/AkFCPhFrsYOCuffv 3ac4UjsXpNZMn99Cv2lUPisGzAFdUTu+Etn8kslgsnHFuFTUc+s2pExNBl7OEJUZqq6m VZtmsaOBqnuHpsCJcAYOjML9JYQBFTGNOKqkX64Or7GkRG/icgwOAxyGaHoLZ+hGLS6g HlTg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=8BqfVS7xzXLuBgBpMFgzrFbzar1YzuPIJC3iFFWj1Iw=; b=iOH3mXHrzk+Ki1sdV7am0qbyOFUyab07TDq+20v2+Gq11Jm6cr9WdE7/8ol1jaOrdy QbVYg6PC+hephOFJwARWqK2aJJVAqpjmmLS80ZtNiP4jta0orgyWfp4lniYueEwX9nhG j8dMBziNZNocOgsQAmZ6VFyuN6Jk7dBxX0QCZB6sodO7sqSfDkV82uMEAonM9LsvoMTh shEMSzRQlKL9gx5Ncm33fdKuWoIt7pxqnGDpWq2XiYS756kCUc15arO6HZNdlvDwjm/U v1snNbjzkYB8YXsAHf2i2YH8ToKuc2EhIvxgQ+US48q0V53fvEhLU4CnwMzrfNlXjdsf mVqQ== X-Gm-Message-State: ALQs6tDwts5hG9Hp4p6g7EfPxir95MnQzGU5NwOvXBU/GWT25SyE5wVQ 97fXt3dUu3Z0tcs15OIiZhq/sPEeYY9nSu6SVaC8YQ== X-Google-Smtp-Source: AB8JxZrUnkML4NGSnkAGsymg30BrBVOw/EoCH4iIUeijVkhlKeQb35Ck2cGdxkK0VgEBZZ/7v69RpfsSRT6BsYgLlkQ= X-Received: by 2002:a50:f0c7:: with SMTP id a7-v6mr31137646edm.90.1525350312039; Thu, 03 May 2018 05:25:12 -0700 (PDT) MIME-Version: 1.0 Received: by 10.80.212.155 with HTTP; Thu, 3 May 2018 05:25:11 -0700 (PDT) In-Reply-To: <1525343408.23337.51.camel@debian.org> References: <20180430172040.13506-1-aconole@redhat.com> <1525170998.23337.31.camel@debian.org> <1525343408.23337.51.camel@debian.org> From: Alejandro Lucero Date: Thu, 3 May 2018 13:25:11 +0100 Message-ID: To: Luca Boccassi Cc: Aaron Conole , stable@dpdk.org, Ferruh Yigit , Yuanhan Liu , Eelco Chaudron , Pablo Cascon , Kevin Traynor , Adrien Mazarguil Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 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:25:12 -0000 This fixes can not be applied to master because that code was changed and it is not there anymore. So it these fixes are going to be applied just to stable versions. On Thu, May 3, 2018 at 11:30 AM, Luca Boccassi wrote: > 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. This 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). > > > > > > This series is only applicable to the stable tree because the nfp > > > driver is completely rewritten for later versions of DPDK. > > > > > > Aaron Conole (2): > > > nfp: unlink the appropriate lock file > > > nfp: allow for non-root user > > > > > > drivers/net/nfp/nfp_nfpu.c | 25 +++++++++++++++++++++---- > > > 1 file changed, 21 insertions(+), 4 deletions(-) > > > > Series applied to 18.02, thanks. > > I just noticed this is not in dpdk/master yet, is it scheduled for a > later release? > > -- > Kind regards, > Luca Boccassi >