Re: [PATCH net-next V2 2/3] tun: introduce ioctls to set and get steering policies

2017-11-01 Thread Willem de Bruijn
On Tue, Oct 31, 2017 at 7:32 PM, Jason Wang wrote: > This patch introduces new ioctl for change packet steering policy for > tun. Only automatic flow steering is supported, more policies will > come. > > Signed-off-by: Jason Wang > --- >

Re: [PATCH net-next V2 2/3] tun: introduce ioctls to set and get steering policies

2017-11-01 Thread Willem de Bruijn
On Tue, Oct 31, 2017 at 7:32 PM, Jason Wang wrote: > This patch introduces new ioctl for change packet steering policy for > tun. Only automatic flow steering is supported, more policies will > come. > > Signed-off-by: Jason Wang > --- > drivers/net/tun.c | 35

[PATCH net-next V2 2/3] tun: introduce ioctls to set and get steering policies

2017-10-31 Thread Jason Wang
This patch introduces new ioctl for change packet steering policy for tun. Only automatic flow steering is supported, more policies will come. Signed-off-by: Jason Wang --- drivers/net/tun.c | 35 ++- include/uapi/linux/if_tun.h |

[PATCH net-next V2 2/3] tun: introduce ioctls to set and get steering policies

2017-10-31 Thread Jason Wang
This patch introduces new ioctl for change packet steering policy for tun. Only automatic flow steering is supported, more policies will come. Signed-off-by: Jason Wang --- drivers/net/tun.c | 35 ++- include/uapi/linux/if_tun.h | 7 +++ 2 files