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 11E3FA052A; Wed, 27 Jan 2021 23:23:36 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9BA20141046; Wed, 27 Jan 2021 23:23:35 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id C4A61141027 for ; Wed, 27 Jan 2021 23:23:33 +0100 (CET) IronPort-SDR: DuyhIodYhM96N7jgednhCfRLl/5ZzJBRBNR5gpHBkuwXfn0SL/I4sjKNUQpbpLyAJpypiKJEC7 R4GnwRp/1hkg== X-IronPort-AV: E=McAfee;i="6000,8403,9877"; a="198967024" X-IronPort-AV: E=Sophos;i="5.79,380,1602572400"; d="scan'208";a="198967024" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Jan 2021 14:23:26 -0800 IronPort-SDR: lHXtUODnQALEQuSu/irrcwx8V2JESNfcSeMEWngdcIfs9Ds0NILGk2pETPimBFk3Ltlc3P+TYV +6rDdHHcUhBg== X-IronPort-AV: E=Sophos;i="5.79,380,1602572400"; d="scan'208";a="430264329" 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:23:23 -0800 To: Andrew Boyer Cc: dev@dpdk.org, Alfredo Cardigliano References: <20210118203508.1332-1-aboyer@pensando.io> <59058979-0308-4A63-869F-F46FA456B3F7@pensando.io> From: Ferruh Yigit Message-ID: <7d852df5-18da-f5ff-73d7-bbb1e09e6bf3@intel.com> Date: Wed, 27 Jan 2021 22:23:19 +0000 MIME-Version: 1.0 In-Reply-To: <59058979-0308-4A63-869F-F46FA456B3F7@pensando.io> 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 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. Can you please send missing two patches as v2 as reply to v1? Thanks, ferruh