Re: [ovs-dev] [PATCH v2 04/14] tnl-arp-cache: Add a command to add or modify an ARP cache entry.

2015-09-09 Thread Ben Pfaff
Thanks Andy, applied to master. On Wed, Sep 09, 2015 at 10:29:56AM -0700, Andy Zhou wrote: > Acked-by: Andy Zhou > > On Wed, Sep 2, 2015 at 4:44 PM, Ben Pfaff wrote: > > This allows the ARP cache to be prepopulated for testing purposes, so > > that tests don't lose the first packet to each dest

Re: [ovs-dev] [PATCH v2 04/14] tnl-arp-cache: Add a command to add or modify an ARP cache entry.

2015-09-09 Thread Andy Zhou
Acked-by: Andy Zhou On Wed, Sep 2, 2015 at 4:44 PM, Ben Pfaff wrote: > This allows the ARP cache to be prepopulated for testing purposes, so > that tests don't lose the first packet to each destination. (I guess > this feature could have other uses too.) > > Signed-off-by: Ben Pfaff > --- > l

[ovs-dev] [PATCH v2 04/14] tnl-arp-cache: Add a command to add or modify an ARP cache entry.

2015-09-02 Thread Ben Pfaff
This allows the ARP cache to be prepopulated for testing purposes, so that tests don't lose the first packet to each destination. (I guess this feature could have other uses too.) Signed-off-by: Ben Pfaff --- lib/tnl-arp-cache.c | 67 + ofprot