Re: [PATCH 1/1] IB/mlx5: Add port_xmit_wait to counter registers read

2017-05-02 Thread Leon Romanovsky
On Mon, May 01, 2017 at 05:30:08PM +0100, Tim Wright wrote: > Add port_xmit_wait to the error counters read by mlx5_ib_process_mad to > ensure sysfs port counter provides correct value for PortXmitWait. > Otherwise the sysfs port_xmit_wait file always contains zero. > > The previous MAD_IFC impleme

Re: [PATCH 1/1] IB/mlx5: Add port_xmit_wait to counter registers read

2017-05-01 Thread Doug Ledford
On Mon, 2017-05-01 at 17:30 +0100, Tim Wright wrote: > Add port_xmit_wait to the error counters read by mlx5_ib_process_mad > to > ensure sysfs port counter provides correct value for PortXmitWait. > Otherwise the sysfs port_xmit_wait file always contains zero. > > The previous MAD_IFC implementat

[PATCH 1/1] IB/mlx5: Add port_xmit_wait to counter registers read

2017-05-01 Thread Tim Wright
Add port_xmit_wait to the error counters read by mlx5_ib_process_mad to ensure sysfs port counter provides correct value for PortXmitWait. Otherwise the sysfs port_xmit_wait file always contains zero. The previous MAD_IFC implementation populated this counter, but it was removed during the migrati