All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jason Gunthorpe <jgg@nvidia.com>
To: Xiao Yang <yangx.jy@fujitsu.com>
Cc: leon@kernel.org, linux-rdma@vger.kernel.org
Subject: Re: [PATCH 1/2] IB/uverbs: Move enum ib_raw_packet_caps to uapi
Date: Mon, 21 Mar 2022 10:14:51 -0300	[thread overview]
Message-ID: <20220321131451.GR11336@nvidia.com> (raw)
In-Reply-To: <20220319170351.336731-1-yangx.jy@fujitsu.com>

On Sun, Mar 20, 2022 at 01:03:50AM +0800, Xiao Yang wrote:
> diff --git a/include/uapi/rdma/ib_user_verbs.h b/include/uapi/rdma/ib_user_verbs.h
> index 7ee73a0652f1..0660405ca2cb 100644
> +++ b/include/uapi/rdma/ib_user_verbs.h
> @@ -1298,4 +1298,11 @@ struct ib_uverbs_ex_modify_cq {
>  
>  #define IB_DEVICE_NAME_MAX 64
>  
> +enum ib_uverbs_raw_packet_caps {
> +	IB_UVERBS_RAW_PACKET_CAP_CVLAN_STRIPPING	= (1 << 0),
> +	IB_UVERBS_RAW_PACKET_CAP_SCATTER_FCS		= (1 << 1),
> +	IB_UVERBS_RAW_PACKET_CAP_IP_CSUM		= (1 << 2),
> +	IB_UVERBS_RAW_PACKET_CAP_DELAY_DROP		= (1 << 3),
> +};

Doesn't need the () but it is OK otheriwse

Thanks,
Jason

      parent reply	other threads:[~2022-03-21 13:14 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-19 17:03 [PATCH 1/2] IB/uverbs: Move enum ib_raw_packet_caps to uapi Xiao Yang
2022-03-19 17:03 ` [PATCH 2/2] IB/uverbs: Move part of enum ib_device_cap_flags " Xiao Yang
2022-03-21 13:18   ` Jason Gunthorpe
2022-03-21 13:14 ` 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=20220321131451.GR11336@nvidia.com \
    --to=jgg@nvidia.com \
    --cc=leon@kernel.org \
    --cc=linux-rdma@vger.kernel.org \
    --cc=yangx.jy@fujitsu.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.