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 BA9A3423C0; Fri, 13 Jan 2023 09:04:19 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B78AB410EF; Fri, 13 Jan 2023 09:04:19 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 57669410D4 for ; Fri, 13 Jan 2023 09:04:18 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1673597058; x=1705133058; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=A/oXgNJNsYnpjtZavIUVp4fLY9Xu9jkjYRKHXC+R19E=; b=WcudtyJQ1Zuozvdg0G2QvkXJGpAoJDbNoP41Z4Ydqdd70KwVwDpRaaor +MsjEUMb8VeOPRH3+Ab51iL5cgq51e9YO6BmPeCzCVYLmb6rTdaBA5e5J bTFzGLb4Lq+kndAMV+L/FiL0bOwdPMxVuYcnU3BJrs3ong4P17nRlHhpS 4KDUNUT9KLHG6F2a/rk1cbcU/Bb/cg0uSrnTVvGtw2DLQC3yZBPz1sDEk nnT/piiYWbZm2hff0kcYplWWF2+yOzU4FeC4D3xX+h98KuLsTr/5mF5fS Y9SM9mQRvu/ne5Lu82BFkjasfl9Jlz4kkCvvr7TOY1hWn2AlfgBrKcZev w==; X-IronPort-AV: E=McAfee;i="6500,9779,10588"; a="303638090" X-IronPort-AV: E=Sophos;i="5.97,213,1669104000"; d="scan'208";a="303638090" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Jan 2023 00:04:17 -0800 Message-Id: <0ff686$nrdvgp@fmsmga001-auth.fm.intel.com> Date: 13 Jan 2023 00:04:16 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10588"; a="800521763" X-IronPort-AV: E=Sophos;i="5.97,213,1669104000"; d="scan'208";a="800521763" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Jan 2023 00:04:16 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V1 2/2] test_plans/ABI_stable: remove unit_tests_* and replace with meson_tests and remove other invalid suites From: lijuan.tu@intel.com To: lijuan.tu@intel.com,dts@dpdk.org,Yu Jiang Cc: Yu Jiang In-Reply-To: <20230113053405.598729-3-yux.jiang@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: Yu Jiang Errors-To: dts-bounces@dpdk.org On Fri, 13 Jan 2023 13:34:05 +0800, Yu Jiang wrote: > 1, remove unit_tests_* and replace with meson_tests; > 2, remove invalid suites: vhost_dequeue_zero_copy,flow_classify_softnic; > - vhost_dequeue_zero_copy: dpdk20.11 cacf8267cc (vhost: remove dequeue ze= ro-copy support) > - flow_classify_softnic:=20 > * dts commit 6090a316 (test/flow_classify_softnic): removed the test suit= e as per dpdk changes > 3, remove vhost_enqueue_interrupt and replace with vhost_user_interrupt acc= ording to dts changes commit:71b154651; > 4, correct type for vhost_virtio_pmd_interrupt; >=20 > Signed-off-by: Yu Jiang Reviewed-by: Lijuan Tu Series applied, thanks