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 49478A0564; Tue, 24 Mar 2020 09:34:39 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2B9901C0C9; Tue, 24 Mar 2020 09:34:39 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 54DDC1C0C0 for ; Tue, 24 Mar 2020 09:34:37 +0100 (CET) IronPort-SDR: bI+jhx2us+1Oud3STqlYgU1TWviPpQHDSe950C7V66+yGDXVTeFEevSc/lW3BJ0KyOcHL8OQmm eFS9PL5SqtYQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Mar 2020 01:34:37 -0700 IronPort-SDR: IufsJACDPe2EtZmTzsJx9U/nmp+BgNfQk0YUL2YhizLmgLbsy+JVj5IZXFQ974dzV7jpNYnWyA TR/SOpI983yA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,299,1580803200"; d="scan'208";a="281644190" Received: from unknown (HELO dpdk-zhaohy-t.sh.intel.com) ([10.240.183.68]) by fmsmga002.fm.intel.com with ESMTP; 24 Mar 2020 01:34:35 -0700 From: Haiyang Zhao To: dts@dpdk.org Cc: Haiyang Zhao Date: Tue, 24 Mar 2020 16:27:57 +0800 Message-Id: <1585038488-76474-2-git-send-email-haiyangx.zhao@intel.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1585038488-76474-1-git-send-email-haiyangx.zhao@intel.com> References: <1585038488-76474-1-git-send-email-haiyangx.zhao@intel.com> Subject: [dts] [PATCH V1 01/12] test_plans/cvl_fdir_test_plan: 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/cvl_fdir_test_plan.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test_plans/cvl_fdir_test_plan.rst b/test_plans/cvl_fdir_test_plan.rst index fe95c17..fe8cac5 100644 --- a/test_plans/cvl_fdir_test_plan.rst +++ b/test_plans/cvl_fdir_test_plan.rst @@ -83,7 +83,7 @@ Pattern and input set +------------------------------+----------------------------+-------------------------------------------------------------------------------+ Notes: 1. Enable fdir filter for UDP tunnel: Vxlan / NVGRE (OS default package) , share code not - support outer header as inputset, so Out Dest IP and VNI/GRE_KEY may not able to be implemented. + support outer header as inputset, so Out Dest IP and VNI/GRE_KEY may not able to be implemented. 2. For VXLAN case MAC_IPV4_TUN_*** means MAC_IPV4_UDP_VXLAN_*** 3. For Dest MAC, there is package /sharecode limitation on multicast dst mac support for FDIR @@ -529,7 +529,7 @@ Test case: MAC_IPV4_TCP queue index 1. create filter rules:: - flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv4 src is 192.168.0.20 dst is 192.168.0.21 ttl is 2 tos is 4 / tcp src is 22 dst is 23 / end actions queue index 63 / end + flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv4 src is 192.168.0.20 dst is 192.168.0.21 ttl is 2 tos is 4 / tcp src is 22 dst is 23 / end actions queue index 63 / end 2. send matched packets, check the packets is distributed to queue 63. send mismatched packets, check the packets are not distributed to queue 63. @@ -968,7 +968,7 @@ Test case: MAC_IPV4_TCP passthru/mark 1. create filter rules:: - flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv4 src is 192.168.0.20 dst is 192.168.0.21 ttl is 2 tos is 4 / tcp src is 22 dst is 23 / end actions passthru / mark / end + flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv4 src is 192.168.0.20 dst is 192.168.0.21 ttl is 2 tos is 4 / tcp src is 22 dst is 23 / end actions passthru / mark / end 2. send matched packets, check the packets are redirected by RSS with FDIR ID. send mismatched packets, check the packets are redirected by RSS without FDIR ID. @@ -1320,7 +1320,7 @@ Test case: MAC_IPV4_TCP mark/rss 1. create filter rules:: - flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv4 src is 192.168.0.20 dst is 192.168.0.21 ttl is 2 tos is 4 / tcp src is 22 dst is 23 / end actions mark id 1 / rss / end + flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv4 src is 192.168.0.20 dst is 192.168.0.21 ttl is 2 tos is 4 / tcp src is 22 dst is 23 / end actions mark id 1 / rss / end 2. send matched packets, check the packets are redirected by RSS with FDIR ID 1. send mismatched packets, check the packets are redirected by RSS without FDIR ID 1. -- 1.8.3.1