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 945E8A0351; Mon, 10 Jan 2022 10:46:31 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 21720426D6; Mon, 10 Jan 2022 10:46:31 +0100 (CET) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id CD4A54013F for ; Mon, 10 Jan 2022 10:46:29 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1641807990; x=1673343990; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=LTJfCU9LZ1u1hgelkjseKAmVT1iGD8zDk5WFbsxEpOk=; b=Qo52YQf26kfO1dOytqXnnPAitPNUDmDlQPPeEnfjya1cewnDqBAFG2Fx eSBr6YVqHPZkPQgKRpLD+i1v0T34VVCLLoXwqofjbbJMsFevwPiY8hLrc J/EyHnzELvB8N3ahROaarnwtyJheH+3LBbACUjtIPXsFnK2zv6tp6zdqV sHKB/6Hr1nF05YxTcYYhftm6RFWHm3yk0aNqIYEqDeV8b0Hn4KuP3BxsC C0yDBAx35iQwFyTlN4eQuOEMWtRENOJ47Em16KBsfzWRE3OKvmaQSu1Uy 677yuKgIE0HvGOqFmk/Cuezunblp4MUwMI/tlnV+8pRrxk4kKhlNdPZIZ w==; X-IronPort-AV: E=McAfee;i="6200,9189,10222"; a="329534271" X-IronPort-AV: E=Sophos;i="5.88,276,1635231600"; d="scan'208";a="329534271" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jan 2022 01:46:28 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,276,1635231600"; d="scan'208";a="575768413" Received: from fmsmsx606.amr.corp.intel.com ([10.18.126.86]) by fmsmga008.fm.intel.com with ESMTP; 10 Jan 2022 01:46:28 -0800 Received: from shsmsx604.ccr.corp.intel.com (10.109.6.214) by fmsmsx606.amr.corp.intel.com (10.18.126.86) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Mon, 10 Jan 2022 01:46:28 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX604.ccr.corp.intel.com (10.109.6.214) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Mon, 10 Jan 2022 17:46:26 +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; Mon, 10 Jan 2022 17:46:26 +0800 From: "Zhang, Qi Z" To: "Nicolau, Radu" , "Wu, Jingjing" , "Xing, Beilei" CC: "dev@dpdk.org" Subject: RE: [PATCH] net/iavf: fix segmentation offload condition Thread-Topic: [PATCH] net/iavf: fix segmentation offload condition Thread-Index: AQHX37hMGJgEXWizMkKMQ0CxzIGE8KxcTk3g Date: Mon, 10 Jan 2022 09:46:26 +0000 Message-ID: <3d7ba8885ace4e4bafe5b5ea586e7ad5@intel.com> References: <20211122153001.332492-1-radu.nicolau@intel.com> In-Reply-To: <20211122153001.332492-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: Nicolau, Radu > Sent: Monday, November 22, 2021 11:30 PM > To: Wu, Jingjing ; Xing, Beilei > Cc: dev@dpdk.org; Zhang, Qi Z ; Nicolau, Radu > > Subject: [PATCH] net/iavf: fix segmentation offload condition >=20 > Apply segmentation offload when requested for non tunneled packets e.g. > IPsec transport mode. >=20 > Fixes: 1e728b01120c ("net/iavf: rework Tx path") >=20 > Signed-off-by: Radu Nicolau Reviewed-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi