Re: [PATCH v7 net-next 0/6] net: Add bpf support for sockets

2016-12-02 Thread David Miller
From: David Ahern Date: Thu, 1 Dec 2016 08:48:02 -0800 > The recently added VRF support in Linux leverages the bind-to-device > API for programs to specify an L3 domain for a socket. While > SO_BINDTODEVICE has been around for ages, not every ipv4/ipv6 capable > program has support for it. Even

Re: [PATCH v7 net-next 0/6] net: Add bpf support for sockets

2016-12-01 Thread Alexei Starovoitov
On Thu, Dec 01, 2016 at 08:48:02AM -0800, David Ahern wrote: > The recently added VRF support in Linux leverages the bind-to-device > API for programs to specify an L3 domain for a socket. While > SO_BINDTODEVICE has been around for ages, not every ipv4/ipv6 capable > program has support for it. Ev

[PATCH v7 net-next 0/6] net: Add bpf support for sockets

2016-12-01 Thread David Ahern
The recently added VRF support in Linux leverages the bind-to-device API for programs to specify an L3 domain for a socket. While SO_BINDTODEVICE has been around for ages, not every ipv4/ipv6 capable program has support for it. Even for those programs that do support it, the API requires processes