Re: [ovs-dev] [PATCH 1/2] Make IGMP packets always take slow path

2015-06-17 Thread Flavio Leitner
On Wed, Jun 17, 2015 at 02:12:19PM -0300, Thadeu Lima de Souza Cascardo wrote: > IGMP packets need to take the slow path. Otherwise, packets that match > the same flow will not be processed by OVS. That might prevent OVS from > updating the expire time for entries already in the mdb, but also to >

[ovs-dev] [PATCH 1/2] Make IGMP packets always take slow path

2015-06-17 Thread Thadeu Lima de Souza Cascardo
IGMP packets need to take the slow path. Otherwise, packets that match the same flow will not be processed by OVS. That might prevent OVS from updating the expire time for entries already in the mdb, but also to lose packets with different addresses in the payload. Signed-off-by: Thadeu Lima de So

Re: [ovs-dev] [PATCH 1/2] Make IGMP packets always take slow path

2015-06-16 Thread Flavio Leitner
On Tue, Jun 16, 2015 at 05:16:19PM -0300, Thadeu Lima de Souza Cascardo wrote: > IGMP packets need to take the slow path. Otherwise, packets that match > the same flow will not be processed by OVS. That might prevent OVS from > updating the expire time for entries already in the mdb, but also to >

[ovs-dev] [PATCH 1/2] Make IGMP packets always take slow path

2015-06-16 Thread Thadeu Lima de Souza Cascardo
IGMP packets need to take the slow path. Otherwise, packets that match the same flow will not be processed by OVS. That might prevent OVS from updating the expire time for entries already in the mdb, but also to lose packets with different addresses in the payload. Signed-off-by: Thadeu Lima de So