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 F2C8942850; Thu, 30 Mar 2023 10:42:27 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id ECF1C40E25; Thu, 30 Mar 2023 10:42:27 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 9150F40685 for ; Thu, 30 Mar 2023 10:42:26 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1680165746; x=1711701746; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=1T1XRvr8v4zxWVLEQKWsGfs7jeBoEY5nB0mbFT53XFI=; b=gcxi30CMzxfb7bS3y2UIHszMI5PcunEE0fLpP3djMcLXJfLDMlyizxW6 LTePqU7+ma983A+7S7zKSnNgg0kEe1+shkDXoPxZZZSD2upgiOIYb0OUu LFsOwXt87X1enV0xtT8s1kCtUIIw9jAY6zTy94tewoye514Ho+H2U7hHK 34iFp0SHu2bCEwGura2pnamtaDQexJoTIOy+hf5lXih/TbZiDMZG+GrsO Cb3hi6KLu2JmFV8HMoKrXKWDeKhAsJei7DmqbOarj+IuDZ/aW6UVhAaJk Z8aOpqvmfv8tBxH2wiS2CBKu9vNKDrr+TERdw4VAARf1D3cnons71a3Uc A==; X-IronPort-AV: E=McAfee;i="6600,9927,10664"; a="341123507" X-IronPort-AV: E=Sophos;i="5.98,303,1673942400"; d="scan'208";a="341123507" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Mar 2023 01:42:17 -0700 Message-Id: <89f00f$kfaauc@fmsmga007-auth.fm.intel.com> Date: 30 Mar 2023 01:42:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10664"; a="687156189" X-IronPort-AV: E=Sophos;i="5.98,303,1673942400"; d="scan'208";a="687156189" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Mar 2023 01:42:15 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V1] test_plans/ABI_stable: add 5 functional suites for ABI test From: lijuan.tu@intel.com To: lijuan.tu@intel.com,dts@dpdk.org,Yu Jiang Cc: Yu Jiang In-Reply-To: <20230329090015.1409239-1-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 Wed, 29 Mar 2023 17:00:15 +0800, Yu Jiang wrote: > Add pf_smoke,checksum_offload,jumboframes,mac_filter,rxtx_offload > 5 functional suites for ABI compatibility test > > Signed-off-by: Yu Jiang Reviewed-by: Lijuan Tu Applied, thanks