commit | a5c3d4985eeaddee795e5a4cd71be35e5e149896 | [log] [tgz] |
---|---|---|
author | Sunil Goutham <sgoutham@cavium.com> | Fri Aug 12 16:51:24 2016 +0530 |
committer | David S. Miller <davem@davemloft.net> | Sat Aug 13 11:59:29 2016 -0700 |
tree | abbe512983b6439ef1e57dc728c3bcb93446105b | |
parent | 2ce66f9c65baefbbf48812429b465deb75672c5a [diff] |
net: thunderx: Moved HW capability info from macros to structure Current driver has most of the HW maximums info like no of channels, traffic limiters, RSS indices e.t.c in the form of macros. These have been moved into a 'hw_info' structure so that support for VNIC on newer chips with different set of HW maximums can be added. Signed-off-by: Sunil Goutham <sgoutham@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>