Re: [ovs-dev] [PATCH 1/2] odp-util: Fix put_nd_key().

2015-08-20 Thread Jarno Rajahalme
On Aug 19, 2015, at 9:50 PM, Ben Pfaff b...@nicira.com wrote: On Tue, Aug 18, 2015 at 04:17:54PM -0700, Jarno Rajahalme wrote: Actually copy the 'nd_target' from the key. Found by inspection. Signed-off-by: Jarno Rajahalme jrajaha...@nicira.com Ouch. Acked-by: Ben Pfaff

Re: [ovs-dev] [PATCH 1/2] odp-util: Fix put_nd_key().

2015-08-19 Thread Ben Pfaff
On Tue, Aug 18, 2015 at 04:17:54PM -0700, Jarno Rajahalme wrote: Actually copy the 'nd_target' from the key. Found by inspection. Signed-off-by: Jarno Rajahalme jrajaha...@nicira.com Ouch. Acked-by: Ben Pfaff b...@nicira.com ___ dev mailing list

[ovs-dev] [PATCH 1/2] odp-util: Fix put_nd_key().

2015-08-18 Thread Jarno Rajahalme
Actually copy the 'nd_target' from the key. Found by inspection. Signed-off-by: Jarno Rajahalme jrajaha...@nicira.com --- lib/odp-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/odp-util.c b/lib/odp-util.c index f142f03..b50d87b 100644 --- a/lib/odp-util.c +++