mbox series

[v3,0/2] IB/mlx4: Enable debug print of SMPs and enhance output for MADs

Message ID 20181009132740.2210085-1-Haakon.Bugge@oracle.com (mailing list archive)
Headers show
Series IB/mlx4: Enable debug print of SMPs and enhance output for MADs | expand

Message

Haakon Bugge Oct. 9, 2018, 1:27 p.m. UTC
SMPs were not printed at all. Added printing of port number and TID to
all MADs


Håkon Bugge (2):
  IB/mlx4: Enable debug print of SMPs
  IB/mlx4: Add port and TID to MAD debug print

 drivers/infiniband/hw/mlx4/mad.c | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

--

v1 -> v2
    * Fixed incorrect format for printing the TID for the second patch
v2 -> v3
   * Made v3 consistently for cover-letter and the two patches, my v2
     was partly original submission plus a v2. That probably fooled
     both the kbuild bot and patchwork

2.14.3

Comments

Doug Ledford Oct. 16, 2018, 6:23 p.m. UTC | #1
On Tue, 2018-10-09 at 15:27 +0200, Håkon Bugge wrote:
> SMPs were not printed at all. Added printing of port number and TID to
> all MADs
> 
> 
> Håkon Bugge (2):
>   IB/mlx4: Enable debug print of SMPs
>   IB/mlx4: Add port and TID to MAD debug print
> 
>  drivers/infiniband/hw/mlx4/mad.c | 20 +++++++++++---------
>  1 file changed, 11 insertions(+), 9 deletions(-)
> 
> --
> 
> v1 -> v2
>     * Fixed incorrect format for printing the TID for the second patch
> v2 -> v3
>    * Made v3 consistently for cover-letter and the two patches, my v2
>      was partly original submission plus a v2. That probably fooled
>      both the kbuild bot and patchwork
> 
> 2.14.3

Thanks, applied.