Re: [dpdk-dev] [PATCH] nfp: restore the unlink operation

2018-05-18 Thread Aaron Conole
Luca Boccassi writes: > On Mon, 2018-05-14 at 10:46 -0400, 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 re

Re: [dpdk-dev] [PATCH] nfp: restore the unlink operation

2018-05-18 Thread Luca Boccassi
On Mon, 2018-05-14 at 10:46 -0400, 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. > >

Re: [dpdk-dev] [PATCH] nfp: restore the unlink operation

2018-05-18 Thread Alejandro Lucero
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 ("nf

Re: [dpdk-dev] [PATCH] nfp: restore the unlink operation

2018-05-14 Thread Eelco Chaudron
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

[dpdk-dev] [PATCH] nfp: restore the unlink operation

2018-05-14 Thread Aaron Conole
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. Fixes: 515933ad8385 ("nfp: allow for non-root user") Cc: Alejandro