From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexei Starovoitov Subject: Re: [PATCH bpf-next v2 00/13] Move ld_abs/ld_ind to native BPF Date: Thu, 3 May 2018 17:02:40 -0700 Message-ID: <20180504000239.o4ptrbj4yqiehfcx@ast-mbp> References: <20180503230824.3462-1-daniel@iogearbox.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: ast@kernel.org, netdev@vger.kernel.org To: Daniel Borkmann Return-path: Received: from mail-pf0-f182.google.com ([209.85.192.182]:41065 "EHLO mail-pf0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750911AbeEDACo (ORCPT ); Thu, 3 May 2018 20:02:44 -0400 Received: by mail-pf0-f182.google.com with SMTP id v63so15989644pfk.8 for ; Thu, 03 May 2018 17:02:43 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20180503230824.3462-1-daniel@iogearbox.net> Sender: netdev-owner@vger.kernel.org List-ID: On Fri, May 04, 2018 at 01:08:11AM +0200, Daniel Borkmann wrote: > This set simplifies BPF JITs significantly by moving ld_abs/ld_ind > to native BPF, for details see individual patches. Main rationale > is in patch 'implement ld_abs/ld_ind in native bpf'. Thanks! > > v1 -> v2: > - Added missing seen_lds_abs in LDX_MSH and use X = A > initially due to being preserved on func call. > - Added a large batch of cBPF tests into test_bpf. > - Added x32 removal of LD_ABS/LD_IND, so all JITs are > covered. Applied to bpf-next, Thanks Daniel.