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 91E17427EB; Tue, 28 Mar 2023 02:57:55 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8C3A840EDF; Tue, 28 Mar 2023 02:57:55 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id 9E69E40A87 for ; Tue, 28 Mar 2023 02:57:53 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1679965073; x=1711501073; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=sMZ6mQm45qsA/Rp0isb1NVT5Q0vbN8pVnOANHP/HIxI=; b=iWKr9mO3/47mSz5AYHNJgD10LyjtSgdaQIiILu2Nm5kgEoa0lJic9xHe efDPL+/yrpXSRxkbojthdkNyNn3M44AqW7j1cgXeJ3X1JDlFmTy2MzQPr qZ2dfhGG8F2tG+q4oH5gl8evx5gruP5UNL3d23aBPZli3z67UMxahnZ6v IDb7ONxyMzsASFpaKJWyPyfHJKHV2+dU019cn4cmxlKiiIuLxMsvO3ytM 0RnIZBz/p91HNO0TTcL/n/zVK5iMLUqTgtd9MpGh4Up11RlolBNrzdm23 F1U7jrYmLtLAf8W3MWJm26E0njqpe2yvgEgg5D04EmV7x+6WBxIP0xrSa Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10662"; a="328880018" X-IronPort-AV: E=Sophos;i="5.98,295,1673942400"; d="scan'208";a="328880018" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Mar 2023 17:57:52 -0700 Message-Id: <76a62b$n1418m@fmsmga003-auth.fm.intel.com> Date: 27 Mar 2023 17:57:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10662"; a="772932892" X-IronPort-AV: E=Sophos;i="5.98,295,1673942400"; d="scan'208";a="772932892" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Mar 2023 17:57:51 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts] [PATCH V3 7/7] tests/vf_pmd_stacked_bonded: add cases to test vf bonded From: lijuan.tu@intel.com To: dts@dpdk.org,Song Jiale Cc: Song Jiale In-Reply-To: <20230321174013.3479335-8-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 Tue, 21 Mar 2023 17:40:13 +0000, Song Jiale wrote: > add cases to test vf bonded. > > Signed-off-by: Song Jiale Series applied, thanks