Re: [ovs-dev] [PATCH v2] datapath: Fix compilation with Linux kernel 3.7.

2013-05-13 Thread Pravin Shelar
On Mon, May 13, 2013 at 3:45 PM, Jesse Gross wrote: > On Mon, May 13, 2013 at 3:38 PM, Pravin B Shelar wrote: >> Definition of __sum16 and __wsum is moved to uapi header. >> Following patch adds check in config script for second possible >> header. >> >> Signed-off-by: Pravin B Shelar > > Acked-

Re: [ovs-dev] [PATCH v2] datapath: Fix compilation with Linux kernel 3.7.

2013-05-13 Thread Jesse Gross
On Mon, May 13, 2013 at 3:38 PM, Pravin B Shelar wrote: > Definition of __sum16 and __wsum is moved to uapi header. > Following patch adds check in config script for second possible > header. > > Signed-off-by: Pravin B Shelar Acked-by: Jesse Gross __