• Guangguan Wang's avatar
    net/smc: support smc v2.x features validate · 6ac1e656
    Guangguan Wang authored
    Support SMC v2.x features validate for SMC v2.1. This is the frame
    code for SMC v2.x features validate, and will take effects only when
    the negotiated release version is v2.1 or later.
    
    For Server, v2.x features' validation should be done in smc_clc_srv_
    v2x_features_validate when receiving v2.1 or later CLC Proposal Message,
    such as max conns, max links negotiation, the decision of the final
    value of max conns and max links should be made in this function.
    And final check for server when receiving v2.1 or later CLC Confirm
    Message should be done in smc_clc_v2x_features_confirm_check.
    
    For client, v2.x features' validation should be done in smc_clc_clnt_
    v2x_features_validate when receiving v2.1 or later CLC Accept Message,
    for example, the decision to accpt the accepted value or to decline
    should be made in this function.
    Signed-off-by: default avatarGuangguan Wang <guangguan.wang@linux.alibaba.com>
    Reviewed-by: default avatarTony Lu <tonylu@linux.alibaba.com>
    Reviewed-by: default avatarJan Karcher <jaka@linux.ibm.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    6ac1e656
smc_clc.h 14.4 KB