Colin Ian King
e9bb8af98a
i40iw: pass hw_stats by reference rather than by value
...
passing hw_stats by value requires a 280 byte copy so instead
pass it by reference is much more efficient.
Signed-off-by: Colin Ian King <colin.king@canonical.com >
Acked-by: Chien Tin Tung <chien.tin.tung@intel.com >
Signed-off-by: Doug Ledford <dledford@redhat.com >
2016-05-13 13:47:08 -04:00
Ismail, Mustafa
f69c333162
RDMA/i40iw: Add virtual channel message queue
...
Queue users of virtual channel on a waitqueue until the channel is
clear instead of failing the call when the channel is occupied.
Signed-off-by: Mustafa Ismail <mustafa.ismail@intel.com >
Signed-off-by: Faisal Latif <faisal.latif@intel.com >
Signed-off-by: Doug Ledford <dledford@redhat.com >
2016-04-28 16:32:54 -04:00
Faisal Latif
4097351a47
i40iw: virtual channel handling files
...
i40iw_vf.[ch] and i40iw_virtchnl[ch] are used for virtual
channel support for iWARP VF module.
Changes since v2:
code cleanup
Acked-by: Anjali Singhai Jain <anjali.singhai@intel.com >
Acked-by: Shannon Nelson <shannon.nelson@intel.com >
Signed-off-by: Faisal Latif <faisal.latif@intel.com >
Signed-off-by: Doug Ledford <dledford@redhat.com >
2016-03-16 13:50:53 -04:00