Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756333AbbEUVIm (ORCPT ); Thu, 21 May 2015 17:08:42 -0400 Received: from shards.monkeyblade.net ([149.20.54.216]:39832 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755180AbbEUVIi (ORCPT ); Thu, 21 May 2015 17:08:38 -0400 Date: Thu, 21 May 2015 17:08:35 -0400 (EDT) Message-Id: <20150521.170835.219778845602214804.davem@davemloft.net> To: ast@plumgrid.com Cc: mingo@kernel.org, daniel@iogearbox.net, holzheu@linux.vnet.ibm.com, zlim.lnx@gmail.com, linux-api@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next 0/4] bpf: introduce bpf_tail_call() helper From: David Miller In-Reply-To: <1432079946-9878-1-git-send-email-ast@plumgrid.com> References: <1432079946-9878-1-git-send-email-ast@plumgrid.com> X-Mailer: Mew version 6.6 on Emacs 24.5 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Thu, 21 May 2015 14:08:37 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 521 Lines: 14 From: Alexei Starovoitov Date: Tue, 19 May 2015 16:59:02 -0700 > introduce bpf_tail_call(ctx, &jmp_table, index) helper function Since we dispatch often by IDs like syscall numbers and protocol IDs, this seems very useful. Series applied, thanks Alexei. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/