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 E0DB7A00C2; Sun, 20 Feb 2022 06:35:44 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 74DF94068C; Sun, 20 Feb 2022 06:35:44 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id D688340395 for ; Sun, 20 Feb 2022 06:35:42 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1645335343; x=1676871343; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=WkKugCsnHzqkSJMkfV3oMvPlN9/q2wqawBs1KHg3S2g=; b=g6LPwG7DuzdpQGZoh0rF9N+tF4ikEAPFuuvFdvFh4vpYkGaZFiaDo8ZC VjYx+xSAftxbMVvASutrnF5WO+L3JTC9eTX6MWADV5/6cFJj+J6BCzvVL B1K2M+ndRleZ2iW3sQDC0ptoY4obKrjKeewqJKX29crIqgGRsBa5eNyZP xAel3TIsFE3x+5vG9mAUkNQ4gJCSNEpsmFswKfuts9rG/cknDDLmcF1YS moiBDUAJn+gRG2W4z+wGSzsWHkEpryKiV77jyVd8GP4nVaEFgW754z1XN otWx7bZtdRJu18p7NGm7HhJotVPu1ulF/iTxCo3UlqGzQNokk8gaRH3UM Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10263"; a="251098194" X-IronPort-AV: E=Sophos;i="5.88,382,1635231600"; d="scan'208";a="251098194" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Feb 2022 21:35:41 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,382,1635231600"; d="scan'208";a="572754767" Received: from fmsmsx602.amr.corp.intel.com ([10.18.126.82]) by orsmga001.jf.intel.com with ESMTP; 19 Feb 2022 21:35:41 -0800 Received: from shsmsx602.ccr.corp.intel.com (10.109.6.142) by fmsmsx602.amr.corp.intel.com (10.18.126.82) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Sat, 19 Feb 2022 21:35:40 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX602.ccr.corp.intel.com (10.109.6.142) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Sun, 20 Feb 2022 13:35:38 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.2308.020; Sun, 20 Feb 2022 13:35:38 +0800 From: "Zhang, Qi Z" To: "Nicolau, Radu" , "Wu, Jingjing" , "Xing, Beilei" CC: "dev@dpdk.org" , "Jiang, YuX" , "Huang, ZhiminX" , "Yigit, Ferruh" , "ingjing.wu@intel.com" , "bluca@debian.org" , "ktraynor@redhat.com" , "Nicolau, Radu" Subject: RE: [PATCH v2] net/iavf: fix segmentation offload buffer size Thread-Topic: [PATCH v2] net/iavf: fix segmentation offload buffer size Thread-Index: AQHYIoPfc3mBOce3sUGBOiNwZVwiWqyb8i8g Date: Sun, 20 Feb 2022 05:35:38 +0000 Message-ID: <8b996ed6518743a1b44df21b4a42b700@intel.com> References: <20220210130923.1442905-1-radu.nicolau@intel.com> <20220215155023.1542072-1-radu.nicolau@intel.com> In-Reply-To: <20220215155023.1542072-1-radu.nicolau@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.6.200.16 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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 > -----Original Message----- > From: Radu Nicolau > Sent: Tuesday, February 15, 2022 11:50 PM > To: Wu, Jingjing ; Xing, Beilei > Cc: dev@dpdk.org; Jiang, YuX ; Huang, ZhiminX > ; Yigit, Ferruh ; > ingjing.wu@intel.com; bluca@debian.org; ktraynor@redhat.com; Nicolau, Rad= u > > Subject: [PATCH v2] net/iavf: fix segmentation offload buffer size >=20 > This fix commit ff8b8bcd2ebe, which resulted in incorrect buffer size bei= ng > computed for non IPses TSO packets. >=20 > Fixes: ff8b8bcd2ebe ("net/iavf: fix segmentation offload condition") >=20 > Signed-off-by: Radu Nicolau Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi