• L
    crypto:hisilicon/qm: bugfix queue parameter issue · 9bcf38ed
    Longfang Liu 提交于
    driver inclusion
    category: feature
    bugzilla: https://gitee.com/openeuler/kernel/issues/I79JRM
    CVE: NA
    
    ----------------------------------------------------------------------
    
    After the queue isolation function is enabled in the BIOS.
    If the current default number of queues is used to enable PF,
    the default number of queues will be greater than the number of
    queues supported by the function set in the BIOS, which will cause
    the driver to fail to load.
    After modification. If queue isolation is enabled. When the default
    queue parameter is larger than the number supported by the function.
    The number of enabled queues will be changed to the number supported
    by the function.
    So that the driver can be loaded normally.
    Signed-off-by: NLongfang Liu <liulongfang@huawei.com>
    Signed-off-by: NJiangShui Yang <yangjiangshui@h-partners.com>
    9bcf38ed
sec_main.c 34.6 KB