Re: [PATCH net-next v13 5/8] openvswitch: add processing of L3 packets

2016-11-12 Thread Pravin Shelar
On Thu, Nov 10, 2016 at 7:28 AM, Jiri Benc wrote: > Support receiving, extracting flow key and sending of L3 packets (packets > without an Ethernet header). > > Note that even after this patch, non-Ethernet interfaces are still not > allowed to be added to bridges. Similarly, netlink interface for

[PATCH net-next v13 5/8] openvswitch: add processing of L3 packets

2016-11-10 Thread Jiri Benc
Support receiving, extracting flow key and sending of L3 packets (packets without an Ethernet header). Note that even after this patch, non-Ethernet interfaces are still not allowed to be added to bridges. Similarly, netlink interface for sending and receiving L3 packets to/from user space is not