Re: [ovs-dev] [PATCH v2 1/5] ovs-kmod-ctl: introduce a kernel module load script

2018-05-11 Thread Ansis Atteka
On Fri, 11 May 2018 at 07:21, Aaron Conole wrote: > Thanks for the review, Ansis! > Ansis Atteka writes: > > On Fri, 4 May 2018 at 11:28, Aaron Conole wrote: > > > >> Currently, Open vSwitch on linux embeds the logic of loading

Re: [ovs-dev] [PATCH v2 1/5] ovs-kmod-ctl: introduce a kernel module load script

2018-05-11 Thread Ben Pfaff
On Fri, May 11, 2018 at 01:29:09AM +, Ansis Atteka wrote: > On Fri, 4 May 2018 at 11:28, Aaron Conole wrote: > > > Currently, Open vSwitch on linux embeds the logic of loading and unloading > > kernel modules into the ovs-ctl and ovs-lib script files. This works, but > >

Re: [ovs-dev] [PATCH v2 1/5] ovs-kmod-ctl: introduce a kernel module load script

2018-05-11 Thread Aaron Conole
Thanks for the review, Ansis! Ansis Atteka writes: > On Fri, 4 May 2018 at 11:28, Aaron Conole wrote: > >> Currently, Open vSwitch on linux embeds the logic of loading and unloading >> kernel modules into the ovs-ctl and ovs-lib script files. This

Re: [ovs-dev] [PATCH v2 1/5] ovs-kmod-ctl: introduce a kernel module load script

2018-05-10 Thread Ansis Atteka
On Fri, 4 May 2018 at 11:28, Aaron Conole wrote: > Currently, Open vSwitch on linux embeds the logic of loading and unloading > kernel modules into the ovs-ctl and ovs-lib script files. This works, but > it means that there is no way to leverage extended filesystem

[ovs-dev] [PATCH v2 1/5] ovs-kmod-ctl: introduce a kernel module load script

2018-05-04 Thread Aaron Conole
Currently, Open vSwitch on linux embeds the logic of loading and unloading kernel modules into the ovs-ctl and ovs-lib script files. This works, but it means that there is no way to leverage extended filesystem attributes to grant fine grain permissions relating to module loading. The split out