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 2B74341DBF; Fri, 3 Mar 2023 06:50:56 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2693040EE3; Fri, 3 Mar 2023 06:50:56 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 12C7640687 for ; Fri, 3 Mar 2023 06:50:54 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1677822655; x=1709358655; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=S95scdYfeWHZYe9yQ7IQf8z6ylr5XY/zUWeHyFPphNI=; b=L3wSTRWAC5us9k4tRv0YHhf1wNodWjt2JhBiBdLsYzpXUUn6l8HQBDbg 2KEHHYiowdRiF0Sq7Z+3XgPY3o9ephFLyWM9NlSbyB+JFRyuQKCKAuyRU gV7ERug34Q9qo4YAaqqiYd18j0XgnCGLO1hfyqxUr0GV1Yo65DyBEnabK tYsbB8A/7FN4Gxk5CUUFCkcKks3bGlRt30XB0STdW7/trqtNu/m9ce2Vd h4UL9OV13U/HJZfkC8Dy5COa5fBFS1V9Ys03TLao2y6ML4h239ddHhf+X pZzs0lJUkpJC/JjysiQtChK1tLyo0eCwU/MM5hHnHZm8S0uWJ7nRFl8Pz g==; X-IronPort-AV: E=McAfee;i="6500,9779,10637"; a="399771441" X-IronPort-AV: E=Sophos;i="5.98,229,1673942400"; d="scan'208";a="399771441" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Mar 2023 21:50:52 -0800 Message-Id: <8251fc$l2tkkt@orsmga001-auth.jf.intel.com> Date: 02 Mar 2023 21:50:50 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10637"; a="707711650" X-IronPort-AV: E=Sophos;i="5.98,229,1673942400"; d="scan'208";a="707711650" 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; 02 Mar 2023 21:50:50 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts] [PATCH V2 5/5] tests/pmd_bonded: modify script to adapt changes in dpdk From: lijuan.tu@intel.com To: dts@dpdk.org,Song Jiale Cc: Song Jiale In-Reply-To: <20230217122023.2345221-6-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 Fri, 17 Feb 2023 12:20:23 +0000, Song Jiale wrote: > the display information of the binding port in dpdk-testpmd has changed. > modify the script to adapt to this change. >=20 > According to dpdk commit f3b5f3d35c59e1("app/testpmd: use dump API to show = bonding info"). >=20 >=20 > Signed-off-by: Song Jiale Reviewed-by: Lijuan Tu Series applied, thanks