Re: [ovs-dev] [PATCH] ofproto-dpif-xlate: Fix a bug.

2014-05-21 Thread Alex Wang
Thanks, applied and backported,~ On Wed, May 21, 2014 at 7:08 PM, Joe Stringer wrote: > Acked-by: Joe Stringer > > > On 22 May 2014 12:27, Alex Wang wrote: > >> Commit b256dc525c8 (ofproto-dpif-xlate: Cache xlate_actions() effects.) >> caches the variables needed for refreshing mac-learning ta

Re: [ovs-dev] [PATCH] ofproto-dpif-xlate: Fix a bug.

2014-05-21 Thread Joe Stringer
Acked-by: Joe Stringer On 22 May 2014 12:27, Alex Wang wrote: > Commit b256dc525c8 (ofproto-dpif-xlate: Cache xlate_actions() effects.) > caches the variables needed for refreshing mac-learning table in > xlate_normal(). Wherein, the cache entry always records reference to > the original 'ofp

Re: [ovs-dev] [PATCH] ofproto-dpif-xlate: Fix a bug.

2014-05-21 Thread Alex Wang
Hey Joe, Could you review this patch, when you are available? Thanks, Alex Wang, On Wed, May 21, 2014 at 5:27 PM, Alex Wang wrote: > Commit b256dc525c8 (ofproto-dpif-xlate: Cache xlate_actions() effects.) > caches the variables needed for refreshing mac-learning table in > xlate_normal(). Wh

[ovs-dev] [PATCH] ofproto-dpif-xlate: Fix a bug.

2014-05-21 Thread Alex Wang
Commit b256dc525c8 (ofproto-dpif-xlate: Cache xlate_actions() effects.) caches the variables needed for refreshing mac-learning table in xlate_normal(). Wherein, the cache entry always records reference to the original 'ofproto'. When patch port is used to connect two 'ofproto's, packet goes thro