Re: [ovs-dev] [PATCH] dpif: Simplify the "listen mask" concept.

2012-01-12 Thread Ben Pfaff
Thank you, I pushed this to master. On Thu, Jan 12, 2012 at 04:24:31PM -0800, Ethan Jackson wrote: > Looks good. > > Ethan > > On Wed, Nov 30, 2011 at 15:08, Ben Pfaff wrote: > > At one point in the past, there were three separate queues between the > > kernel module and OVS userspace, each of

Re: [ovs-dev] [PATCH] dpif: Simplify the "listen mask" concept.

2012-01-12 Thread Ethan Jackson
Looks good. Ethan On Wed, Nov 30, 2011 at 15:08, Ben Pfaff wrote: > At one point in the past, there were three separate queues between the > kernel module and OVS userspace, each of which corresponded to a Netlink > socket (or, before that, to a character device).  It made sense to allow > each

[ovs-dev] [PATCH] dpif: Simplify the "listen mask" concept.

2011-11-30 Thread Ben Pfaff
At one point in the past, there were three separate queues between the kernel module and OVS userspace, each of which corresponded to a Netlink socket (or, before that, to a character device). It made sense to allow each of these to be enabled or disabled separately, hence the "listen mask" concep