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=-0.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED 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 EE005C3F2D2 for ; Thu, 5 Mar 2020 15:57:45 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id BBE452072D for ; Thu, 5 Mar 2020 15:57:45 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="TZDweQjv" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BBE452072D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-riscv-bounces+infradead-linux-riscv=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To: Content-Transfer-Encoding:Content-Type:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=t7XhK3WbkpRhcGElkBXa8rYe7Rj/91Ur64dvi8C1PnU=; b=TZDweQjvgEXzbdOm0J9S8TfVY 5tdiW6sRe7V4X9QBNMO72UfZKfL3tpJUsFgOKwZSeiEMIbrxiQZ5uCoKJ9E5Z+4FzY1QJ34NSs8a2 cxwi9B6y/y52yidW5K+wBTmaKpSqd7S1bOQ63Y0QWu2Sf7aehWdzj6rzo21Xk2xXa1Vhpw4p42IKN oIjvXPhseXJ2MjeR97izXzLYEVJkbN3zzwJrkfDPSE26/uxcv9QRWzdZgZT0sn30nhxqklMrdgE59 75Tk/uye95ahazuCUclUGGhTXvZAwD3P4j7neExFyDpD71MKpA0z9DtDtNB/pJmltllYIL8I6vMJu AhNXIugEw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1j9ssW-0005ds-RF; Thu, 05 Mar 2020 15:57:40 +0000 Received: from mga09.intel.com ([134.134.136.24]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1j9ssS-0003oF-0p for linux-riscv@lists.infradead.org; Thu, 05 Mar 2020 15:57:39 +0000 X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Mar 2020 07:53:33 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,518,1574150400"; d="scan'208";a="234452025" Received: from smile.fi.intel.com (HELO smile) ([10.237.68.40]) by orsmga008.jf.intel.com with ESMTP; 05 Mar 2020 07:53:27 -0800 Received: from andy by smile with local (Exim 4.93) (envelope-from ) id 1j9soS-00792v-DX; Thu, 05 Mar 2020 17:53:28 +0200 Date: Thu, 5 Mar 2020 17:53:28 +0200 From: Andy Shevchenko To: Daniel Borkmann Subject: Re: [PATCH bpf-next v5 0/4] eBPF JIT for RV32G Message-ID: <20200305155328.GO1224808@smile.fi.intel.com> References: <20200305050207.4159-1-luke.r.nels@gmail.com> <4633123d-dc61-ab79-d2ee-e0cef66e4cea@iogearbox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <4633123d-dc61-ab79-d2ee-e0cef66e4cea@iogearbox.net> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200305_075738_691729_32AFA7A1 X-CRM114-Status: GOOD ( 11.92 ) X-BeenThere: linux-riscv@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Song Liu , linux-doc@vger.kernel.org, Yonghong Song , Paul Walmsley , Alexei Starovoitov , Netdev , Mauro Carvalho Chehab , linux-riscv@lists.infradead.org, Rob Herring , Jonathan Corbet , Jakub Kicinski , Andrii Nakryiko , Xi Wang , Albert Ou , Luke Nelson , Jonathan Cameron , =?iso-8859-1?Q?Bj=F6rn_T=F6pel?= , LKML , Martin KaFai Lau , Stephen Hemminger , Luke Nelson , Palmer Dabbelt , Greg Kroah-Hartman , bpf , "David S. Miller" Sender: "linux-riscv" Errors-To: linux-riscv-bounces+infradead-linux-riscv=archiver.kernel.org@lists.infradead.org On Thu, Mar 05, 2020 at 04:19:27PM +0100, Daniel Borkmann wrote: > 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. Does parse-maintainer.pl happy about your changes? -- With Best Regards, Andy Shevchenko