Re: [ovs-dev] [PATCH branch-2.5] datapath: fix build failure.

2016-08-01 Thread pravin shelar
On Mon, Aug 1, 2016 at 2:14 PM, Joe Stringer wrote: > On 1 August 2016 at 14:06, Pravin B Shelar wrote: >> Patch fixes following compilation error. >> >> CHECK /home/travis/build/openvswitch/ovs/datapath/linux/gso.c \ >> /home/travis/build/openvswitch/ovs/datapath/linux/gso.c:222:12:

Re: [ovs-dev] [PATCH branch-2.5] datapath: fix build failure.

2016-08-01 Thread Joe Stringer
On 1 August 2016 at 14:06, Pravin B Shelar wrote: > Patch fixes following compilation error. > > CHECK /home/travis/build/openvswitch/ovs/datapath/linux/gso.c \ > /home/travis/build/openvswitch/ovs/datapath/linux/gso.c:222:12: error: > no member 'encapsulation' in struc

[ovs-dev] [PATCH branch-2.5] datapath: fix build failure.

2016-08-01 Thread Pravin B Shelar
Patch fixes following compilation error. CHECK /home/travis/build/openvswitch/ovs/datapath/linux/gso.c \ /home/travis/build/openvswitch/ovs/datapath/linux/gso.c:222:12: error: no member 'encapsulation' in struct sk_buff Reported-by: Joe Stringer Signed-off-by: Pravin