Re: [PATCH net-next v3 03/17] net: ethtool: add new ETHTOOL_GSETTINGS/SSETTINGS API
From: David Miller <davem@davemloft.net>
Date: 2015-12-02 17:32:09
Also in:
linux-mips, lkml, netdev
From: David Miller <davem@davemloft.net>
Date: 2015-12-02 17:32:09
Also in:
linux-mips, lkml, netdev
From: David Decotigny <redacted> Date: Tue, 1 Dec 2015 22:00:58 -0800
There is a set of conversion routines ulong[]<->u32[] to address this 32/64-bit compat issue.
And it's extremely ugly. There is nothing stopping you from adding bitmap_set32() et al. helpers to facilitate things.