WARNING: line length of 83 exceeds 80 columns #31: FILE: tools/testing/selftests/net/openvswitch/openvswitch.sh:23: + drop_reason drop: test drop reasons are emitted WARNING: line length of 87 exceeds 80 columns #32: FILE: tools/testing/selftests/net/openvswitch/openvswitch.sh:24: + psample psample: Sampling packets with psample" WARNING: line length of 94 exceeds 80 columns #77: FILE: tools/testing/selftests/net/openvswitch/openvswitch.sh:218: + 'in_port(1),eth(),eth_type(0x0806),arp()' 'sample(sample=100%,group_id=1,cookie=0102)' WARNING: line length of 110 exceeds 80 columns #97: FILE: tools/testing/selftests/net/openvswitch/openvswitch.sh:238: + "cookie to large"*"sample(sample=100%,group_id=1,cookie=1615141312111009080706050403020100)" \ WARNING: line length of 87 exceeds 80 columns #99: FILE: tools/testing/selftests/net/openvswitch/openvswitch.sh:240: + "no group or action with cookie"*"sample(sample=100%,cookie=deadbeef)"; WARNING: line length of 131 exceeds 80 columns #113: FILE: tools/testing/selftests/net/openvswitch/openvswitch.sh:254: + "in_port(1),eth(),eth_type(0x0800),ipv4(src=172.31.110.10,proto=1),icmp()" "sample(sample=100%,group_id=1,cookie=c0ffee),2" WARNING: line length of 107 exceeds 80 columns #118: FILE: tools/testing/selftests/net/openvswitch/openvswitch.sh:259: + nlpid=$(grep -E "listening on upcall packet handler" $ovs_dir/s0.out | cut -d ":" -f 2 | tr -d ' ') WARNING: line length of 180 exceeds 80 columns #120: FILE: tools/testing/selftests/net/openvswitch/openvswitch.sh:261: + "in_port(2),eth(),eth_type(0x0800),ipv4(src=172.31.110.20,proto=1),icmp()" "sample(sample=100%,group_id=2,cookie=eeff0c,actions(userspace(pid=${nlpid},userdata=eeff0c))),1" WARNING: line length of 94 exceeds 80 columns #123: FILE: tools/testing/selftests/net/openvswitch/openvswitch.sh:264: + python3 $ovs_base/ovs-dpctl.py psample >$ovs_dir/psample.out 2>$ovs_dir/psample.err & WARNING: line length of 93 exceeds 80 columns #129: FILE: tools/testing/selftests/net/openvswitch/openvswitch.sh:270: + ovs_sbx "test_psample" ip netns exec client ping -I c1 172.31.110.20 -c 1 || return 1 WARNING: line length of 84 exceeds 80 columns #132: FILE: tools/testing/selftests/net/openvswitch/openvswitch.sh:273: + # We should have received one userspace action upcall and 2 psample packets. WARNING: line length of 86 exceeds 80 columns #133: FILE: tools/testing/selftests/net/openvswitch/openvswitch.sh:274: + grep -E "userspace action command" $ovs_dir/s0.out >/dev/null 2>&1 || return 1 WARNING: line length of 95 exceeds 80 columns #135: FILE: tools/testing/selftests/net/openvswitch/openvswitch.sh:276: + grep -E "rate:1,group:1,cookie:c0ffee" $ovs_dir/psample.out >/dev/null 2>&1 || return 1 WARNING: line length of 95 exceeds 80 columns #136: FILE: tools/testing/selftests/net/openvswitch/openvswitch.sh:277: + grep -E "rate:1,group:2,cookie:eeff0c" $ovs_dir/psample.out >/dev/null 2>&1 || return 1 total: 0 errors, 14 warnings, 0 checks, 346 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. Commit 0ffb4affe8c2 ("selftests: openvswitch: add psample test") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. total: 0 errors, 14 warnings, 0 checks, 346 lines checked