From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (xvm-189-124.dc0.ghst.net [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id EFE63A0524; Fri, 8 Jan 2021 18:03:02 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D48D3140E3D; Fri, 8 Jan 2021 18:03:02 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 40CF1140DB2 for ; Fri, 8 Jan 2021 18:02:57 +0100 (CET) IronPort-SDR: tziuZyn6PJ1KL8FvoWnV1vODv+R3fEg09/GlKXlRLhq45y6+cZWMi7ICk/WIi8MbIViMDLBUa/ NOXqzZtjd88g== X-IronPort-AV: E=McAfee;i="6000,8403,9858"; a="174115691" X-IronPort-AV: E=Sophos;i="5.79,331,1602572400"; d="scan'208";a="174115691" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jan 2021 09:02:31 -0800 IronPort-SDR: Ts/00ztilmIm3v54DxHRlx0eK9/CiJPjdrEkxrLtU8PBDrXaXZYZxuas4+RFd3d0ZP8LkvJzLp toS/oe9YD8JQ== X-IronPort-AV: E=Sophos;i="5.79,331,1602572400"; d="scan'208";a="399034539" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.237.192]) ([10.213.237.192]) by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jan 2021 09:02:28 -0800 To: Joyce Kong , maxime.coquelin@redhat.com, chenbo.xia@intel.com, jerinj@marvell.com, ruifeng.wang@arm.com, honnappa.nagarahalli@arm.com Cc: dev@dpdk.org, nd@arm.com, David Marchand , Thomas Monjalon , dpdklab@iol.unh.edu, Aaron Conole , "Chen, Zhaoyan" References: <20200911120906.45995-1-joyce.kong@arm.com> <20201117100635.27690-1-joyce.kong@arm.com> <20201117100635.27690-3-joyce.kong@arm.com> From: Ferruh Yigit Message-ID: Date: Fri, 8 Jan 2021 17:02:24 +0000 MIME-Version: 1.0 In-Reply-To: <20201117100635.27690-3-joyce.kong@arm.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v1 2/4] net/virtio: add vectorized packed ring Rx NEON path X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" On 11/17/2020 10:06 AM, Joyce Kong wrote: > + /** > + * Update data length and packet length for descriptor. > + * structure of pkt_mb: > + * -------------------------------------------------------------------- > + * |32 bits pkt_type|32 bits pkt_len|16 bits data_len|16 bits vlan_tci| > + * -------------------------------------------------------------------- > + */ > + pkt_mb[0] = vreinterpretq_u64_u8(vqtbl1q_u8( > + vreinterpretq_u8_u64(desc[0]), shuf_msk1)); > + pkt_mb[1] = vreinterpretq_u64_u8(vqtbl1q_u8( > + vreinterpretq_u8_u64(desc[0]), shuf_msk2)); > + pkt_mb[2] = vreinterpretq_u64_u8(vqtbl1q_u8( > + vreinterpretq_u8_u64(desc[1]), shuf_msk1))' s\'\; I will fix in next-net but my concern is why this has been not caught by any of our automated builds? In patchwork only test report seems from the 'checkpatch': https://patches.dpdk.org/patch/84260/