From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1EFB0C3F2D1 for ; Thu, 5 Mar 2020 15:19:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E5C1C2146E for ; Thu, 5 Mar 2020 15:19:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726358AbgCEPTr (ORCPT ); Thu, 5 Mar 2020 10:19:47 -0500 Received: from www62.your-server.de ([213.133.104.62]:39268 "EHLO www62.your-server.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726142AbgCEPTq (ORCPT ); Thu, 5 Mar 2020 10:19:46 -0500 Received: from sslproxy03.your-server.de ([88.198.220.132]) by www62.your-server.de with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.89_1) (envelope-from ) id 1j9sHZ-000311-Dl; Thu, 05 Mar 2020 16:19:29 +0100 Received: from [85.7.42.192] (helo=pc-9.home) by sslproxy03.your-server.de with esmtpsa (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1j9sHY-000BjU-MB; Thu, 05 Mar 2020 16:19:28 +0100 Subject: Re: [PATCH bpf-next v5 0/4] eBPF JIT for RV32G To: =?UTF-8?B?QmrDtnJuIFTDtnBlbA==?= , Luke Nelson Cc: bpf , Luke Nelson , Jonathan Corbet , Alexei Starovoitov , Martin KaFai Lau , Song Liu , Yonghong Song , Andrii Nakryiko , "David S. Miller" , Jakub Kicinski , Paul Walmsley , Palmer Dabbelt , Albert Ou , Xi Wang , Mauro Carvalho Chehab , Stephen Hemminger , Rob Herring , Greg Kroah-Hartman , Jonathan Cameron , Andy Shevchenko , linux-doc@vger.kernel.org, LKML , Netdev , linux-riscv@lists.infradead.org References: <20200305050207.4159-1-luke.r.nels@gmail.com> From: Daniel Borkmann Message-ID: <4633123d-dc61-ab79-d2ee-e0cef66e4cea@iogearbox.net> Date: Thu, 5 Mar 2020 16:19:27 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Authenticated-Sender: daniel@iogearbox.net X-Virus-Scanned: Clear (ClamAV 0.102.2/25742/Thu Mar 5 15:10:18 2020) Sender: bpf-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org On 3/5/20 6:40 AM, Björn Töpel wrote: > On Thu, 5 Mar 2020 at 06:02, Luke Nelson wrote: >> >> This series adds an eBPF JIT for 32-bit RISC-V (RV32G) to the kernel, >> adapted from the RV64 JIT and the 32-bit ARM JIT. >> > > Nice work! Thanks for hanging in there! > > For the series, > Acked-by: Björn Töpel > Reviewed-by: Björn Töpel Applied, thanks everyone! P.s.: I fixed the MAINTAINERS entry in the last one to have both netdev and bpf to be consistent with all the other JIT entries there.