Loading
hns3 udma: adjustment of the maximum number of Jettys
driver inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I8V1IQ CVE: NA -------------------------------------------------------- This patch introduces the driver loading parameter rm_support. The default value of the parameter is 1, indicating that the RM mode is supported. In this case, the number of Jettys is limited. When rm_support is set to 0, the RM mode is not supported. In this case, the total number of Jettys in RC and UM modes is the same as the number of QPs, and the maximum number can reach 1M. Fixes: efe11e97 ("hns3 udma: init software tables of qp/uar and others") Signed-off-by:Chunzhi Hu <huchunzhi@huawei.com> Signed-off-by:
Jie Lei <leijie31@huawei.com>