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 D0DCAA052A; Wed, 27 Jan 2021 19:02:42 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5AA4E141028; Wed, 27 Jan 2021 19:02:42 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 2645C141027 for ; Wed, 27 Jan 2021 19:02:40 +0100 (CET) IronPort-SDR: mBJZKVsSW/n7ZbbTlmITZO+abOu5VMhjRokgbrWGQpLBgWwtjXlQp6JzNKnfe+SQ84U6l+wBJu EG14DCXxyiGg== X-IronPort-AV: E=McAfee;i="6000,8403,9877"; a="159282228" X-IronPort-AV: E=Sophos;i="5.79,380,1602572400"; d="scan'208";a="159282228" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Jan 2021 10:02:39 -0800 IronPort-SDR: DzT6RGWE8gqCr5lq8s+K2y9PFFjy79lJJi6IxKcO0zPP0Asqu4iSdC/9aydIoH1x99crmP2OF2 i3GgTCM8xkMg== X-IronPort-AV: E=Sophos;i="5.79,380,1602572400"; d="scan'208";a="430184930" 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 10:02:38 -0800 To: Andrew Boyer , dev@dpdk.org Cc: Alfredo Cardigliano References: <20210118203508.1332-1-aboyer@pensando.io> From: Ferruh Yigit Message-ID: Date: Wed, 27 Jan 2021 18:02:34 +0000 MIME-Version: 1.0 In-Reply-To: <20210118203508.1332-1-aboyer@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/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.