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 2307BA04B7; Wed, 14 Oct 2020 12:01:40 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 080EA1DDCB; Wed, 14 Oct 2020 12:01:39 +0200 (CEST) Received: from incedge.chinasoftinc.com (unknown [114.113.233.8]) by dpdk.org (Postfix) with ESMTP id 1C0AD1DDC8 for ; Wed, 14 Oct 2020 12:01:36 +0200 (CEST) X-ASG-Debug-ID: 1602669693-149d114caf25d460001-TfluYd Received: from mail.chinasoftinc.com (inccas001.ito.icss [10.168.0.51]) by incedge.chinasoftinc.com with ESMTP id 5frBuBf3FOVJPedp (version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 14 Oct 2020 18:01:33 +0800 (CST) X-Barracuda-Envelope-From: huwei013@chinasoftinc.com X-Barracuda-RBL-Trusted-Forwarder: 10.168.0.51 X-ASG-Whitelist: Client Received: from localhost.localdomain (65.49.108.226) by INCCAS001.ito.icss (10.168.0.60) with Microsoft SMTP Server id 14.3.487.0; Wed, 14 Oct 2020 18:01:32 +0800 From: "Wei Hu (Xavier)" X-Barracuda-RBL-Trusted-Forwarder: 10.168.0.60 To: CC: Date: Wed, 14 Oct 2020 18:01:12 +0800 X-ASG-Orig-Subj: [PATCH 0/2] net/hns3: support SVE Tx/Rx Message-ID: <20201014100114.26596-1-huwei013@chinasoftinc.com> X-Mailer: git-send-email 2.9.5 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [65.49.108.226] X-Barracuda-Connect: inccas001.ito.icss[10.168.0.51] X-Barracuda-Start-Time: 1602669693 X-Barracuda-Encrypted: ECDHE-RSA-AES256-SHA X-Barracuda-URL: https://incspam.chinasofti.com:443/cgi-mod/mark.cgi X-Virus-Scanned: by bsmtpd at chinasoftinc.com X-Barracuda-Scan-Msg-Size: 552 Subject: [dpdk-dev] [PATCH 0/2] net/hns3: support SVE Tx/Rx 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" This series add support SVE Tx/Rx operation. Chengwen Feng (1): net/hns3: support SVE Tx Wei Hu (Xavier) (1): net/hns3: support SVE Rx drivers/net/hns3/hns3_rxtx.c | 43 +++- drivers/net/hns3/hns3_rxtx.h | 4 + drivers/net/hns3/hns3_rxtx_vec.h | 34 ++- drivers/net/hns3/hns3_rxtx_vec_sve.c | 472 +++++++++++++++++++++++++++++++++++ drivers/net/hns3/meson.build | 5 + 5 files changed, 541 insertions(+), 17 deletions(-) create mode 100644 drivers/net/hns3/hns3_rxtx_vec_sve.c -- 2.9.5