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 94983A00C3; Tue, 20 Sep 2022 10:04:34 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8754F40DFB; Tue, 20 Sep 2022 10:04:34 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id E9CD34069B for ; Tue, 20 Sep 2022 10:04:32 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1663661073; x=1695197073; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=p+92zxNgbShWeveaStCWNwPEyul9Z83UxnYO4UWtdSk=; b=Bh78CjRTjQliLnaI8W4LnkEvlT9toGBKod4D6QHGcoWInlyUqd/50H4q x1EsPP96NBIaQcs0eSFDz+SNucfzodkQYTvuGiGt04JJ+GY+AEc/yzGp3 5n5VQ38RYOskAmrxRFlVYvIfGzSJMiXt2NPYftFYEiKIu3aQPtHxYEF0q 3lQQN+XxbYPNiCL8bbck6RWi3QpPvXfwWLrpQn3goYHkzmexvcXWlgRA0 3kTFDVyRF4LG43Fv+EJh2ZHb8Ocni5SsH482LPIQklnqn5INiKmlehBEl VGzgpVEWku6vmF2m/SWs0rt0loMIFh0pMiuHMEqHZBHR1hHlMlWv3E68n g==; X-IronPort-AV: E=McAfee;i="6500,9779,10475"; a="300448667" X-IronPort-AV: E=Sophos;i="5.93,330,1654585200"; d="scan'208";a="300448667" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Sep 2022 01:04:32 -0700 Message-Id: Date: 20 Sep 2022 01:04:31 -0700 X-IronPort-AV: E=Sophos;i="5.93,330,1654585200"; d="scan'208";a="614301475" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Sep 2022 01:04:31 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V2] tests/vf_vlan: case add_pvid_vf restart testpmd after remove vlan according to testplan From: lijuan.tu@intel.com To: dts@dpdk.org,Weiyuan Li Cc: Weiyuan Li In-Reply-To: <20220908024719.30163-1-weiyuanx.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: Weiyuan Li Errors-To: dts-bounces@dpdk.org On Thu, 8 Sep 2022 10:47:19 +0800, Weiyuan Li wrote: > Case add_pvid_vf modify to restart testpmd after remove vlan according to t= estplan. >=20 > Signed-off-by: Weiyuan Li Acked-by: Lijuan Tu Applied, thanks