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 40400429F0; Wed, 26 Apr 2023 04:44:46 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3B9784111C; Wed, 26 Apr 2023 04:44:46 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 691F040DDA for ; Wed, 26 Apr 2023 04:44:44 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1682477084; x=1714013084; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=HJXfbGuQMmgkfYipI4CQJtuIPx8sWLUjskPD4fetW48=; b=JfidUdtKyodLXcpYafXnI1QoMWYHT+JS6FdIzaJbl5kYaKxRnB53o+KU UJqRujGH2EJKCtjWn3ZgqmybEY0j9degjgP0Cr1f71VPz3qUgo1eP6H+2 5TuMYjfEY53KrLQLYUcT+u7T/jKro8ytjd1i4KwkSdtZpq04nsqgsUhIn 7+ZdvHaS/kCxtUBHyrVKIddJb3QvZ0IvDclO+oEkF47JTCbosIbto4nsu jYw0dk4DcoV5Ajm2CICL/+dePTuDhA/emr3jg1pRoA+PzzDET5nMkCTEf bCAnZuQYM+GKMAV28d0PilQbGCE+R8rfGmjhItdBj0KdGg4aGDemvrvg5 Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10691"; a="331196816" X-IronPort-AV: E=Sophos;i="5.99,227,1677571200"; d="scan'208";a="331196816" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Apr 2023 19:44:31 -0700 Message-Id: Date: 25 Apr 2023 19:44:29 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10691"; a="1023411105" X-IronPort-AV: E=Sophos;i="5.99,227,1677571200"; d="scan'208";a="1023411105" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.118.233]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Apr 2023 19:44:29 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts] [PATCH V1] tests/vf_pmd_bonded: optimize scripts From: lijuan.tu@intel.com To: dts@dpdk.org,Jiale Song Cc: Jiale Song In-Reply-To: <20230424110207.114437-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 Mon, 24 Apr 2023 11:02:07 +0000, Jiale Song wrote: > when vf cancels trust, it will clear the function of spoofchk and need > to be reset. > > Signed-off-by: Jiale Song Applied, thanks