From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id AADAEA3160 for ; Sat, 12 Oct 2019 20:54:26 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 144EC1E898; Sat, 12 Oct 2019 20:54:14 +0200 (CEST) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 992BF1C230 for ; Sat, 12 Oct 2019 20:54:12 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 3EF3E216C5; Sat, 12 Oct 2019 14:54:11 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Sat, 12 Oct 2019 14:54:11 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=m24O2rgUJJ3V18sQ9T9JE6ZduMN6x/i5PQQkvtT30Wk=; b=iiZFO9avZgyS dzeC1OqAJxHxy0NeKCvanY5n8oHV+gN8rnv8Yq3ZfaUi0OX+YziHtC3oSekzr78O 8uDA1tvOQzgqfTnGKgCrK2KKA8d0z3m7QuB1EBQOjW93YlF5ZFsK/4FI70HtatrE 8mSiY2GgpcMRoWlY51jOg2wHG2rtUHo= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=m24O2rgUJJ3V18sQ9T9JE6ZduMN6x/i5PQQkvtT30 Wk=; b=d+QYxgpmnDBYhgrIQQ+edShXZFtNOpTLgBt7VBF3SeOWcRfNB10LHpaUm p6DaTi3J+UmutdpBmwjuWoPaa9W0j+DYESZyc2YfTxSijJWeEmPG8zJRHNpKZ4pS nauZur9zyX7c3G7l3/dnv+6ApA9dwWpSbJEtUFbQ0w902pP5EtGyKZahB7nSC2OI k/teBwysjjz1ZdOwGHfbzEpqYisclJN+a1cTo4xvvQGp139WnziaN3N0yf+IhpdN mx1HeqtGpGHY6FpqnCggm6k4ixFTZuKfXrHUK5vInWEj2AJTMarkDvG0Yw+hFzTM 2IXSfqkQgvU6OnH6Ejx3XuJEY08RQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrieejgddufeduucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeduheegrddufeefrdduieeirddvudefnecurfgrrhgrmhepmhgrihhlfhhrohhmpeht hhhomhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgepfe X-ME-Proxy: Received: from xps.localnet (unknown [154.133.166.213]) by mail.messagingengine.com (Postfix) with ESMTPA id 043E680060; Sat, 12 Oct 2019 14:54:08 -0400 (EDT) From: Thomas Monjalon To: "jerinj@marvell.com" Cc: dev@dpdk.org, "Ananyev, Konstantin" , "honnappa.nagarahalli@arm.com" , "gavin.hu@arm.com" Date: Sat, 12 Oct 2019 14:22:45 +0200 Message-ID: <5774512.jndQBRkAah@xps> In-Reply-To: <2601191342CEEE43887BDE71AB9772580191969C51@irsmsx105.ger.corp.intel.com> References: <20190903105938.33231-1-jerinj@marvell.com> <2601191342CEEE43887BDE71AB9772580191969C51@irsmsx105.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 0/8] eBPF arm64 JIT support X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 24/09/2019 19:03, Ananyev, Konstantin: > > Jerin Jacob (8): > > bpf/arm64: add build infrastructure > > bpf/arm64: add prologue and epilogue > > bpf/arm64: add basic arithmetic operations > > bpf/arm64: add logical operations > > bpf/arm64: add byte swap operations > > bpf/arm64: add load and store operations > > bpf/arm64: add atomic-exchange-and-add operation > > bpf/arm64: add branch operation > > > > Series Acked-by: Konstantin Ananyev Applied Please continue the discussions started with the Linux maintainers in order to try reducing the code duplication between the two projects. Thanks