lkml.org 
[lkml]   [2022]   [Aug]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.15 072/244] octeontx2-af: suppress external profile loading warning
    Date
    From: Harman Kalra <hkalra@marvell.com>

    commit cf2437626502b5271d19686b03dea306efe17ea0 upstream.

    The packet parser profile supplied as firmware may not
    be present all the time and default profile is used mostly.
    Hence suppress firmware loading warning from kernel due to
    absence of firmware in kernel image.

    Fixes: 3a7244152f9c ("octeontx2-af: add support for custom KPU entries")
    Signed-off-by: Harman Kalra <hkalra@marvell.com>
    Signed-off-by: Subbaraya Sundeep <sbhatta@marvell.com>
    Signed-off-by: Sunil Goutham <sgoutham@marvell.com>
    Signed-off-by: Jakub Kicinski <kuba@kernel.org>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    ---
    drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    --- a/drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c
    +++ b/drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c
    @@ -1650,7 +1650,7 @@ static void npc_load_kpu_profile(struct
    * Firmware database method.
    * Default KPU profile.
    */
    - if (!request_firmware(&fw, kpu_profile, rvu->dev)) {
    + if (!request_firmware_direct(&fw, kpu_profile, rvu->dev)) {
    dev_info(rvu->dev, "Loading KPU profile from firmware: %s\n",
    kpu_profile);
    rvu->kpu_fwdata = kzalloc(fw->size, GFP_KERNEL);

    \
     
     \ /
      Last update: 2022-08-23 11:53    [W:5.769 / U:0.116 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site