• Tariq Toukan's avatar
    net/mlx5e: Direct TIR per RQ · 1da36696
    Tariq Toukan authored
    Introduce new TIRs for direct access per RQ.
    Now we have 2 available kinds of TIRs:
    	- indirect TIR per traffic type, each points to one RQT (RSS RQT)
              same as before.
    	- New direct TIR per RQ, each points to RQT with a size of one
              that forwards packets to that RQ only.
    
    Driver will open max channels (num cores) direct TIRs by default,
    they will be filled with the actual RQs once channels are allocated.
    
    Needed for downstream aRFS and ethtool direct steering functionalities.
    Signed-off-by: default avatarTariq Toukan <tariqt@mellanox.com>
    Signed-off-by: default avatarSaeed Mahameed <saeedm@mellanox.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    1da36696
en.h 18.7 KB