Thanks, I'll merge this series shortly.
Ethan
On Wed, Jun 12, 2013 at 3:27 PM, Ben Pfaff wrote:
> On Wed, Jun 12, 2013 at 03:27:13PM -0700, Ethan Jackson wrote:
>> Thanks for the review. Here's an incremental.
>
> That's what I had in mind, thanks.
__
On Wed, Jun 12, 2013 at 03:27:13PM -0700, Ethan Jackson wrote:
> Thanks for the review. Here's an incremental.
That's what I had in mind, thanks.
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
Thanks for the review. Here's an incremental.
---
lib/mac-learning.c | 12 +---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/lib/mac-learning.c b/lib/mac-learning.c
index d66f331..f9b3171 100644
--- a/lib/mac-learning.c
+++ b/lib/mac-learning.c
@@ -246,7 +246,10 @@ mac
On Wed, Jun 12, 2013 at 02:45:47PM -0700, Ethan Jackson wrote:
> With this patch, the mac_learning module takes responsibility for
> remembering tags which need revalidation after a
> mac_learning_changed() call. This removes one of
> ofproto-dpif-xlate's dpif_backer uses.
>
> Signed-off-by: Etha
With this patch, the mac_learning module takes responsibility for
remembering tags which need revalidation after a
mac_learning_changed() call. This removes one of
ofproto-dpif-xlate's dpif_backer uses.
Signed-off-by: Ethan Jackson
---
lib/mac-learning.c | 15 +--
lib/ma