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 C7ABDA329E for ; Thu, 24 Oct 2019 04:58:24 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 692431C139; Thu, 24 Oct 2019 04:58:23 +0200 (CEST) Received: from foss.arm.com (unknown [217.140.110.172]) by dpdk.org (Postfix) with ESMTP id 99D091C135 for ; Thu, 24 Oct 2019 04:58:22 +0200 (CEST) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 0F9281FB; Wed, 23 Oct 2019 19:58:13 -0700 (PDT) Received: from net-arm-c2400-02.shanghai.arm.com (net-arm-c2400-02.shanghai.arm.com [10.169.40.42]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id CE8253F71A; Wed, 23 Oct 2019 19:58:10 -0700 (PDT) From: Ruifeng Wang To: jerinj@marvell.com, gavin.hu@arm.com, wenzhuo.lu@intel.com, konstantin.ananyev@intel.com Cc: dev@dpdk.org, honnappa.nagarahalli@arm.com, nd@arm.com, Ruifeng Wang Date: Thu, 24 Oct 2019 10:58:01 +0800 Message-Id: <20191024025803.10571-1-ruifeng.wang@arm.com> X-Mailer: git-send-email 2.17.1 Subject: [dpdk-dev] [PATCH 0/2] IXGBE vector PMD on AArch64 complement 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" Packet type parse is missing in AArch64 vector PMD. Add the missing part. Besides, remove macro not used any more. Ruifeng Wang (2): net/ixgbe: add ptype parse for aarch64 vector PMD net/ixgbe: remove unused macro in aarch64 vector PMD drivers/net/ixgbe/ixgbe_ethdev.c | 2 +- drivers/net/ixgbe/ixgbe_rxtx_vec_neon.c | 65 ++++++++++++++++++++++++- 2 files changed, 65 insertions(+), 2 deletions(-) -- 2.17.1