Lines Matching full:csum
4 "name": "Add csum iph action",
7 "csum"
14 "$TC actions flush action csum",
20 "cmdUnderTest": "$TC actions add action csum iph index 800",
22 "verifyCmd": "$TC actions get action csum index 800",
23 "matchPattern": "action order [0-9]*: csum \\(iph\\) action pass.*index 800 ref",
26 "$TC actions flush action csum"
31 "name": "Add csum ip4h action",
34 "csum"
41 "$TC actions flush action csum",
47 "cmdUnderTest": "$TC actions add action csum ip4h index 7",
49 "verifyCmd": "$TC actions get action csum index 7",
50 "matchPattern": "action order [0-9]*: csum \\(iph\\) action pass.*index 7 ref",
53 "$TC actions flush action csum"
58 "name": "Add csum ipv4h action",
61 "csum"
68 "$TC actions flush action csum",
74 "cmdUnderTest": "$TC actions add action csum ipv4h index 1122",
76 "verifyCmd": "$TC actions get action csum index 1122",
77 "matchPattern": "action order [0-9]*: csum \\(iph\\) action pass.*index 1122 ref",
80 "$TC actions flush action csum"
85 "name": "Add csum icmp action",
88 "csum"
95 "$TC actions flush action csum",
101 "cmdUnderTest": "$TC actions add action csum icmp index 1",
103 "verifyCmd": "$TC actions get action csum index 1",
104 "matchPattern": "action order [0-9]*: csum \\(icmp\\) action pass.*index 1 ref",
107 "$TC actions flush action csum"
112 "name": "Add csum igmp action",
115 "csum"
122 "$TC actions flush action csum",
128 "cmdUnderTest": "$TC actions add action csum igmp index 999",
130 "verifyCmd": "$TC actions get action csum index 999",
131 "matchPattern": "action order [0-9]*: csum \\(igmp\\) action pass.*index 999 ref",
134 "$TC actions flush action csum"
139 "name": "Add csum foobar action",
142 "csum"
149 "$TC actions flush action csum",
155 "cmdUnderTest": "$TC actions add action csum foobar index 1",
157 "verifyCmd": "$TC actions ls action csum",
158 "matchPattern": "action order [0-9]*: csum \\(foobar\\) action pass.*index 1 ref",
161 "$TC actions flush action csum"
166 "name": "Add csum tcp action",
169 "csum"
176 "$TC actions flush action csum",
182 "cmdUnderTest": "$TC actions add action csum tcp index 9999",
184 "verifyCmd": "$TC actions get action csum index 9999",
185 "matchPattern": "action order [0-9]*: csum \\(tcp\\) action pass.*index 9999 ref",
188 "$TC actions flush action csum"
193 "name": "Add csum udp action",
196 "csum"
203 "$TC actions flush action csum",
209 "cmdUnderTest": "$TC actions add action csum udp index 334455",
211 "verifyCmd": "$TC actions get action csum index 334455",
212 "matchPattern": "action order [0-9]*: csum \\(udp\\) action pass.*index 334455 ref",
215 "$TC actions flush action csum"
220 "name": "Add csum udp xor iph action",
223 "csum"
230 "$TC actions flush action csum",
236 "cmdUnderTest": "$TC actions add action csum udp xor iph index 3",
238 "verifyCmd": "$TC actions ls action csum",
239 "matchPattern": "action order [0-9]*: csum \\(udp xor iph\\) action pass.*index 3 ref",
242 "$TC actions flush action csum"
247 "name": "Add csum udplite action",
250 "csum"
257 "$TC actions flush action csum",
263 "cmdUnderTest": "$TC actions add action csum udplite continue index 3",
265 "verifyCmd": "$TC actions get action csum index 3",
266 "matchPattern": "action order [0-9]*: csum \\(udplite\\) action continue.*index 3 ref",
269 "$TC actions flush action csum"
274 "name": "Add csum sctp action",
277 "csum"
284 "$TC actions flush action csum",
290 "cmdUnderTest": "$TC actions add action csum sctp index 777",
292 "verifyCmd": "$TC actions get action csum index 777",
293 "matchPattern": "action order [0-9]*: csum \\(sctp\\) action pass.*index 777 ref",
296 "$TC actions flush action csum"
301 "name": "Add csum ip & icmp action",
304 "csum"
311 "$TC actions flush action csum",
317 "cmdUnderTest": "$TC actions add action csum ip and icmp pipe index 123",
319 "verifyCmd": "$TC actions get action csum index 123",
320 "matchPattern": "action order [0-9]*: csum \\(iph, icmp\\) action pipe.*index 123 ref",
323 "$TC actions flush action csum"
328 "name": "Add csum ip & sctp action",
331 "csum"
338 "$TC actions flush action csum",
344 "cmdUnderTest": "$TC actions add action csum ipv4h sctp continue index 2",
346 "verifyCmd": "$TC actions get action csum index 2",
347 "matchPattern": "action order [0-9]*: csum \\(iph, sctp\\) action continue.*index 2 ref",
350 "$TC actions flush action csum"
355 "name": "Add csum udp or tcp action",
358 "csum"
365 "$TC actions flush action csum",
371 "cmdUnderTest": "$TC actions add action csum udp or tcp continue index 27",
373 "verifyCmd": "$TC actions get action csum index 27",
374 "matchPattern": "action order [0-9]*: csum \\(tcp, udp\\) action continue.*index 27 ref",
377 "$TC actions flush action csum"
382 "name": "Add all 7 csum actions",
385 "csum"
392 "$TC actions flush action csum",
398 "cmdUnderTest": "$TC actions add action csum icmp ip4h sctp igmp udplite udp tcp index 7",
400 "verifyCmd": "$TC actions get action csum index 7",
401 …"matchPattern": "action order [0-9]*: csum \\(iph, icmp, igmp, tcp, udp, udplite, sctp\\).*index 7…
404 "$TC actions flush action csum"
409 "name": "Add csum udp action with cookie",
412 "csum"
419 "$TC actions flush action csum",
425 "cmdUnderTest": "$TC actions add action csum udp pipe index 7 cookie 12345678",
427 "verifyCmd": "$TC actions get action csum index 7",
428 "matchPattern": "action order [0-9]*: csum \\(udp\\) action pipe.*index 7.*cookie 12345678",
431 "$TC actions flush action csum"
436 "name": "Add csum icmp action with large cookie",
439 "csum"
446 "$TC actions flush action csum",
452 "cmdUnderTest": "$TC actions add action csum icmp pipe index 17 cookie aabbccddeeff1122",
454 "verifyCmd": "$TC actions get action csum index 17",
455 …"matchPattern": "action order [0-9]*: csum \\(icmp\\) action pipe.*index 17.*cookie aabbccddeeff11…
458 "$TC actions flush action csum"
463 "name": "Add batch of 32 csum tcp actions",
466 "csum"
473 "$TC actions flush action csum",
479 …"cmdUnderTest": "bash -c \"for i in \\`seq 1 32\\`; do cmd=\\\"action csum tcp continue index \\$i…
481 "verifyCmd": "$TC actions ls action csum",
485 "$TC actions flush action csum"
490 "name": "Delete batch of 32 csum actions",
493 "csum"
500 "$TC actions flush action csum",
505 …"bash -c \"for i in \\`seq 1 32\\`; do cmd=\\\"action csum tcp continue index \\$i \\\"; args=\"\\…
507 …"cmdUnderTest": "bash -c \"for i in \\`seq 1 32\\`; do cmd=\\\"action csum index \\$i \\\"; args=\…
509 "verifyCmd": "$TC actions list action csum",
516 "name": "Add batch of 32 csum tcp actions with large cookies",
519 "csum"
526 "$TC actions flush action csum",
532 …"cmdUnderTest": "bash -c \"for i in \\`seq 1 32\\`; do cmd=\\\"action csum tcp continue index \\$i…
534 "verifyCmd": "$TC actions ls action csum",
538 "$TC actions flush action csum"
543 "name": "Delete batch of 32 csum actions with large cookies",
546 "csum"
553 "$TC actions flush action csum",
558 …"bash -c \"for i in \\`seq 1 32\\`; do cmd=\\\"action csum tcp continue index \\$i cookie 12345678…
560 …"cmdUnderTest": "bash -c \"for i in \\`seq 1 32\\`; do cmd=\\\"action csum index \\$i \\\"; args=\…
562 "verifyCmd": "$TC actions list action csum",
569 "name": "Replace csum action with invalid goto chain control",
572 "csum"
579 "$TC actions flush action csum",
584 "$TC actions add action csum iph index 90"
586 … "cmdUnderTest": "$TC actions replace action csum iph goto chain 42 index 90 cookie c1a0c1a0",
588 "verifyCmd": "$TC actions get action csum index 90",
589 "matchPattern": "action order [0-9]*: csum \\(iph\\) action pass.*index 90 ref",
592 "$TC actions flush action csum"
597 "name": "Add csum iph action with no_percpu flag",
600 "csum"
607 "$TC actions flush action csum",
613 "cmdUnderTest": "$TC actions add action csum iph no_percpu",
615 "verifyCmd": "$TC actions list action csum",
616 "matchPattern": "action order [0-9]*: csum \\(iph\\) action pass.*no_percpu",
619 "$TC actions flush action csum"