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 F052A41DFA; Tue, 7 Mar 2023 04:30:11 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EA9F240E03; Tue, 7 Mar 2023 04:30:11 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id C4D044067E for ; Tue, 7 Mar 2023 04:30:09 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1678159809; x=1709695809; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=wDCqOH+O9jLZ54tZGW8i/hbNxmIJLzpeHmsM/PEiSkM=; b=IceZYsH4URC9gSKX3PU1fgiCREKtLceE7ciHWj685pwNc6H703k4ultG Ymo9cfQ4GAzypDixqDCcDqnq1F2O6HcN7YkaX8TJuCuKa3aTW0lIOZyjY i4Lx++DyNfqZFLZGQM/12Yeo9A/HNc2Sdx04ODLiWm6I7TpfUkWdI2zPj evnkvqc8uW10Of7Cz36uUFRfJmaurHBEX9IxGX/9qpRYfkrnzDBIW/rVT 7e3mO03lZBB0UTeskPP8WNBXGKC6FVOAyy4vXC1jRI7HLCT1MIBc+EH2q V7DYGQJzaWHKlTfA2/mrwesiukBfmtHyhHe4n+pg8sekrh+Zc7tmY39FU w==; X-IronPort-AV: E=McAfee;i="6500,9779,10641"; a="400574794" X-IronPort-AV: E=Sophos;i="5.98,238,1673942400"; d="scan'208";a="400574794" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Mar 2023 19:30:08 -0800 Message-Id: Date: 06 Mar 2023 19:30:07 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10641"; a="653824742" X-IronPort-AV: E=Sophos;i="5.98,238,1673942400"; d="scan'208";a="653824742" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Mar 2023 19:30:07 -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 Reviewed-by: Lijuan Tu Applied, thanks