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 B555142C4A; Wed, 7 Jun 2023 09:58:46 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B053140A84; Wed, 7 Jun 2023 09:58:46 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id AA8BB40695 for ; Wed, 7 Jun 2023 09:58: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=1686124724; x=1717660724; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=3j/6W2gyrfojg9cVCFWa5JYr03cAos1i9yH9Nf+a0y8=; b=ByiZZpUVNtGkkpdvlCkFAjUexbUshZw7+HESwxrp4JetEznApjP2Sckb ljGdFzX+0QOYKmZVaJe832LosWr1RIljff9XmH8MdUCUompvmmrrK/hVE lbpUtntc2cITdU0cBwvjF0uDlbsFOus8qfjIoLRbp1iEdHTsZK5iygTCG LzVoLOPs/1fj5ls7d5ots5aVPPHX1RGc2R2yRXbt7pE0/wRYAn96dztOM 5SiCYgfYDeT7i8joVjTZeWaKR+BVhW2/cNlqUk2rOnfA9qdj0/FgfDhFc ecVHi5qcuhKQp7oBqy9yKmCl/JKxtgiFSOwqK2KhoxP2WVzRPfwh0E7Vn Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10733"; a="443284568" X-IronPort-AV: E=Sophos;i="6.00,223,1681196400"; d="scan'208";a="443284568" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Jun 2023 00:58:43 -0700 Message-Id: Date: 07 Jun 2023 00:58:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10733"; a="739112124" X-IronPort-AV: E=Sophos;i="6.00,223,1681196400"; d="scan'208";a="739112124" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.118.233]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Jun 2023 00:58:41 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V1 3/3] conf/basic_4k_pages_cbdma: add suite config as expected values From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20230605063426.563798-1-weix.ling@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: Wei Ling Errors-To: dts-bounces@dpdk.org On Mon, 5 Jun 2023 14:34:26 +0800, Wei Ling wrote: > Add [suite] section to save case config and expected values. > > Signed-off-by: Wei Ling Series applied, thanks