From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 56563A052A; Wed, 27 Jan 2021 23:26:30 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DA48B141055; Wed, 27 Jan 2021 23:26:29 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id C0C67141046 for ; Wed, 27 Jan 2021 23:26:27 +0100 (CET) IronPort-SDR: xQIcxqZ81dGAC5+IC7MUg/oFCK3CjRjtN9+NhMfF+BoPicn7ZVmgUgHTyWbriY8UsLBUkaoxtr WPovOfBRy4Cg== X-IronPort-AV: E=McAfee;i="6000,8403,9877"; a="180288028" X-IronPort-AV: E=Sophos;i="5.79,380,1602572400"; d="scan'208";a="180288028" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Jan 2021 14:25:54 -0800 IronPort-SDR: nXf+X2QYJcfs4Syo90gOrA/FExv8Nd8CSMI9j4svj937RaN1/nnyxtchnn2bW3ero8FznCMD0r FYAUenjOtbLQ== X-IronPort-AV: E=Sophos;i="5.79,380,1602572400"; d="scan'208";a="430265007" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.208.215]) ([10.213.208.215]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Jan 2021 14:25:45 -0800 From: Ferruh Yigit To: Andrew Boyer Cc: dev@dpdk.org, Alfredo Cardigliano References: <20210118203508.1332-1-aboyer@pensando.io> <59058979-0308-4A63-869F-F46FA456B3F7@pensando.io> <7d852df5-18da-f5ff-73d7-bbb1e09e6bf3@intel.com> Message-ID: Date: Wed, 27 Jan 2021 22:25:43 +0000 MIME-Version: 1.0 In-Reply-To: <7d852df5-18da-f5ff-73d7-bbb1e09e6bf3@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH 00/13] net/ionic: fixes and optimizations 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 1/27/2021 10:23 PM, Ferruh Yigit wrote: > On 1/27/2021 6:10 PM, Andrew Boyer wrote: >> >> >>> On Jan 27, 2021, at 1:02 PM, Ferruh Yigit >> > wrote: >>> >>> On 1/18/2021 8:34 PM, Andrew Boyer wrote: >>>> This patch series fixes some transmit issues, adds (better) support for >>>> big-endian systems, and improves performance by stripping down some >>>> structures and inlining a few functions. >>>> The endianness code has been reviewed internally but not really tested - >>>> I do not have access to a big-endian system to test on. >>>> Signed-off-by: Andrew Boyer > >>>> Andrew Boyer (13): >>>>   net/ionic: strip out unneeded interrupt code >>>>   net/ionic: observe endianness in firmware commands >>>>   net/ionic: observe endianness in Rx filter code >>>>   net/ionic: add an array-size macro >>>>   net/ionic: query firmware for supported queue versions >>>>   net/ionic: clean up Tx queue version support >>>>   net/ionic: inline queue flush function >>>>   net/ionic: inline queue space function >>>>   net/ionic: observe endiannness in ioread/iowrite >>>>   net/ionic: fix to allow separate L3 and L4 csum offload >>>>   net/ionic: convert per-queue offloads into queue flags >>>>   net/ionic: fix up function attribute tags >>>>   net/ionic: fix address handling in transmit code >>> >>> I can remove the 4/13 & 6/13 without conflict, and seems there is no >>> dependency to them and new version of them can be sent separately, if you >>> confirm I can proceed with rest of the set now. >> >> Yes please. Do 4 & 6 become v1 patches that stand alone? Or v2 patches that >> reply to their v1 versions? >> > > Except 4/13 & 6/13, > Series applied to dpdk-next-net/main, thanks. btw, a few 'IONIC_ARRAY_SIZE' macro usage in the 5/13 converted to 'RTE_DIM' since the patch adding 'IONIC_ARRAY_SIZE' dropped. > > Can you please send missing two patches as v2 as reply to v1? > > Thanks, > ferruh