Small detail: please use native C types for non-hardware variables -
'unsigned int', 'unsigned long', etc.
u32/u64 is typically used for variables where there is a real significance
to the precise width of the variable: there's either a hardware or a
user-space ABI involved.
Ingo
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html