Re: [ovs-dev] [PATCH] vswitchd: Restore the packet metadata when the packet is resumed

2016-05-10 Thread Jarno Rajahalme
> On May 10, 2016, at 7:34 AM, Numan Siddique wrote: > > Recirculations due to NXT_RESUME are failing if the packet metadata is not > restored prior to the packet execution. > > Reported-at: http://openvswitch.org/pipermail/dev/2016-May/070723.html > Signed-Off-by: Numan Siddique > --- > ofpro

[ovs-dev] [PATCH] vswitchd: Restore the packet metadata when the packet is resumed

2016-05-10 Thread Numan Siddique
Recirculations due to NXT_RESUME are failing if the packet metadata is not restored prior to the packet execution. Reported-at: http://openvswitch.org/pipermail/dev/2016-May/070723.html Signed-Off-by: Numan Siddique --- ofproto/ofproto-dpif.c | 9 + 1 file changed, 9 insertions(+) diff