[dts] [PATCH V1 3/8] test_plans/cvl_fdir_test_plan:fix build warnings and errors

Haiyang Zhao haiyangx.zhao at intel.com
Thu Jan 9 07:05:11 CET 2020


Signed-off-by: Haiyang Zhao <haiyangx.zhao at intel.com>
---
 test_plans/cvl_fdir_test_plan.rst | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/test_plans/cvl_fdir_test_plan.rst b/test_plans/cvl_fdir_test_plan.rst
index d545db0..0d93735 100644
--- a/test_plans/cvl_fdir_test_plan.rst
+++ b/test_plans/cvl_fdir_test_plan.rst
@@ -88,6 +88,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.
+
        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
 
@@ -485,10 +486,11 @@ 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::
 
-2. send matched packets, check the packets is distributed to queue 63.
-   send mismatched packets, check the packets are not distributed to queue 63.
+    send mismatched packets, check the packets are not distributed to queue 63.
 
 3. verify rules can be listed and destroyed::
 
-- 
1.8.3.1



More information about the dts mailing list