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 50FD5A0548; Wed, 15 Jun 2022 10:38:19 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4A6AA41140; Wed, 15 Jun 2022 10:38:19 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 8914B40220 for ; Wed, 15 Jun 2022 10:38:17 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1655282297; x=1686818297; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=mwB19bUPX6hSbJrWLBrQpb0l+9qoXGc/ei8CxoRYTUw=; b=fC9li1Ztz1MrkCyBmHMTiaigzmR3ZW0uiC7WIgy+3egFvymbMuyx/gJj AVzwmFaqS2pUVGh/PVMFPw1Fs7cP8x5Q6Chyde0k9TMYkjOytWTP1+mXU kdgp4sxtQbZUOOGVaCpbd7qf6IbRzQDetsxkZDheDIcET9P6JtdDYl4Py 1sTBn3YJMQE7iYk9uRi9biGHVPFSkQ6lXIA/NStPcy+yKOTcaF8VG/Crh Q0xDUOMr0pC0W5Bs1q+/Q70XBCsjxD5SCHFd5beKG+Boq3hsSfJMdzRnK n5m1zUqUuVNDCVGqAPt18Y76eRS3wDPDlUkcssIkL3tmk8IHoNIGLGLX0 g==; X-IronPort-AV: E=McAfee;i="6400,9594,10378"; a="259343712" X-IronPort-AV: E=Sophos;i="5.91,300,1647327600"; d="scan'208";a="259343712" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jun 2022 01:38:16 -0700 Message-Id: <7f4525$j35t7l@fmsmga008-auth.fm.intel.com> Date: 15 Jun 2022 01:38:15 -0700 X-IronPort-AV: E=Sophos;i="5.91,300,1647327600"; d="scan'208";a="640873720" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jun 2022 01:38:15 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts] [PATCH V1] tests/generic_flow_api: add ICE nic to checklist and check link status From: lijuan.tu@intel.com To: dts@dpdk.org,Jiale Song Cc: Jiale Song In-Reply-To: <20220610051548.890350-1-songx.jiale@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: Jiale Song Errors-To: dts-bounces@dpdk.org On Fri, 10 Jun 2022 13:15:48 +0800, Jiale Song wrote: > fix 2 issue: > 1."jumbo_frame_size" is designed for NIC (82599, I350, 82576 and 82580) i= n testplan, so ICE NIC > not support this case, add to checklist. > 2.confirm that the port link status is up before sending the package. >=20 > Signed-off-by: Jiale Song Applied, thanks