From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alejandro Lucero Subject: Re: [PATCH] nfp: restore the unlink operation Date: Fri, 18 May 2018 09:45:22 +0100 Message-ID: References: <20180514144658.9671-1-aconole@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Cc: Aaron Conole , stable@dpdk.org, Luca Boccassi , Yuanhan Liu , dev To: Eelco Chaudron , Ferruh Yigit 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 A6271AAB5 for ; Fri, 18 May 2018 10:45:23 +0200 (CEST) Received: by mail-wm0-f67.google.com with SMTP id j4-v6so12860751wme.1 for ; Fri, 18 May 2018 01:45:23 -0700 (PDT) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Acked-by: Alejandro Lucero On Mon, May 14, 2018 at 4:09 PM, Eelco Chaudron wrote: > On 14/05/18 16:46, Aaron Conole wrote: > >> For the stable versions of DPDK, the NFP driver's NSP user space >> driver was modified to account for non-root usage. When that >> happened, commit 515933ad8385 ("nfp: allow for non-root user") >> inadvertently removed the unlink() call. >> > > Acked-by: Eelco Chaudron > >