linux-rdma.vger.kernel.org archive mirror
 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 v5 for-next 7/7] RDMA/bnxt_re: Enable low latency push
Date: Mon, 12 Jun 2023 15:20:35 -0300	[thread overview]
Message-ID: <ZIdh81FavMr9C0u3@nvidia.com> (raw)
In-Reply-To: <1686563342-15233-8-git-send-email-selvin.xavier@broadcom.com>

> diff --git a/include/uapi/rdma/bnxt_re-abi.h b/include/uapi/rdma/bnxt_re-abi.h
> index c4e9077..f34e624 100644
> --- a/include/uapi/rdma/bnxt_re-abi.h
> +++ b/include/uapi/rdma/bnxt_re-abi.h
> @@ -41,6 +41,7 @@
>  #define __BNXT_RE_UVERBS_ABI_H__
>  
>  #include <linux/types.h>
> +#include <rdma/ib_user_ioctl_cmds.h>
>  
>  #define BNXT_RE_ABI_VERSION	1
>  
> @@ -51,6 +52,7 @@
>  enum {
>  	BNXT_RE_UCNTX_CMASK_HAVE_CCTX = 0x1ULL,
>  	BNXT_RE_UCNTX_CMASK_HAVE_MODE = 0x02ULL,
> +	BNXT_RE_UCNTX_CMASK_WC_DPI_ENABLED = 0x04ULL,
>  };
>  
>  enum bnxt_re_wqe_mode {
> @@ -78,6 +80,7 @@ struct bnxt_re_uctx_resp {
>   * not 8 byted aligned. To avoid undesired padding in various cases we have to
>   * set this struct to packed.
>   */
> +
>  struct bnxt_re_pd_resp {
>  	__u32 pdid;
>  	__u32 dpi;

Bogus space

Jason

      parent reply	other threads:[~2023-06-12 18:20 UTC|newest]

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

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=ZIdh81FavMr9C0u3@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).