Lines Matching full:csum
4 "name": "Add csum iph action",
7 "csum"
11 "$TC actions flush action csum",
17 "cmdUnderTest": "$TC actions add action csum iph index 800",
19 "verifyCmd": "$TC actions get action csum index 800",
20 "matchPattern": "action order [0-9]*: csum \\(iph\\) action pass.*index 800 ref",
23 "$TC actions flush action csum"
28 "name": "Add csum ip4h action",
31 "csum"
35 "$TC actions flush action csum",
41 "cmdUnderTest": "$TC actions add action csum ip4h index 7",
43 "verifyCmd": "$TC actions get action csum index 7",
44 "matchPattern": "action order [0-9]*: csum \\(iph\\) action pass.*index 7 ref",
47 "$TC actions flush action csum"
52 "name": "Add csum ipv4h action",
55 "csum"
59 "$TC actions flush action csum",
65 "cmdUnderTest": "$TC actions add action csum ipv4h index 1122",
67 "verifyCmd": "$TC actions get action csum index 1122",
68 "matchPattern": "action order [0-9]*: csum \\(iph\\) action pass.*index 1122 ref",
71 "$TC actions flush action csum"
76 "name": "Add csum icmp action",
79 "csum"
83 "$TC actions flush action csum",
89 "cmdUnderTest": "$TC actions add action csum icmp index 1",
91 "verifyCmd": "$TC actions get action csum index 1",
92 "matchPattern": "action order [0-9]*: csum \\(icmp\\) action pass.*index 1 ref",
95 "$TC actions flush action csum"
100 "name": "Add csum igmp action",
103 "csum"
107 "$TC actions flush action csum",
113 "cmdUnderTest": "$TC actions add action csum igmp index 999",
115 "verifyCmd": "$TC actions get action csum index 999",
116 "matchPattern": "action order [0-9]*: csum \\(igmp\\) action pass.*index 999 ref",
119 "$TC actions flush action csum"
124 "name": "Add csum foobar action",
127 "csum"
131 "$TC actions flush action csum",
137 "cmdUnderTest": "$TC actions add action csum foobar index 1",
139 "verifyCmd": "$TC actions ls action csum",
140 "matchPattern": "action order [0-9]*: csum \\(foobar\\) action pass.*index 1 ref",
143 "$TC actions flush action csum"
148 "name": "Add csum tcp action",
151 "csum"
155 "$TC actions flush action csum",
161 "cmdUnderTest": "$TC actions add action csum tcp index 9999",
163 "verifyCmd": "$TC actions get action csum index 9999",
164 "matchPattern": "action order [0-9]*: csum \\(tcp\\) action pass.*index 9999 ref",
167 "$TC actions flush action csum"
172 "name": "Add csum udp action",
175 "csum"
179 "$TC actions flush action csum",
185 "cmdUnderTest": "$TC actions add action csum udp index 334455",
187 "verifyCmd": "$TC actions get action csum index 334455",
188 "matchPattern": "action order [0-9]*: csum \\(udp\\) action pass.*index 334455 ref",
191 "$TC actions flush action csum"
196 "name": "Add csum udp xor iph action",
199 "csum"
203 "$TC actions flush action csum",
209 "cmdUnderTest": "$TC actions add action csum udp xor iph index 3",
211 "verifyCmd": "$TC actions ls action csum",
212 "matchPattern": "action order [0-9]*: csum \\(udp xor iph\\) action pass.*index 3 ref",
215 "$TC actions flush action csum"
220 "name": "Add csum udplite action",
223 "csum"
227 "$TC actions flush action csum",
233 "cmdUnderTest": "$TC actions add action csum udplite continue index 3",
235 "verifyCmd": "$TC actions get action csum index 3",
236 "matchPattern": "action order [0-9]*: csum \\(udplite\\) action continue.*index 3 ref",
239 "$TC actions flush action csum"
244 "name": "Add csum sctp action",
247 "csum"
251 "$TC actions flush action csum",
257 "cmdUnderTest": "$TC actions add action csum sctp index 777",
259 "verifyCmd": "$TC actions get action csum index 777",
260 "matchPattern": "action order [0-9]*: csum \\(sctp\\) action pass.*index 777 ref",
263 "$TC actions flush action csum"
268 "name": "Add csum ip & icmp action",
271 "csum"
275 "$TC actions flush action csum",
281 "cmdUnderTest": "$TC actions add action csum ip and icmp pipe index 123",
283 "verifyCmd": "$TC actions get action csum index 123",
284 "matchPattern": "action order [0-9]*: csum \\(iph, icmp\\) action pipe.*index 123 ref",
287 "$TC actions flush action csum"
292 "name": "Add csum ip & sctp action",
295 "csum"
299 "$TC actions flush action csum",
305 "cmdUnderTest": "$TC actions add action csum ipv4h sctp continue index 2",
307 "verifyCmd": "$TC actions get action csum index 2",
308 "matchPattern": "action order [0-9]*: csum \\(iph, sctp\\) action continue.*index 2 ref",
311 "$TC actions flush action csum"
316 "name": "Add csum udp or tcp action",
319 "csum"
323 "$TC actions flush action csum",
329 "cmdUnderTest": "$TC actions add action csum udp or tcp continue index 27",
331 "verifyCmd": "$TC actions get action csum index 27",
332 "matchPattern": "action order [0-9]*: csum \\(tcp, udp\\) action continue.*index 27 ref",
335 "$TC actions flush action csum"
340 "name": "Add all 7 csum actions",
343 "csum"
347 "$TC actions flush action csum",
353 "cmdUnderTest": "$TC actions add action csum icmp ip4h sctp igmp udplite udp tcp index 7",
355 "verifyCmd": "$TC actions get action csum index 7",
356 …"matchPattern": "action order [0-9]*: csum \\(iph, icmp, igmp, tcp, udp, udplite, sctp\\).*index 7…
359 "$TC actions flush action csum"
364 "name": "Add csum udp action with cookie",
367 "csum"
371 "$TC actions flush action csum",
377 "cmdUnderTest": "$TC actions add action csum udp pipe index 7 cookie 12345678",
379 "verifyCmd": "$TC actions get action csum index 7",
380 "matchPattern": "action order [0-9]*: csum \\(udp\\) action pipe.*index 7.*cookie 12345678",
383 "$TC actions flush action csum"
388 "name": "Add csum icmp action with large cookie",
391 "csum"
395 "$TC actions flush action csum",
401 "cmdUnderTest": "$TC actions add action csum icmp pipe index 17 cookie aabbccddeeff1122",
403 "verifyCmd": "$TC actions get action csum index 17",
404 …"matchPattern": "action order [0-9]*: csum \\(icmp\\) action pipe.*index 17.*cookie aabbccddeeff11…
407 "$TC actions flush action csum"
412 "name": "Add batch of 32 csum tcp actions",
415 "csum"
419 "$TC actions flush action csum",
425 …"cmdUnderTest": "bash -c \"for i in \\`seq 1 32\\`; do cmd=\\\"action csum tcp continue index \\$i…
427 "verifyCmd": "$TC actions ls action csum",
431 "$TC actions flush action csum"
436 "name": "Delete batch of 32 csum actions",
439 "csum"
443 "$TC actions flush action csum",
448 …"bash -c \"for i in \\`seq 1 32\\`; do cmd=\\\"action csum tcp continue index \\$i \\\"; args=\"\\…
450 …"cmdUnderTest": "bash -c \"for i in \\`seq 1 32\\`; do cmd=\\\"action csum index \\$i \\\"; args=\…
452 "verifyCmd": "$TC actions list action csum",
459 "name": "Add batch of 32 csum tcp actions with large cookies",
462 "csum"
466 "$TC actions flush action csum",
472 …"cmdUnderTest": "bash -c \"for i in \\`seq 1 32\\`; do cmd=\\\"action csum tcp continue index \\$i…
474 "verifyCmd": "$TC actions ls action csum",
478 "$TC actions flush action csum"
483 "name": "Delete batch of 32 csum actions with large cookies",
486 "csum"
490 "$TC actions flush action csum",
495 …"bash -c \"for i in \\`seq 1 32\\`; do cmd=\\\"action csum tcp continue index \\$i cookie 12345678…
497 …"cmdUnderTest": "bash -c \"for i in \\`seq 1 32\\`; do cmd=\\\"action csum index \\$i \\\"; args=\…
499 "verifyCmd": "$TC actions list action csum",
506 "name": "Replace csum action with invalid goto chain control",
509 "csum"
513 "$TC actions flush action csum",
518 "$TC actions add action csum iph index 90"
520 … "cmdUnderTest": "$TC actions replace action csum iph goto chain 42 index 90 cookie c1a0c1a0",
522 "verifyCmd": "$TC actions get action csum index 90",
523 "matchPattern": "action order [0-9]*: csum \\(iph\\) action pass.*index 90 ref",
526 "$TC actions flush action csum"
531 "name": "Add csum iph action with no_percpu flag",
534 "csum"
538 "$TC actions flush action csum",
544 "cmdUnderTest": "$TC actions add action csum iph no_percpu",
546 "verifyCmd": "$TC actions list action csum",
547 "matchPattern": "action order [0-9]*: csum \\(iph\\) action pass.*no_percpu",
550 "$TC actions flush action csum"