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 91 exceeds 80 columns #32: FILE: tools/testing/selftests/net/openvswitch/openvswitch.sh:24: + emit_sample emit_sample: Sampling packets with psample" WARNING: line length of 100 exceeds 80 columns #97: FILE: tools/testing/selftests/net/openvswitch/openvswitch.sh:238: + "cookie to large"*"emit_sample(group=1,cookie=1615141312111009080706050403020100)" \ WARNING: line length of 131 exceeds 80 columns #112: FILE: tools/testing/selftests/net/openvswitch/openvswitch.sh:253: + "in_port(1),eth(),eth_type(0x0800),ipv4(src=172.31.110.10,proto=1),icmp()" "trunc(14),emit_sample(group=1,cookie=c0ffee),2" WARNING: line length of 107 exceeds 80 columns #117: FILE: tools/testing/selftests/net/openvswitch/openvswitch.sh:258: + nlpid=$(grep -E "listening on upcall packet handler" $ovs_dir/s0.out | cut -d ":" -f 2 | tr -d ' ') WARNING: line length of 190 exceeds 80 columns #119: FILE: tools/testing/selftests/net/openvswitch/openvswitch.sh:260: + "in_port(2),eth(),eth_type(0x0800),ipv4(src=172.31.110.20,proto=1),icmp()" "sample(sample=100%,actions(emit_sample(group=2,cookie=eeff0c),userspace(pid=${nlpid},userdata=eeff0c))),1" WARNING: line length of 93 exceeds 80 columns #122: FILE: tools/testing/selftests/net/openvswitch/openvswitch.sh:263: + python3 $ovs_base/ovs-dpctl.py psample >$ovs_dir/psample.out 2>$ovs_dir/psample.err & WARNING: line length of 97 exceeds 80 columns #128: FILE: tools/testing/selftests/net/openvswitch/openvswitch.sh:269: + ovs_sbx "test_emit_sample" ip netns exec client ping -I c1 172.31.110.20 -c 1 || return 1 WARNING: line length of 84 exceeds 80 columns #131: FILE: tools/testing/selftests/net/openvswitch/openvswitch.sh:272: + # We should have received one userspace action upcall and 2 psample packets. WARNING: line length of 86 exceeds 80 columns #132: FILE: tools/testing/selftests/net/openvswitch/openvswitch.sh:273: + grep -E "userspace action command" $ovs_dir/s0.out >/dev/null 2>&1 || return 1 WARNING: line length of 88 exceeds 80 columns #134: FILE: tools/testing/selftests/net/openvswitch/openvswitch.sh:275: + # client -> server samples should only contain the first 14 bytes of the packet. total: 0 errors, 11 warnings, 0 checks, 279 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 eaca8f0976b9 ("selftests: openvswitch: add emit_sample 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, 11 warnings, 0 checks, 279 lines checked