lkml.org 
[lkml]   [2018]   [Apr]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH AUTOSEL for 4.9 059/293] qed: fix dump of context data
    Date
    From: "Tayar, Tomer" <Tomer.Tayar@cavium.com>

    [ Upstream commit ace17c369295f088dc8ac8ff468602646fa5cced ]

    Currently when dumping a context data only word number '1' is read for the
    entire context.

    Fixes: c965db444629 ("qed: Add support for debug data collection")

    Signed-off-by: Tomer Tayar <Tomer.Tayar@cavium.com>
    Signed-off-by: David S. Miller <davem@davemloft.net>
    Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
    ---
    drivers/net/ethernet/qlogic/qed/qed_debug.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/net/ethernet/qlogic/qed/qed_debug.c b/drivers/net/ethernet/qlogic/qed/qed_debug.c
    index 68f19ca57f96..50a3e07e851f 100644
    --- a/drivers/net/ethernet/qlogic/qed/qed_debug.c
    +++ b/drivers/net/ethernet/qlogic/qed/qed_debug.c
    @@ -2701,7 +2701,7 @@ static u32 qed_grc_dump_ctx_data(struct qed_hwfn *p_hwfn,
    qed_wr(p_hwfn,
    p_ptt,
    s_storm_defs[storm_id].cm_ctx_wr_addr,
    - BIT(9) | lid);
    + (i << 9) | lid);
    *(dump_buf + offset) = qed_rd(p_hwfn,
    p_ptt,
    rd_reg_addr);
    --
    2.15.1
    \
     
     \ /
      Last update: 2018-04-09 04:35    [W:4.151 / U:0.036 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site