From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 5CD8EA0350; Tue, 23 Jun 2020 04:32:53 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4BECB1D58A; Tue, 23 Jun 2020 04:32:53 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id AF04E1D573 for ; Tue, 23 Jun 2020 04:32:51 +0200 (CEST) IronPort-SDR: DvSjEKtagnQFrhuLZ/52OXikVD+6o8Fu/1aVqNwpSAKglSRvk5q1qsbLVp0yF0i+qC2q9wA51D MohWxtwdc6lg== X-IronPort-AV: E=McAfee;i="6000,8403,9660"; a="141437384" X-IronPort-AV: E=Sophos;i="5.75,269,1589266800"; d="scan'208";a="141437384" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jun 2020 19:32:50 -0700 IronPort-SDR: z/aWOeLa8t7uufn8Aj+T7XOWkeOPGucuwrjUFd0V7vZB8bj6h71P0J2HbObNIv21KHwxFkZZ7I 7R6AF1ZnwmRQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,269,1589266800"; d="scan'208";a="311131243" Received: from unknown (HELO dpdk-zhaohy-t.localdomain) ([10.240.183.68]) by fmsmga002.fm.intel.com with ESMTP; 22 Jun 2020 19:32:49 -0700 From: Haiyang Zhao To: dts@dpdk.org Cc: Haiyang Zhao Date: Tue, 23 Jun 2020 10:21:32 +0800 Message-Id: <1592878901-216102-6-git-send-email-haiyangx.zhao@intel.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1592878901-216102-1-git-send-email-haiyangx.zhao@intel.com> References: <1592878901-216102-1-git-send-email-haiyangx.zhao@intel.com> Subject: [dts] [PATCH V1 05/14] test_plans/iavf_fdir: fix build warnings and errors X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" Signed-off-by: Haiyang Zhao --- test_plans/iavf_fdir_test_plan.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test_plans/iavf_fdir_test_plan.rst b/test_plans/iavf_fdir_test_plan.rst index 9cf5efe..1a24773 100644 --- a/test_plans/iavf_fdir_test_plan.rst +++ b/test_plans/iavf_fdir_test_plan.rst @@ -667,7 +667,7 @@ Note: some of the error messages may be differernt. 10. invalid port:: - flow validate 1 ingress pattern eth / ipv4 src is 192.168.0.20 dst is 192.168.0.21 proto is 255 ttl is 2 tos is 4 / end actions queue index 1 / end + flow validate 1 ingress pattern eth / ipv4 src is 192.168.0.20 dst is 192.168.0.21 proto is 255 ttl is 2 tos is 4 / end actions queue index 1 / end get the message:: @@ -675,7 +675,7 @@ Note: some of the error messages may be differernt. 11. check the flow list:: - testpmd> flow list 0 + testpmd> flow list 0 there is no rule listed. @@ -2344,7 +2344,7 @@ Subcase 9: delete a non-existent rule port_flow_complain(): Caught PMD error type 1 (cause unspecified): No such device: No such device Subcase 10: unsupported input set field --------------------------------------- +--------------------------------------- 1. Create a IPV4_PAY rule with TC input set:: -- 1.8.3.1