Re: [ovs-dev] [PATCH v4 3/3] netdev-dpdk: Support user-defined socket attribs

2016-08-21 Thread Aaron Conole
"Mooney, Sean K" writes: >> -Original Message- >> From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Aaron Conole >> Sent: Saturday, August 20, 2016 12:48 AM >> To: dev@openvswitch.org; Ben Pfaff ; Daniele Di Proietto >> >> Subject:

Re: [ovs-dev] [PATCH v4 3/3] netdev-dpdk: Support user-defined socket attribs

2016-08-19 Thread Mooney, Sean K
> -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Aaron Conole > Sent: Saturday, August 20, 2016 12:48 AM > To: dev@openvswitch.org; Ben Pfaff ; Daniele Di Proietto > > Subject: [ovs-dev] [PATCH v4 3/3] netdev-dpdk: Support user-defined

[ovs-dev] [PATCH v4 3/3] netdev-dpdk: Support user-defined socket attribs

2016-08-19 Thread Aaron Conole
Currently, when vhost-user server socket devices are created, they inherit the running umask and uid/gid of the vswitchd process. This leads to difficulties when using vhost_user consumers (such as qemu). This patch introduces two new database entries, 'vhost-sock-owner' to set the ownership, and