On Thu, 8 Oct 2015 12:11:54 +0200, Andreas Schultz wrote: > All users of iptunnel_xmit expect the return value to be the error > code from ip_output_local, but currently the return value is length > of the send data on success or zero on error. > Change iptunnel_xmit returns to match the callers expectation.
That's not true. All users pass the returned value to iptunnel_xmit_stats() where it is used to increase tx_bytes. The only exception is tipc_udp_send_msg which should be fixed instead. Jiri -- Jiri Benc -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html