From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Borkmann Subject: Re: [PATCH net-next 0/7] BPF updates Date: Tue, 08 Mar 2016 20:19:07 +0100 Message-ID: <56DF25AB.1000603@iogearbox.net> References: <20160308.140541.1909427706737952589.davem@davemloft.net> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: alexei.starovoitov@gmail.com, tgraf@suug.ch, netdev@vger.kernel.org To: David Miller Return-path: Received: from www62.your-server.de ([213.133.104.62]:44984 "EHLO www62.your-server.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750747AbcCHTTL (ORCPT ); Tue, 8 Mar 2016 14:19:11 -0500 In-Reply-To: <20160308.140541.1909427706737952589.davem@davemloft.net> Sender: netdev-owner@vger.kernel.org List-ID: On 03/08/2016 08:05 PM, David Miller wrote: > From: Daniel Borkmann > Date: Fri, 4 Mar 2016 15:15:01 +0100 > >> Couple of misc updates to BPF, besides others this series adds >> bpf_csum_diff() to be used with L3 csums, allows for managing >> tunnel options for collect meta data mode, and enabling ipv6 >> traffic class for collect meta data in vxlan specifically (geneve >> already supports it). For more details, please see individual >> patches. >> >> The series requires net to be merged into net-next first to >> avoid any further pending merge conflicts. > > Ok, I just merged net into net-next and therefore was able to apply > this series, thanks Daniel. Awesome, thanks David!