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 18401A0542; Fri, 18 Nov 2022 09:11:43 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 13F044067B; Fri, 18 Nov 2022 09:11:43 +0100 (CET) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 0D12B4021F for ; Fri, 18 Nov 2022 09:11:41 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1668759102; x=1700295102; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=UgIPFewoOlD0TUupYIGrK4sJThvTvOl4mTWhHwv3/xA=; b=ZcpeaVeKLjwc+kr4U9kbsbbwEMCcp1QYYuKoCuhcJ0ejWNt+2Ioj8nVH hNM2rwZEmCvRSbvP1EndZ9pgoHSPuj1ZooZejAdoUA/fFL/04mfhB6unS BxBb8opHd9Lt8LR0awDxvJEEO93bk4Ahxcl+OSd2qD/AVDp3NGlcmEARv S9in9lyBz6VLkTfU427bDX0LEWwg2kQ9yeG4LCiB812qGhKY0LE1ARqlT 3YTPMdn95ufzr/nAIMZAjtf0/vYTTF7HhR9Bu21ufRuCtDvjmatLn8diM HAIO1qItL09GHN/vmUv1rgEBbQH6B5l6V2ALDT7KQq+a2LM7RleU90qIP Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10534"; a="293474155" X-IronPort-AV: E=Sophos;i="5.96,173,1665471600"; d="scan'208";a="293474155" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Nov 2022 00:11:41 -0800 Message-Id: <8251fc$k1u2bf@orsmga001-auth.jf.intel.com> Date: 18 Nov 2022 00:11:38 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10534"; a="673122683" X-IronPort-AV: E=Sophos;i="5.96,173,1665471600"; d="scan'208";a="673122683" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Nov 2022 00:11:38 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V1] tests/tso add some nic unsupport checksum set outer-udp in hardware From: lijuan.tu@intel.com To: dts@dpdk.org,Dukai Yuan Cc: Dukai Yuan In-Reply-To: <20221019032047.7258-1-dukaix.yuan@intel.com> X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Dukai Yuan Errors-To: dts-bounces@dpdk.org On Wed, 19 Oct 2022 11:20:47 +0800, Dukai Yuan wrote: > I40E_10G-SFP_X722/I40E_10G-10G_BASE_T_X722/I40E_10G-10G_BASE_T_BC > unsupport checksum outer-udp with hardware. So test these NICs > checksum outer-udp via software. > > Signed-off-by: Dukai Yuan Applied, thanks