Re: [ovs-dev] [PATCH] nicira-ext: Correct and improve nx_flow_update_abbrev comment.

2012-10-11 Thread Ben Pfaff
On Thu, Oct 11, 2012 at 10:37:56AM -0700, Jean Tourrilhes wrote: > On Wed, Oct 10, 2012 at 10:48:35PM -0700, Ben Pfaff wrote: > > Notifications always precede a barrier that follows a given flow_mod, > > not a barrier that precedes a flow_mod as the text here previously claimed. > > > > Also, the

Re: [ovs-dev] [PATCH] nicira-ext: Correct and improve nx_flow_update_abbrev comment.

2012-10-11 Thread Jean Tourrilhes
On Wed, Oct 10, 2012 at 10:48:35PM -0700, Ben Pfaff wrote: > Notifications always precede a barrier that follows a given flow_mod, > not a barrier that precedes a flow_mod as the text here previously claimed. > > Also, the text about abbreviated notifications is equally applicable > to normal, una

[ovs-dev] [PATCH] nicira-ext: Correct and improve nx_flow_update_abbrev comment.

2012-10-10 Thread Ben Pfaff
Notifications always precede a barrier that follows a given flow_mod, not a barrier that precedes a flow_mod as the text here previously claimed. Also, the text about abbreviated notifications is equally applicable to normal, unabbreviated notifications, so say that explicitly. Reported-by: Jean