Re: [dpdk-dev] [PATCH v3 1/3] dfs:add FUSE based filesystem for DPDK

2018-12-19 Thread Wiles, Keith
> On Dec 17, 2018, at 9:01 AM, Wiles, Keith wrote: > > > >> On Dec 17, 2018, at 5:45 AM, Thomas Monjalon wrote: >> >> Hi Keith, >> >> 16/12/2018 18:46, Keith Wiles: >>> DFS stands for DPDK Filesystem, which helps expose data >>> and control files in a FUSE based filesystem. The dfs require

Re: [dpdk-dev] [PATCH v3 1/3] dfs:add FUSE based filesystem for DPDK

2018-12-17 Thread Luca Boccassi
On Mon, 2018-12-17 at 16:26 +, Wiles, Keith wrote: > > On Dec 16, 2018, at 4:22 PM, Luca Boccassi > > wrote: > > > > On Sun, 2018-12-16 at 11:46 -0600, Keith Wiles wrote: > > > --- /dev/null > > > +++ b/lib/librte_dfs/meson.build > > > @@ -0,0 +1,47 @@ > > > +# SPDX-License-Identifier: BSD-3-

Re: [dpdk-dev] [PATCH v3 1/3] dfs:add FUSE based filesystem for DPDK

2018-12-17 Thread Wiles, Keith
> On Dec 16, 2018, at 4:22 PM, Luca Boccassi wrote: > > On Sun, 2018-12-16 at 11:46 -0600, Keith Wiles wrote: >> --- /dev/null >> +++ b/lib/librte_dfs/meson.build >> @@ -0,0 +1,47 @@ >> +# SPDX-License-Identifier: BSD-3-Clause >> +# Copyright(c) 2018 Intel Corporation >> + >> +version = 1 > >

Re: [dpdk-dev] [PATCH v3 1/3] dfs:add FUSE based filesystem for DPDK

2018-12-17 Thread Thomas Monjalon
Thanks for your detailed answer Keith. Honestly, I do not have much more to say, except some implementation details that I may comment later. I hope we will read more opinions from the community. 17/12/2018 16:01, Wiles, Keith: > > On Dec 17, 2018, at 5:45 AM, Thomas Monjalon wrote: > > 16/12/2

Re: [dpdk-dev] [PATCH v3 1/3] dfs:add FUSE based filesystem for DPDK

2018-12-17 Thread Wiles, Keith
> On Dec 17, 2018, at 5:45 AM, Thomas Monjalon wrote: > > Hi Keith, > > 16/12/2018 18:46, Keith Wiles: >> DFS stands for DPDK Filesystem, which helps expose data >> and control files in a FUSE based filesystem. The dfs requires >> libfuse3 and libjansson to be present in the Linux system. > >

Re: [dpdk-dev] [PATCH v3 1/3] dfs:add FUSE based filesystem for DPDK

2018-12-17 Thread Thomas Monjalon
Hi Keith, 16/12/2018 18:46, Keith Wiles: > DFS stands for DPDK Filesystem, which helps expose data > and control files in a FUSE based filesystem. The dfs requires > libfuse3 and libjansson to be present in the Linux system. You presented this idea at the DPDK Summit in Dublin, and I have not see

Re: [dpdk-dev] [PATCH v3 1/3] dfs:add FUSE based filesystem for DPDK

2018-12-16 Thread Luca Boccassi
On Sun, 2018-12-16 at 11:46 -0600, Keith Wiles wrote: > --- /dev/null > +++ b/lib/librte_dfs/meson.build > @@ -0,0 +1,47 @@ > +# SPDX-License-Identifier: BSD-3-Clause > +# Copyright(c) 2018 Intel Corporation > + > +version = 1 You can leave the version out if it's 1, it's the default > --- /dev/n