All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jason Gunthorpe <jgg@nvidia.com>
To: Selvin Xavier <selvin.xavier@broadcom.com>
Cc: leon@kernel.org, linux-rdma@vger.kernel.org,
	andrew.gospodarek@broadcom.com
Subject: Re: [PATCH v6 for-next 0/7] RDMA/bnxt_re: driver update for supporting low latency push
Date: Wed, 21 Jun 2023 13:58:21 -0300	[thread overview]
Message-ID: <ZJMsLUfPFUZ97hfq@nvidia.com> (raw)
In-Reply-To: <1686679943-17117-1-git-send-email-selvin.xavier@broadcom.com>

On Tue, Jun 13, 2023 at 11:12:16AM -0700, Selvin Xavier wrote:
> The series aims to add support for Low latency push path in
> some of the bnxt devices. The low latency implementation is
> supported only for the user applications. Also, the code
> is modified to use  common mmap helper functions exported
> by IB core. 
> 
> User library changes are in the pull request
> https://github.com/linux-rdma/rdma-core/pull/1321
> 
> Please review and apply

It gets compile warnings:

../drivers/infiniband/hw/bnxt_re/qplib_rcfw.c:322:18: warning: variable 'opcode' is uninitialized when used here [-Wuninitialized]
        crsqe->opcode = opcode;
                        ^~~~~~
../drivers/infiniband/hw/bnxt_re/qplib_rcfw.c:288:11: note: initialize the variable 'opcode' to silence this warning
        u8 opcode;
                 ^
                  = '\0'

Jason

  parent reply	other threads:[~2023-06-21 16:58 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-13 18:12 [PATCH v6 for-next 0/7] RDMA/bnxt_re: driver update for supporting low latency push Selvin Xavier
2023-06-13 18:12 ` [PATCH v6 for-next 1/7] RDMA/bnxt_re: Use the common mmap helper functions Selvin Xavier
2023-06-13 18:12 ` [PATCH v6 for-next 2/7] RDMA/bnxt_re: Add disassociate ucontext support Selvin Xavier
2023-06-13 18:12 ` [PATCH v6 for-next 3/7] RDMA/bnxt_re: Optimize the bnxt_re_init_hwrm_hdr usage Selvin Xavier
2023-06-13 18:12 ` [PATCH v6 for-next 4/7] RDMA/bnxt_re: Query function capabilities from firmware Selvin Xavier
2023-06-13 18:12 ` [PATCH v6 for-next 5/7] RDMA/bnxt_re: Move the interface version to chip context structure Selvin Xavier
2023-06-13 18:12 ` [PATCH v6 for-next 6/7] RDMA/bnxt_re: Reorg the bar mapping Selvin Xavier
2023-06-13 18:12 ` [PATCH v6 for-next 7/7] RDMA/bnxt_re: Enable low latency push Selvin Xavier
2023-06-21 16:58 ` Jason Gunthorpe [this message]
2023-06-21 17:03   ` [PATCH v6 for-next 0/7] RDMA/bnxt_re: driver update for supporting " Selvin Xavier
2023-06-21 17:12     ` Jason Gunthorpe
2023-06-21 17:19       ` Selvin Xavier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZJMsLUfPFUZ97hfq@nvidia.com \
    --to=jgg@nvidia.com \
    --cc=andrew.gospodarek@broadcom.com \
    --cc=leon@kernel.org \
    --cc=linux-rdma@vger.kernel.org \
    --cc=selvin.xavier@broadcom.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.