Re: [PATCH net-next v2] cxgb4/cxgbvf: Handle 32-bit fw port capabilities

2017-08-20 Thread David Miller
From: Ganesh Goudar Date: Sun, 20 Aug 2017 14:15:51 +0530 > Implement new 32-bit Firmware Port Capabilities in order to > handle new speeds which couldn't be represented in the old 16-bit > Firmware Port Capabilities values. > > Based on the original work of Casey Leedom

[PATCH net-next v2] cxgb4/cxgbvf: Handle 32-bit fw port capabilities

2017-08-20 Thread Ganesh Goudar
Implement new 32-bit Firmware Port Capabilities in order to handle new speeds which couldn't be represented in the old 16-bit Firmware Port Capabilities values. Based on the original work of Casey Leedom Signed-off-by: Ganesh Goudar --- v2: Fixes build