On Mon, Sep 23, 2013 at 12:47 PM, Pravin Shelar <pshe...@nicira.com> wrote: > This patch does not work since vport-netdev does not include compat > gso header. after including gso.h it gives me compiler error. > Can you post combined patch with fixes?
I think it's probably because of this: +#if 1 // LINUX_VERSION_CODE < KERNEL_VERSION(2,6,37) +#define dev_queue_xmit rpl_dev_queue_xmit +#endif But otherwise, I agree the approach is much nicer than what is currently there. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev