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 59015A054F; Tue, 18 Feb 2020 22:03:32 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5477D1BFAD; Tue, 18 Feb 2020 22:03:31 +0100 (CET) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 3A6DE1BFAA for ; Tue, 18 Feb 2020 22:03:30 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id AABC521DC6; Tue, 18 Feb 2020 16:03:29 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 18 Feb 2020 16:03:29 -0500 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=YO910Yszz84Dq51VjJwg4B8ry6S2qv0urxLEc2wrwiU=; b=m3l4d6ZWk2FV 6rM5s85xY6+nWnTYFz93F9KTQQOjuAHspru6pAoIn0dHuX7AM2V3rKCqMfVpP5Ms Pfl3Nf65GlRX/UR9TwMbEw9ufobfxsXB+ZePFVXKUQgWwC2xPa7peyRqKukuVU6G DouI1qVkNXDEH21n7aaXnFx1ruUvX0c= 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=fm2; bh=YO910Yszz84Dq51VjJwg4B8ry6S2qv0urxLEc2wrw iU=; b=JQuuhTXUVgUJF4zjMpkTdpsunmT6ulJcVt2RhEjsKgahYXsuOsuMH9sG4 XODAykCgxQc19HTqd1TcZVInYID8Mp0K0OdXK0on2s3ejMnt26QOIQmD0sY4v14w yTVWx+8EIDixxDIGvChsSsf9YL+HNz+rOdKDqJgMxdqY7ASnpJGaff4ian5JUf5o 8UPAFSA3CzI1OdtzbGD2pXr11UgYBGQDiL2JHVZIk2NH51p445gM2dGkN2p8N0YC CDJezApfge9d7OXI8yv9LUFfPdmsW8py5BDYRBqjwZbersXTmfo1JNnUjsL872VZ XbfpPjGyv6oZlEbBZWJUNsHB7vGgA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrjeekgddugeeiucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghrufhiiigvpedtnecurfgr rhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id A52603060C21; Tue, 18 Feb 2020 16:03:28 -0500 (EST) From: Thomas Monjalon To: Vivian Kong Cc: dev@dpdk.org, Pradeep Satyanarayana , David Christensen , David Wilder Date: Tue, 18 Feb 2020 22:03:27 +0100 Message-ID: <17413425.geO5KgaWL5@xps> In-Reply-To: <20190409190630.31975-1-vivkong@ca.ibm.com> References: <20190409190630.31975-1-vivkong@ca.ibm.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [RFC 00/12] introduce s390x architecture 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" Hi, 09/04/2019 21:06, Vivian Kong: > To build and run DPDK on Linux on IBM Z (s390x), big endian support > is added and s390x vector intrinics are used in the implementation > of DPDK libraries. What is the status of this work? Is it abandoned?