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 99ECA4239C; Wed, 11 Jan 2023 06:45:23 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 983BC40691; Wed, 11 Jan 2023 06:45:23 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 9A14C4014F for ; Wed, 11 Jan 2023 06:45:22 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1673415922; x=1704951922; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=lx5Fy3JoujJwesUhN75Oco1MUXo5kUdvT3qgOKc3NNU=; b=ceP/EMRknBg4k57np/Mnugw1fyxwRnzcemBc8TglMHz2uN1xh4LYPhlU wiWMgtmMXoYPx6RMhZUUsFLi2wnfsqVvf5TpYwgXfBxIVXmkUK9EjBGQa YnC6CR/+MiU+rMEkAZZ64DlrVMP1YSXFI6737isAd1rcwae5a1JForRoO eTDOUCpRp3cxoubs59wZnkNuwfGrj63q9Usy5lgSKo3gWeyhe0vtpXKSo VYyt5tIv0EAioyDm/xwUSf10x5+Li6jMSolgck8Hok3VEMkWOpy49y/FB DOpNnpySn8W6kVhWMy6nvcQDzpjWkW4zvC6gXZIyRa202sf56A13gLyzv g==; X-IronPort-AV: E=McAfee;i="6500,9779,10586"; a="321027590" X-IronPort-AV: E=Sophos;i="5.96,315,1665471600"; d="scan'208";a="321027590" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jan 2023 21:45:21 -0800 Message-Id: <665c30$oonaer@orsmga005-auth.jf.intel.com> Date: 10 Jan 2023 21:45:20 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10586"; a="831236576" X-IronPort-AV: E=Sophos;i="5.96,315,1665471600"; d="scan'208";a="831236576" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jan 2023 21:45:20 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts] [PATCH V2 5/5] test_plans/index: split the test suite of ice_qinq From: lijuan.tu@intel.com To: dts@dpdk.org,Song Jiale Cc: Song Jiale In-Reply-To: <20230111103858.970228-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 Wed, 11 Jan 2023 10:38:58 +0000, Song Jiale wrote: > delete ice_qinq and add ice_dcf_dual_vlan. > > Signed-off-by: Song Jiale Acked-by: Lijuan Tu Series applied, thanks