From 640ebde7638132bcf82158485bf16ba5dc6c1c12 Mon Sep 17 00:00:00 2001 From: Eitan Eliahu Date: Wed, 15 Oct 2014 02:15:43 -0700 Subject: datapath-windows: Upcall NL packet format: Call NL missed packet function Remove hard coded queue is, pass the key rather the tunnel key, Remove the none NL implementation Signed-off-by: Eitan Eliahu Acked-by: Ankur Sharma Acked-by: Nithin Raju Signed-off-by: Ben Pfaff --- datapath-windows/ovsext/Tunnel.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'datapath-windows/ovsext/Tunnel.c') diff --git a/datapath-windows/ovsext/Tunnel.c b/datapath-windows/ovsext/Tunnel.c index 64e279c25..eb45454de 100644 --- a/datapath-windows/ovsext/Tunnel.c +++ b/datapath-windows/ovsext/Tunnel.c @@ -314,8 +314,8 @@ OvsInjectPacketThroughActions(PNET_BUFFER_LIST pNbl, POVS_PACKET_QUEUE_ELEM elem; datapath->misses++; - elem = OvsCreateQueuePacket(1, NULL, 0, OVS_PACKET_CMD_MISS, - portNo, &key.tunKey, pNbl, curNb, + elem = OvsCreateQueueNlPacket(NULL, 0, OVS_PACKET_CMD_MISS, + portNo, &key, pNbl, curNb, TRUE, &layers); if (elem) { /* Complete the packet since it was copied to user buffer. */ -- cgit v1.2.1