Re: [ovs-dev] [PATCH] datapath-windows: Fix bug small bug in GRE

2016-01-11 Thread Ben Pfaff
On Fri, Dec 11, 2015 at 10:24:49PM +, Alin Serdean wrote: > Allow GRE encapsulation to take place in the case we have a TCP payload > without LSO. > > Signed-off-by: Alin Gabriel Serdean Thanks, applied to master and branch-2.5. ___ dev mailing lis

Re: [ovs-dev] [PATCH] datapath-windows: Fix bug small bug in GRE

2016-01-06 Thread Sairam Venugopal
Thanks for fixing this. I held off on ACK¹ing it until the original GRE patch was applied. Acked-by: Sairam Venugopal On 12/11/15, 2:24 PM, "Alin Serdean" wrote: >Allow GRE encapsulation to take place in the case we have a TCP payload >without LSO. > >Signed-off-by: Alin Gabriel Serdean >---