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 B911EA0548; Thu, 8 Sep 2022 06:50:15 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B00EE40143; Thu, 8 Sep 2022 06:50:15 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 28F3E400D6 for ; Thu, 8 Sep 2022 06:50:14 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1662612614; x=1694148614; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=3rOWJRIm5qvN/XA44RMVNMn2Tw9KQb3Gf1AR+xWUsAE=; b=Wq9Yr8DXcOFOoCO521UZcQB9yrOIBJJXB0GPIAzKUkn7wAafACohN7vU 2FiiAvwlak7if/PSx1k9bF1hji2bSSdndHwKkXynLBw0X53e88WjgCV/q allYM1X3EaPCwRiFeGng3kUKHeACBwbGpCNEf6DzPuo1Gz9yBRoti5/PG wC4cnA46thSC5ZmQj1Vv1NFNheoq8On5E7JkLWixbCPYoGkUVaRVZ3NDY nisF0KTZVIu2vXTyOEUV0gk9Vs0pVlAm9hXbZJ6UlrmgjMZodlvkT/6VY 2IRx+Y/zSgMng6q+37wt8dr+ad7fMeBbEwLywvCIUvYG6lhxIxzUgY77V w==; X-IronPort-AV: E=McAfee;i="6500,9779,10463"; a="294650648" X-IronPort-AV: E=Sophos;i="5.93,299,1654585200"; d="scan'208";a="294650648" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Sep 2022 21:50:13 -0700 Message-Id: <11ab82$k55ja0@fmsmga008-auth.fm.intel.com> Date: 07 Sep 2022 21:50:12 -0700 X-IronPort-AV: E=Sophos;i="5.93,299,1654585200"; d="scan'208";a="676515154" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Sep 2022 21:50:12 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [PATCH V1] tests/TestSuite_macsec_for_ixgbe:adapt to different CPUs From: lijuan.tu@intel.com To: dts@dpdk.org,Hongbo Li Cc: zhiminx.huang@intel.com,Hongbo Li In-Reply-To: <20220812155152.17733-1-hongbox.li@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: Hongbo Li Errors-To: dts-bounces@dpdk.org On Fri, 12 Aug 2022 15:51:52 +0000, Hongbo Li wrote: > According to the explanation of the DPDK developer, setting the same PN val= ue on different CPUs will have different behaviors. > This patch is used to help case adapt different CPUs. >=20 > Signed-off-by: Hongbo Li Acked-by: Lijuan Tu Applied, thanks