Merge tag 'mlx5-updates-2023-01-10' of git://git.kernel.org/pub/scm/linux/kernel...
authorDavid S. Miller <davem@davemloft.net>
Wed, 11 Jan 2023 08:38:01 +0000 (08:38 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 11 Jan 2023 08:38:01 +0000 (08:38 +0000)
commit60d86034b14eed902b3f2bea97d0c237cf2f9499
tree567ace59692c2b387359e899411f1ff1e81faa29
parent76c3a449782b34929102628d07c07a3bc5f63ab4
parent96c31b5b2caecae2eebb1ed0fba5dc082b2fb740
Merge tag 'mlx5-updates-2023-01-10' of git://git./linux/kernel/git/saeed/linux

mlx5-updates-2023-01-10

1) From Gal: Add debugfs entries for netdev nic driver
   - ktls, flow steering and hairpin info
   - useful for debug and performance analysis
   - e.g hairpin queue attributes, dump ktls tx pool size, etc

2) From Maher: Update shared buffer configuration on PFC commands
   2.1) For every change of buffer's headroom, recalculate the size of shared
       buffer to be equal to "total_buffer_size" - "new_headroom_size".
       The new shared buffer size will be split in ratio of 3:1 between
       lossy and lossless pools, respectively.

   2.2) For each port buffer change, count the number of lossless buffers.
       If there is only one lossless buffer, then set its lossless pool
       usage threshold to be infinite. Otherwise, if there is more than
       one lossless buffer, set a usage threshold for each lossless buffer.

    While at it, add more verbosity to debug prints when handling user
    commands, to assist in future debug.

3) From Tariq: Throttle high rate FW commands

4) From Shay: Properly initialize management PF

5) Various cleanup patches