Re: [ovs-dev] [PATCH 5/5] netdev-dpdk: Support user cfg vhost socket perms

2016-01-30 Thread Aaron Conole
Thanks so much for the review, Ansis! Ansis Atteka writes: > On Fri, Dec 18, 2015 at 10:27 AM, Aaron Conole wrote: >> The current DPDK vhost socket user and group permissions are derived >> during creation from the DPDK library. This patch adds an action, post >> socket creation, to change the s

Re: [ovs-dev] [PATCH 5/5] netdev-dpdk: Support user cfg vhost socket perms

2016-01-29 Thread Ansis Atteka
On Fri, Dec 18, 2015 at 10:27 AM, Aaron Conole wrote: > The current DPDK vhost socket user and group permissions are derived > during creation from the DPDK library. This patch adds an action, post > socket creation, to change the socket permissions and ownership to > support multi-user systems. >

Re: [ovs-dev] [PATCH 5/5] netdev-dpdk: Support user cfg vhost socket perms

2016-01-27 Thread Aaron Conole
Christian Ehrhardt writes: > Aaron Conole writes: > >> >> The current DPDK vhost socket user and group permissions are derived >> during creation from the DPDK library. This patch adds an action, post >> socket creation, to change the socket permissions and ownership to >> support multi-user sys

Re: [ovs-dev] [PATCH 5/5] netdev-dpdk: Support user cfg vhost socket perms

2016-01-27 Thread Christian Ehrhardt
Aaron Conole writes: > > The current DPDK vhost socket user and group permissions are derived > during creation from the DPDK library. This patch adds an action, post > socket creation, to change the socket permissions and ownership to > support multi-user systems. > > This is especially useful