WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #40: new file mode 100755 WARNING: line length of 88 exceeds 80 columns #95: FILE: tools/testing/selftests/net/test_vxlan_nh.sh:51: + ip -n "$ns1" -s -j nexthop show id 10 | jq ".[][\"group_stats\"][][\"packets\"]" WARNING: line length of 154 exceeds 80 columns #119: FILE: tools/testing/selftests/net/test_vxlan_nh.sh:75: + run_cmd "tc -n $ns1 filter add dev dummy1 egress proto $proto pref 1 handle 101 flower ip_proto udp dst_ip $remote_addr dst_port 4789 action pass" WARNING: line length of 100 exceeds 80 columns #126: FILE: tools/testing/selftests/net/test_vxlan_nh.sh:82: + run_cmd "ip -n $ns1 link add name vx0 up type vxlan id 10010 local $local_addr dstport 4789" WARNING: line length of 86 exceeds 80 columns #127: FILE: tools/testing/selftests/net/test_vxlan_nh.sh:83: + run_cmd "bridge -n $ns1 fdb add 00:11:22:33:44:55 dev vx0 self static nhid 10" WARNING: line length of 86 exceeds 80 columns #129: FILE: tools/testing/selftests/net/test_vxlan_nh.sh:85: + run_cmd "ip netns exec $ns1 mausezahn vx0 -a own -b 00:11:22:33:44:55 -c 1 -q" WARNING: line length of 85 exceeds 80 columns #131: FILE: tools/testing/selftests/net/test_vxlan_nh.sh:87: + busywait "$BUSYWAIT_TIMEOUT" until_counter_is "== 1" nh_stats_get > /dev/null WARNING: line length of 85 exceeds 80 columns #134: FILE: tools/testing/selftests/net/test_vxlan_nh.sh:90: + busywait "$BUSYWAIT_TIMEOUT" until_counter_is "== 1" tc_stats_get > /dev/null WARNING: line length of 111 exceeds 80 columns #165: FILE: tools/testing/selftests/net/test_vxlan_nh.sh:121: + run_cmd "ip -n $ns1 link add name vx0 up type vxlan id 10010 local 192.0.2.1 dstport 12345 localbypass" WARNING: line length of 108 exceeds 80 columns #166: FILE: tools/testing/selftests/net/test_vxlan_nh.sh:122: + run_cmd "ip -n $ns1 link add name vx1 up type vxlan id 10020 local 192.0.2.2 dstport 54321 learning" WARNING: line length of 113 exceeds 80 columns #168: FILE: tools/testing/selftests/net/test_vxlan_nh.sh:124: + run_cmd "bridge -n $ns1 fdb add 00:11:22:33:44:55 dev vx0 self static dst 192.0.2.2 port 54321 vni 10020" WARNING: line length of 86 exceeds 80 columns #169: FILE: tools/testing/selftests/net/test_vxlan_nh.sh:125: + run_cmd "bridge -n $ns1 fdb add 00:aa:bb:cc:dd:ee dev vx1 self static nhid 10" WARNING: line length of 100 exceeds 80 columns #171: FILE: tools/testing/selftests/net/test_vxlan_nh.sh:127: + run_cmd "ip netns exec $ns1 mausezahn vx0 -a 00:aa:bb:cc:dd:ee -b 00:11:22:33:44:55 -c 1 -q" WARNING: line length of 106 exceeds 80 columns #201: FILE: tools/testing/selftests/net/test_vxlan_nh.sh:157: + run_cmd "ip -n $ns1 link add name vx0 up type vxlan id 10010 local $local_addr dstport 4789 proxy" WARNING: line length of 92 exceeds 80 columns #203: FILE: tools/testing/selftests/net/test_vxlan_nh.sh:159: + run_cmd "ip -n $ns1 neigh add $neigh_addr lladdr 00:11:22:33:44:55 nud perm dev vx0" WARNING: line length of 86 exceeds 80 columns #205: FILE: tools/testing/selftests/net/test_vxlan_nh.sh:161: + run_cmd "bridge -n $ns1 fdb add 00:11:22:33:44:55 dev vx0 self static nhid 10" total: 0 errors, 16 warnings, 0 checks, 230 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 2a317eb36c78 ("selftests: net: Add a selftest for VXLAN with FDB nexthop groups") 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, 16 warnings, 0 checks, 230 lines checked