Re: [ovs-dev] [PATCH] netlink-notifier: Support multiple groups.

2016-06-13 Thread Jarno Rajahalme
Thanks for the review Pravin! I fixed this before merging just a minute ago. Jarno > On Jun 7, 2016, at 4:54 PM, pravin shelar wrote: > > On Thu, May 26, 2016 at 4:29 PM, Jarno Rajahalme > wrote: >> A netlink notifier ('nln') already

Re: [ovs-dev] [PATCH] netlink-notifier: Support multiple groups.

2016-06-13 Thread Jarno Rajahalme
Thanks for the review! Applied to master with changes indicated, with one response below, Jarno > On Jun 2, 2016, at 7:19 AM, Thadeu Lima de Souza Cascardo > wrote: > > On Thu, May 26, 2016 at 04:29:28PM -0700, Jarno Rajahalme wrote: >> A netlink notifier ('nln')

Re: [ovs-dev] [PATCH] netlink-notifier: Support multiple groups.

2016-06-07 Thread pravin shelar
On Thu, May 26, 2016 at 4:29 PM, Jarno Rajahalme wrote: > A netlink notifier ('nln') already supports multiple notifiers. This > patch allows each of these notifiers to subscribe to a different > multicast group. Sharing a single socket for multiple event types > (each on their

Re: [ovs-dev] [PATCH] netlink-notifier: Support multiple groups.

2016-06-02 Thread Thadeu Lima de Souza Cascardo
On Thu, May 26, 2016 at 04:29:28PM -0700, Jarno Rajahalme wrote: > A netlink notifier ('nln') already supports multiple notifiers. This > patch allows each of these notifiers to subscribe to a different > multicast group. Sharing a single socket for multiple event types > (each on their own

[ovs-dev] [PATCH] netlink-notifier: Support multiple groups.

2016-05-26 Thread Jarno Rajahalme
A netlink notifier ('nln') already supports multiple notifiers. This patch allows each of these notifiers to subscribe to a different multicast group. Sharing a single socket for multiple event types (each on their own multicast group) provides serialization of events when reordering of

[ovs-dev] [PATCH] netlink-notifier: Support multiple groups.

2015-04-16 Thread Jarno Rajahalme
A netlink notifier ('nln') already supports multiple notifiers. This patch allows each of these notifiers to subscribe to a different multicast group. Sharing a single socket for multiple event types (each on their own multicast group) provides serialization of events when reordering of