Bleep bloop. Greetings Simon Horman, I am a robot and I have tried out your patch. Thanks for your contribution.
I encountered some error that I wasn't expecting. See the details below. checkpatch: WARNING: Unexpected sign-offs from developers who are not authors or co-authors or committers: Simon Horman <[email protected]>, Baowen Zheng <[email protected]>, Louis Peens <[email protected]> WARNING: Line is 92 characters long (recommended limit is 79) #191 FILE: lib/netdev-linux.c:2630: MIN(UINT32_MAX / 1024, kpkts_burst) * 1024); ERROR: Inappropriate spacing around cast #192 FILE: lib/netdev-linux.c:2631: nl_msg_put_u64(request, TCA_POLICE_PKTRATE64, (uint64_t)pps_rate); WARNING: Line is 86 characters long (recommended limit is 79) ERROR: Inappropriate spacing around cast #193 FILE: lib/netdev-linux.c:2632: nl_msg_put_u64(request, TCA_POLICE_PKTBURST64, (uint64_t)pkt_burst_ticks); WARNING: Line is 83 characters long (recommended limit is 79) #304 FILE: lib/netdev-linux.c:5569: * of 'kbits_burst', with a rate of 'kpkts_rate' and a burst size of 'kpkts_burst'. WARNING: Line is 81 characters long (recommended limit is 79) #429 FILE: vswitchd/bridge.c:4900: MIN(UINT32_MAX, iface->cfg->ingress_policing_kpkts_rate), WARNING: Line is 83 characters long (recommended limit is 79) #430 FILE: vswitchd/bridge.c:4901: MIN(UINT32_MAX, iface->cfg->ingress_policing_kpkts_burst)); Lines checked: 554, Warnings: 6, Errors: 2 Please check this out. If you feel there has been an error, please email [email protected] Thanks, 0-day Robot _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
