WARNING: line length of 98 exceeds 80 columns #46: FILE: tools/testing/selftests/net/pmtu.sh:851: + run_cmd python3 ./openvswitch/ovs-dpctl.py add-if ovs_br0 ${type}_a -t ${type} || return 1 WARNING: line length of 98 exceeds 80 columns #49: FILE: tools/testing/selftests/net/pmtu.sh:854: + br0_port=$(echo "$ports" | grep -E "\sovs_br0" | sed -e 's@port @@' | cut -d: -f1 | xargs) WARNING: line length of 96 exceeds 80 columns #50: FILE: tools/testing/selftests/net/pmtu.sh:855: + type_a_port=$(echo "$ports" | grep ${type}_a | sed -e 's@port @@' | cut -d: -f1 | xargs) WARNING: line length of 93 exceeds 80 columns #51: FILE: tools/testing/selftests/net/pmtu.sh:856: + veth_a_port=$(echo "$ports" | grep veth_A | sed -e 's@port @@' | cut -d: -f1 | xargs) WARNING: line length of 90 exceeds 80 columns #61: FILE: tools/testing/selftests/net/pmtu.sh:866: + "recirc_id(0),in_port(${veth_a_port}),eth(),eth_type(0x0800),ipv4()" \ WARNING: line length of 90 exceeds 80 columns #64: FILE: tools/testing/selftests/net/pmtu.sh:869: + "recirc_id(0),in_port(${veth_a_port}),eth(),eth_type(0x86dd),ipv6()" \ WARNING: line length of 139 exceeds 80 columns #67: FILE: tools/testing/selftests/net/pmtu.sh:872: + "recirc_id(0),tunnel(tun_id=1,src=${v4_b_tun},dst=${v4_a_tun}),in_port(${type_a_port}),eth(),eth_type(0x0800),ipv4()" \ WARNING: line length of 139 exceeds 80 columns #70: FILE: tools/testing/selftests/net/pmtu.sh:875: + "recirc_id(0),tunnel(tun_id=1,src=${v4_b_tun},dst=${v4_a_tun}),in_port(${type_a_port}),eth(),eth_type(0x86dd),ipv6()" \ WARNING: line length of 138 exceeds 80 columns #73: FILE: tools/testing/selftests/net/pmtu.sh:878: + "recirc_id(0),tunnel(tun_id=1,src=${v4_b_tun},dst=${v4_a_tun}),in_port(${type_a_port}),eth(),eth_type(0x0806),arp()" \ WARNING: line length of 130 exceeds 80 columns #76: FILE: tools/testing/selftests/net/pmtu.sh:881: + "recirc_id(0),in_port(${veth_a_port}),eth(),eth_type(0x0806),arp(sip=${veth4_c_addr},tip=${tunnel4_b_addr})" \ WARNING: line length of 90 exceeds 80 columns #80: FILE: tools/testing/selftests/net/pmtu.sh:885: + "recirc_id(0),in_port(${veth_a_port}),eth(),eth_type(0x0800),ipv4()" \ WARNING: line length of 90 exceeds 80 columns #83: FILE: tools/testing/selftests/net/pmtu.sh:888: + "recirc_id(0),in_port(${veth_a_port}),eth(),eth_type(0x86dd),ipv6()" \ WARNING: line length of 149 exceeds 80 columns #86: FILE: tools/testing/selftests/net/pmtu.sh:891: + "recirc_id(0),tunnel(tun_id=1,ipv6_src=${v6_b_tun},ipv6_dst=${v6_a_tun}),in_port(${type_a_port}),eth(),eth_type(0x0800),ipv4()" \ WARNING: line length of 149 exceeds 80 columns #89: FILE: tools/testing/selftests/net/pmtu.sh:894: + "recirc_id(0),tunnel(tun_id=1,ipv6_src=${v6_b_tun},ipv6_dst=${v6_a_tun}),in_port(${type_a_port}),eth(),eth_type(0x86dd),ipv6()" \ WARNING: line length of 148 exceeds 80 columns #92: FILE: tools/testing/selftests/net/pmtu.sh:897: + "recirc_id(0),tunnel(tun_id=1,ipv6_src=${v6_b_tun},ipv6_dst=${v6_a_tun}),in_port(${type_a_port}),eth(),eth_type(0x0806),arp()" \ WARNING: line length of 130 exceeds 80 columns #95: FILE: tools/testing/selftests/net/pmtu.sh:900: + "recirc_id(0),in_port(${veth_a_port}),eth(),eth_type(0x0806),arp(sip=${veth4_c_addr},tip=${tunnel4_b_addr})" \ WARNING: line length of 87 exceeds 80 columns #106: FILE: tools/testing/selftests/net/pmtu.sh:911: + options:remote_ip=${b_addr} options:key=1 options:csum=true || return 1 WARNING: line length of 100 exceeds 80 columns #178: FILE: tools/testing/selftests/net/pmtu.sh:1015: + python3 ./openvswitch/ovs-dpctl.py del-if ovs_br0 -d true vxlan_a >/dev/null 2>&1 WARNING: line length of 100 exceeds 80 columns #179: FILE: tools/testing/selftests/net/pmtu.sh:1016: + python3 ./openvswitch/ovs-dpctl.py del-if ovs_br0 -d true geneve_a >/dev/null 2>&1 WARNING: line length of 100 exceeds 80 columns #180: FILE: tools/testing/selftests/net/pmtu.sh:1017: + python3 ./openvswitch/ovs-dpctl.py del-dp ovs_br0 >/dev/null 2>&1 total: 0 errors, 20 warnings, 0 checks, 210 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 23b25da6f42b ("selftests: net: Use the provided dpctl rather than the vswitchd for tests.") 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, 20 warnings, 0 checks, 210 lines checked