All of lore.kernel.org
 help / color / mirror / Atom feed
From: Devesh Sharma <devesh.sharma@broadcom.com>
To: Haakon Bugge <haakon.bugge@oracle.com>
Cc: OFED mailing list <linux-rdma@vger.kernel.org>
Subject: Re: [PATCH V4 rdma-core 1/5] Update kernel headers
Date: Thu, 10 Jun 2021 21:04:50 +0530	[thread overview]
Message-ID: <CANjDDBi7xruSKNdGo8yumrzLBMYDnetqAAsEsm5z9aagXP=c9A@mail.gmail.com> (raw)
In-Reply-To: <3398B5D8-B9EB-4C94-981C-05CB753E9D9A@oracle.com>

[-- Attachment #1: Type: text/plain, Size: 1482 bytes --]

On Thu, Jun 10, 2021 at 6:13 PM Haakon Bugge <haakon.bugge@oracle.com> wrote:
>
>
>
> > On 10 Jun 2021, at 12:49, Devesh Sharma <devesh.sharma@broadcom.com> wrote:
> >
> > To commit ?? ("RDMA/bnxt_re: update ABI to pass wqe-mode to user space").
> >
> > Signed-off-by: Devesh Sharma <devesh.sharma@broadcom.com>
> > ---
> > kernel-headers/rdma/bnxt_re-abi.h | 5 ++++-
> > 1 file changed, 4 insertions(+), 1 deletion(-)
> >
> > diff --git a/kernel-headers/rdma/bnxt_re-abi.h b/kernel-headers/rdma/bnxt_re-abi.h
> > index dc52e3cf..52205ed2 100644
> > --- a/kernel-headers/rdma/bnxt_re-abi.h
> > +++ b/kernel-headers/rdma/bnxt_re-abi.h
> > @@ -49,7 +49,8 @@
> > #define BNXT_RE_CHIP_ID0_CHIP_MET_SFT         0x18
> >
> > enum {
> > -     BNXT_RE_UCNTX_CMASK_HAVE_CCTX = 0x1ULL
> > +     BNXT_RE_UCNTX_CMASK_HAVE_CCTX = 0x1ULL,
> > +     BNXT_RE_UCNTX_CMASK_HAVE_MODE = 0x02ULL
>
> Please use a comma for the last enum as well, to avoid this line to be unnecessary modified when you add another entry.
Good suggestion, since this patch is rather dependent on kernel patch.
I would let this patch be unchanged.
>
>
> Thxs, Håkon
>
> > };
> >
> > struct bnxt_re_uctx_resp {
> > @@ -62,6 +63,8 @@ struct bnxt_re_uctx_resp {
> >       __aligned_u64 comp_mask;
> >       __u32 chip_id0;
> >       __u32 chip_id1;
> > +     __u32 mode;
> > +     __u32 rsvd1; /* padding */
> > };
> >
> > /*
> > --
> > 2.25.1
> >
>


-- 
-Regards
Devesh

[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4212 bytes --]

  reply	other threads:[~2021-06-10 15:35 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-10 10:49 [PATCH V4 rdma-core 0/5] Broadcom's user library update Devesh Sharma
2021-06-10 10:49 ` [PATCH V4 rdma-core 1/5] Update kernel headers Devesh Sharma
2021-06-10 12:43   ` Haakon Bugge
2021-06-10 15:34     ` Devesh Sharma [this message]
2021-06-11  7:01       ` Haakon Bugge
2021-06-10 10:49 ` [PATCH V4 rdma-core 2/5] bnxt_re/lib: Read wqe mode from the driver Devesh Sharma
2021-06-10 10:49 ` [PATCH V4 rdma-core 3/5] bnxt_re/lib: add a function to initialize software queue Devesh Sharma
2021-06-10 12:50   ` Haakon Bugge
2021-06-10 15:36     ` Devesh Sharma
2021-06-11  6:59       ` Haakon Bugge
2021-06-10 10:49 ` [PATCH V4 rdma-core 4/5] bnxt_re/lib: Use separate indices for shadow queue Devesh Sharma
2021-06-10 10:49 ` [PATCH V4 rdma-core 5/5] bnxt_re/lib: Move hardware queue to 16B aligned indices Devesh Sharma
2021-06-10 13:16   ` Haakon Bugge

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='CANjDDBi7xruSKNdGo8yumrzLBMYDnetqAAsEsm5z9aagXP=c9A@mail.gmail.com' \
    --to=devesh.sharma@broadcom.com \
    --cc=haakon.bugge@oracle.com \
    --cc=linux-rdma@vger.kernel.org \
    /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.