[dpdk-dev] [RFC] librte_vhost: Add unix domain socket fd registration

2016-06-27 Thread Yuanhan Liu
On Fri, Jun 24, 2016 at 08:23:52AM -0400, Aaron Conole wrote: > Is there still merit to this patch, given above? If so, I'd finish my > integration and testing work and submit it formally. Sorry, I don't see the strong need of this patch (at least so far), judging that vhost-user as the client co

[dpdk-dev] [RFC] librte_vhost: Add unix domain socket fd registration

2016-06-27 Thread Aaron Conole
Yuanhan Liu writes: > On Fri, Jun 24, 2016 at 08:23:52AM -0400, Aaron Conole wrote: >> Is there still merit to this patch, given above? If so, I'd finish my >> integration and testing work and submit it formally. > > Sorry, I don't see the strong need of this patch (at least so far), > judging t

[dpdk-dev] [RFC] librte_vhost: Add unix domain socket fd registration

2016-06-24 Thread Yuanhan Liu
On Fri, Jun 24, 2016 at 07:43:29AM +, Loftus, Ciara wrote: > > > > On Tue, Jun 21, 2016 at 09:15:03AM -0400, Aaron Conole wrote: > > > Yuanhan Liu writes: > > > > > > > On Fri, Jun 17, 2016 at 11:32:36AM -0400, Aaron Conole wrote: > > > >> Prior to this commit, the only way to add a vhost-use

[dpdk-dev] [RFC] librte_vhost: Add unix domain socket fd registration

2016-06-24 Thread Yuanhan Liu
On Tue, Jun 21, 2016 at 09:15:03AM -0400, Aaron Conole wrote: > Yuanhan Liu writes: > > > On Fri, Jun 17, 2016 at 11:32:36AM -0400, Aaron Conole wrote: > >> Prior to this commit, the only way to add a vhost-user socket to the > >> system is by relying on librte_vhost to open the unix domain socke

[dpdk-dev] [RFC] librte_vhost: Add unix domain socket fd registration

2016-06-24 Thread Aaron Conole
Yuanhan Liu writes: > On Fri, Jun 24, 2016 at 07:43:29AM +, Loftus, Ciara wrote: >> > >> > On Tue, Jun 21, 2016 at 09:15:03AM -0400, Aaron Conole wrote: >> > > Yuanhan Liu writes: >> > > >> > > > On Fri, Jun 17, 2016 at 11:32:36AM -0400, Aaron Conole wrote: >> > > >> Prior to this commit, t

[dpdk-dev] [RFC] librte_vhost: Add unix domain socket fd registration

2016-06-24 Thread Loftus, Ciara
> > On Tue, Jun 21, 2016 at 09:15:03AM -0400, Aaron Conole wrote: > > Yuanhan Liu writes: > > > > > On Fri, Jun 17, 2016 at 11:32:36AM -0400, Aaron Conole wrote: > > >> Prior to this commit, the only way to add a vhost-user socket to the > > >> system is by relying on librte_vhost to open the uni

[dpdk-dev] [RFC] librte_vhost: Add unix domain socket fd registration

2016-06-21 Thread Yuanhan Liu
On Fri, Jun 17, 2016 at 11:32:36AM -0400, Aaron Conole wrote: > Prior to this commit, the only way to add a vhost-user socket to the > system is by relying on librte_vhost to open the unix domain socket and > add it to the unix socket list. This is problematic for applications > which would like t

[dpdk-dev] [RFC] librte_vhost: Add unix domain socket fd registration

2016-06-21 Thread Aaron Conole
Yuanhan Liu writes: > On Fri, Jun 17, 2016 at 11:32:36AM -0400, Aaron Conole wrote: >> Prior to this commit, the only way to add a vhost-user socket to the >> system is by relying on librte_vhost to open the unix domain socket and >> add it to the unix socket list. This is problematic for applic

[dpdk-dev] [RFC] librte_vhost: Add unix domain socket fd registration

2016-06-17 Thread Aaron Conole
Prior to this commit, the only way to add a vhost-user socket to the system is by relying on librte_vhost to open the unix domain socket and add it to the unix socket list. This is problematic for applications which would like to set the permissions, or applications which are not directly allowed