• S
    net/mlx5e: Redirect RQT refactoring · a5f97fee
    Saeed Mahameed 提交于
    RQ Tables are always created once (on netdev creation) pointing to drop RQ
    and at that stage, RQ tables (indirection tables) are always directed to
    drop RQ.
    
    We don't need to use mlx5e_fill_{direct,indir}_rqt_rqns to fill the drop
    RQ in create RQT procedure.
    
    Instead of having separate flows to redirect direct and indirect RQ Tables
    to the current active channels Receive Queues (RQs), we unify the two
    flows by introducing mlx5e_redirect_rqt function and redirect_rqt_param
    struct. Combined, they provide one generic logic to fill the RQ table RQ
    numbers regardless of the RQ table purpose (direct/indirect).
    
    Demonstrated the usage with mlx5e_redirect_rqts_to_channels which will
    be called on mlx5e_open and with mlx5e_redirect_rqts_to_drop which will
    be called on mlx5e_close.
    Signed-off-by: NSaeed Mahameed <saeedm@mellanox.com>
    Reviewed-by: NTariq Toukan <tariqt@mellanox.com>
    a5f97fee
en_ethtool.c 44.4 KB