From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next V3] tun: add eBPF based queue selection method Date: Tue, 05 Dec 2017 12:02:18 -0500 (EST) Message-ID: <20171205.120218.108578256595160504.davem@davemloft.net> References: <1512379883-11887-1-git-send-email-jasowang@redhat.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, mst@redhat.com, willemdebruijn.kernel@gmail.com, tom@herbertland.com, aconole@redhat.com, wexu@redhat.com To: jasowang@redhat.com Return-path: In-Reply-To: <1512379883-11887-1-git-send-email-jasowang@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Jason Wang Date: Mon, 4 Dec 2017 17:31:23 +0800 > This patch introduces an eBPF based queue selection method. With this, > the policy could be offloaded to userspace completely through a new > ioctl TUNSETSTEERINGEBPF. > > Signed-off-by: Jason Wang > --- > Changes from V2: > - call rtnl during netdev free > - switch to use call_rcu() to prevent DOS from userspace > - drop the policies setting/getting ioctls and allow detach through > passing -1 as fd Applied, thanks Jason. I really wish this driver had newlink/changelink support rather than us adding all of these ioctls...