From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v7 0/8] Support vector instructions on ICE Date: Tue, 26 Mar 2019 09:50:11 +0000 Message-ID: <079356fb-7de6-b091-3266-56e04b05b2e8@intel.com> References: <1551340136-83843-1-git-send-email-wenzhuo.lu@intel.com> <1553581011-94181-1-git-send-email-wenzhuo.lu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Qi Zhang To: Wenzhuo Lu , dev@dpdk.org Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 87F7E10A3 for ; Tue, 26 Mar 2019 10:50:18 +0100 (CET) In-Reply-To: <1553581011-94181-1-git-send-email-wenzhuo.lu@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 3/26/2019 6:16 AM, Wenzhuo Lu wrote: > Use SSE and AVX2 instructions in ICE RX and TX path. > > --- > v2: > - Updated feature doc. > - Fixed checklog and checkpatch issues. > > v3: > - Fixed potential compile issue on non-X86 platform. > > v4: > - Removed compile configure, CONFIG_RTE_LIBRTE_ICE_INC_VECTOR. > - Fixed checkpatch warnings. > - Added more explanation of vector path in the device document. > - Some other minor change. > > v5: > - Fixed a compile issue. > - Fixed a doc build warning. > > v6: > - Added prefix "ice_" for ICE specific functions. > - Added unlikely for rarely used code. > > v7: > - Reserved the original buffer release functions. > > Wenzhuo Lu (8): > net/ice: fix Tx function setting > net/ice: add pointer for queue buffer release > net/ice: support vector SSE in RX > net/ice: support Rx scatter SSE vector > net/ice: support Tx SSE vector > net/ice: support Rx AVX2 vector > net/ice: support Rx scatter AVX2 vector > net/ice: support vector AVX2 in TX This version (v7) pulled from next-net-intel to next-net.