Thx for the review, applied to master,

On Fri, Dec 5, 2014 at 1:52 PM, Joe Stringer <joestrin...@nicira.com> wrote:

> On 4 December 2014 at 11:07, Alex Wang <al...@nicira.com> wrote:
> > On current master, the 'struct tnl_port' in tunnel module will be
> > recreated whenever the global connectivity sequence number changes
> > (e.g. when adding unrelated flow).  This is unnecessary and could
> > cause drop of tunnel packet if a lookup happens between the removal
> > and recreate.
> >
> > This commit fixes the above issue by only checking the netdev's own
> > sequence number.
> >
> > Found by code inspection.
> >
> > Signed-off-by: Alex Wang <al...@nicira.com>
>
> Nice catch.
>
> Acked-by: Joe Stringer <joestrin...@nicira.com>
>
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to