From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next v2 0/2] More flexible BPF cb access Date: Thu, 12 Jan 2017 10:00:52 -0500 (EST) Message-ID: <20170112.100052.1107997007670054678.davem@davemloft.net> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: alexei.starovoitov@gmail.com, netdev@vger.kernel.org To: daniel@iogearbox.net Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:50010 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750731AbdALPAz (ORCPT ); Thu, 12 Jan 2017 10:00:55 -0500 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: From: Daniel Borkmann Date: Thu, 12 Jan 2017 11:51:31 +0100 > This patch improves BPF's cb access by allowing b/h/w/dw > access variants on it. For details, please see individual > patches. Series applied, thanks.