From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next v4 0/4] bpf: BPF for lightweight tunnel encapsulation Date: Fri, 02 Dec 2016 11:57:21 -0500 (EST) Message-ID: <20161202.115721.74697951557853691.davem@davemloft.net> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, alexei.starovoitov@gmail.com, daniel@iogearbox.net, tom@herbertland.com, roopa@cumulusnetworks.com, hannes@stressinduktion.org To: tgraf@suug.ch Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:36536 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751634AbcLBQ5W (ORCPT ); Fri, 2 Dec 2016 11:57:22 -0500 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: From: Thomas Graf Date: Wed, 30 Nov 2016 17:10:07 +0100 > This series implements BPF program invocation from dst entries via the > lightweight tunnels infrastructure. Nice work, applied, thanks Thomas.