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 7424F41DFA; Tue, 7 Mar 2023 04:25:46 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6E1E640EDB; Tue, 7 Mar 2023 04:25:46 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 9695F40ED6 for ; Tue, 7 Mar 2023 04:25:44 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1678159544; x=1709695544; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=QwtEBd30PAR3KxKGKLbe0OPLE3JwZLbJ+bXx/81jvFQ=; b=aHPjfD1exqSx76C/AxS3bSxB7spfYqsKfTTRsPSunhkcOF8UqyzYdnIf C9Xz9gJAdv0I05XcAAGfpvkVQ6gEJy4A2Wya3EnqnWns3o0mguhlmXW0r DWaHhUKW008JKtdxosGXXBG8UdPcwKPZm3KpGCXGmzdYHZIW50q8IjWjP 9VKPHXrYly01gnl9/MjCxsGIh3uWwJudft1Af6T/1Z+m5OeN+jyVK6PNm klgaOaiOUr5K/XUs5GD5l/uxhiPRr7ayDfdCIifjsElOgrEEDU3NJUtLa 3WIsXBVy1pG/ASWjrNj6/IjFhhnLGJCoZQl1E5IJogrB4jJv7kDNZn2/9 A==; X-IronPort-AV: E=McAfee;i="6500,9779,10641"; a="333222320" X-IronPort-AV: E=Sophos;i="5.98,238,1673942400"; d="scan'208";a="333222320" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Mar 2023 19:25:28 -0800 Message-Id: <17e395$mq0pbm@fmsmga003-auth.fm.intel.com> Date: 06 Mar 2023 19:25:27 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10641"; a="765486457" X-IronPort-AV: E=Sophos;i="5.98,238,1673942400"; d="scan'208";a="765486457" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Mar 2023 19:25:27 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts] [PATCH V3] tests/pmd_bonded: modify script to support ice nic From: lijuan.tu@intel.com To: dts@dpdk.org,Song Jiale Cc: Song Jiale In-Reply-To: <20230214183134.1946021-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: Song Jiale Errors-To: dts-bounces@dpdk.org On Tue, 14 Feb 2023 18:31:34 +0000, Song Jiale wrote: > if the link status of the port of the ice nic needs to be > synchronized with the peer, the peer needs to enable > "link-down-on-close". > > Signed-off-by: Song Jiale Applied, thanks