WARNING: line length of 99 exceeds 80 columns #35: FILE: tools/testing/selftests/net/openvswitch/openvswitch.sh:30: + pop_vlan vlan-pop: POP_VLAN action strips 802.1Q tag WARNING: line length of 92 exceeds 80 columns #50: FILE: tools/testing/selftests/net/openvswitch/openvswitch.sh:841: + [ -d /sys/module/8021q ] || { info "CONFIG_VLAN_8021Q missing"; return $ksft_skip; } WARNING: line length of 88 exceeds 80 columns #57: FILE: tools/testing/selftests/net/openvswitch/openvswitch.sh:848: + ovs_add_netns_and_veths "$sbx" vlandp ns1 veth1 ns1veth 192.0.2.1/24 || return 1 WARNING: line length of 88 exceeds 80 columns #58: FILE: tools/testing/selftests/net/openvswitch/openvswitch.sh:849: + ovs_add_netns_and_veths "$sbx" vlandp ns2 veth2 ns2veth 192.0.2.2/24 || return 1 WARNING: line length of 84 exceeds 80 columns #74: FILE: tools/testing/selftests/net/openvswitch/openvswitch.sh:865: + ip -n ns2 addr del 198.51.100.2/24 dev ns2veth 2>/dev/null || true" WARNING: line length of 81 exceeds 80 columns #84: FILE: tools/testing/selftests/net/openvswitch/openvswitch.sh:875: + # veth disable VLAN offload + GRO (ensure kernel software tag processing) WARNING: line length of 92 exceeds 80 columns #86: FILE: tools/testing/selftests/net/openvswitch/openvswitch.sh:877: + ip netns exec ns1 ethtool -k ns1veth 2>/dev/null | grep -q vlan-offload && \ WARNING: line length of 82 exceeds 80 columns #87: FILE: tools/testing/selftests/net/openvswitch/openvswitch.sh:878: + ip netns exec ns1 ethtool -K ns1veth rx-vlan-offload off \ WARNING: line length of 92 exceeds 80 columns #89: FILE: tools/testing/selftests/net/openvswitch/openvswitch.sh:880: + ip netns exec ns2 ethtool -k ns2veth 2>/dev/null | grep -q vlan-offload && \ WARNING: line length of 82 exceeds 80 columns #90: FILE: tools/testing/selftests/net/openvswitch/openvswitch.sh:881: + ip netns exec ns2 ethtool -K ns2veth rx-vlan-offload off \ WARNING: line length of 128 exceeds 80 columns #114: FILE: tools/testing/selftests/net/openvswitch/openvswitch.sh:905: + 'in_port(1),eth(),eth_type(0x8100),vlan(vid=10),encap(eth_type(0x0800),ipv4(src=198.51.100.1,proto=1),icmp())' \ WARNING: line length of 84 exceeds 80 columns #127: FILE: tools/testing/selftests/net/openvswitch/openvswitch.sh:918: + kill $tpid_no_pop 2>/dev/null || true; wait $tpid_no_pop 2>/dev/null || true WARNING: line length of 89 exceeds 80 columns #131: FILE: tools/testing/selftests/net/openvswitch/openvswitch.sh:922: + info "FAIL: negative check: no VLAN tag (expected tag present)"; return 1 WARNING: line length of 128 exceeds 80 columns #138: FILE: tools/testing/selftests/net/openvswitch/openvswitch.sh:929: + 'in_port(1),eth(),eth_type(0x8100),vlan(vid=10),encap(eth_type(0x0800),ipv4(src=198.51.100.1,proto=1),icmp())' \ WARNING: line length of 83 exceeds 80 columns #160: FILE: tools/testing/selftests/net/openvswitch/openvswitch.sh:951: + info "NOTE: ping succeeded unexpectedly (reply reached ns1veth.10)" WARNING: line length of 81 exceeds 80 columns #162: FILE: tools/testing/selftests/net/openvswitch/openvswitch.sh:953: + # assert: no VLAN tag (POP succeeded), untagged ICMP echo request arrived total: 0 errors, 16 warnings, 0 checks, 144 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 08d96b9513c1 ("selftests: openvswitch: add pop_vlan test") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 16 warnings, 0 checks, 144 lines checked