]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
IB/core: sysfs.c: Fix PerfMgt ClassPortInfo handling
authorHal Rosenstock <hal@dev.mellanox.co.il>
Tue, 29 Dec 2015 10:43:43 +0000 (05:43 -0500)
committerDoug Ledford <dledford@redhat.com>
Tue, 19 Jan 2016 20:26:20 +0000 (15:26 -0500)
commit6e2a51a0f7c89a22169f366d23d5f213b7b7edaf
treeb6966c37251e92f14d2bf5a9a124acdbbb35e073
parentb6aeb980f1e143f3237365710290b199e9363eeb
IB/core: sysfs.c: Fix PerfMgt ClassPortInfo handling

Port number is not part of ClassPortInfo attribute but is
still needed as a parameter when invoking process_mad.

To properly handle this attribute, port_num is added as a
parameter to get_counter_table and get_perf_mad was changed
not to store port_num in the attribute itself when it's
querying the ClassPortInfo attribute.

This handles issue pointed out by Matan Barak <matanb@dev.mellanox.co.il>

Fixes: 145d9c541032 ('IB/core: Display extended counter set if available')
Signed-off-by: Hal Rosenstock <hal@mellanox.com>
Acked-by: Matan Barak <matanb@mellanox.com>
Acked-by: Ira Weiny <ira.weiny@intel.com>
Reviewed-by: Christoph Lameter <cl@linux.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/core/sysfs.c