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 A07CDA0524; Fri, 5 Feb 2021 12:45:47 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 506D3188715; Fri, 5 Feb 2021 12:45:47 +0100 (CET) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 1AD3A4067B for ; Fri, 5 Feb 2021 12:45:45 +0100 (CET) IronPort-SDR: loEzknIsZQjKyguXPXG78ceIN2bow0tXAUc3TVTNR+m1y8he0Z2mBS1xTdAabyhy059ApuZRe8 l3ClIlkDJLSg== X-IronPort-AV: E=McAfee;i="6000,8403,9885"; a="266250822" X-IronPort-AV: E=Sophos;i="5.81,154,1610438400"; d="scan'208";a="266250822" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Feb 2021 03:45:44 -0800 IronPort-SDR: 5DYW8c0kV74D4dXx6bMcbCUkYOeq8/5UkhPG4kmhn3wtzx2ZDCs+wxecdQVfodSZBmcWIl5xJo xHqpbjAjk5xw== X-IronPort-AV: E=Sophos;i="5.81,154,1610438400"; d="scan'208";a="373366647" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.252.21.94]) ([10.252.21.94]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Feb 2021 03:45:44 -0800 To: Andrew Boyer , dev@dpdk.org Cc: Alfredo Cardigliano References: <20210204203710.34690-1-aboyer@pensando.io> From: Ferruh Yigit Message-ID: Date: Fri, 5 Feb 2021 11:45:40 +0000 MIME-Version: 1.0 In-Reply-To: <20210204203710.34690-1-aboyer@pensando.io> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/ionic: fix Tx fragment limits 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 2/4/2021 8:37 PM, Andrew Boyer wrote: > The reported nb_seg_max should include the main fragment in the > descriptor and the fragments in the accompanying SGL. > > Update the Tx prep check as well. > > These were missed when updating to the v1 Tx queue structures. > > Fixes: 786c64763b50 ("net/ionic: clean up Tx queue version support" > > Signed-off-by: Andrew Boyer Applied to dpdk-next-net/main, thanks.