[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <bfef88f7-c888-04b0-7d7d-dc1bb184d168@intel.com>
Date: Thu, 5 Mar 2020 16:42:59 -0800
From: Jacob Keller <jacob.e.keller@...el.com>
To: Parav Pandit <parav@...lanox.com>, netdev@...r.kernel.org
Cc: stephen@...workplumber.org, dsahern@...nel.org, jiri@...lanox.com
Subject: Re: [PATCH net-next iproute2 1/2] Update devlink kernel header
On 3/3/2020 8:06 PM, Parav Pandit wrote:
> Update devlink kernel header to commit:
> acf1ee44ca5d ("devlink: Introduce devlink port flavour virtual")
>
> Signed-off-by: Parav Pandit <parav@...lanox.com>
> ---
> include/uapi/linux/devlink.h | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/include/uapi/linux/devlink.h b/include/uapi/linux/devlink.h
> index 3f82dedd..1b412281 100644
> --- a/include/uapi/linux/devlink.h
> +++ b/include/uapi/linux/devlink.h
> @@ -187,6 +187,7 @@ enum devlink_port_flavour {
> * for the PCI VF. It is an internal
> * port that faces the PCI VF.
> */
> + DEVLINK_PORT_FLAVOUR_VIRTUAL, /* Any virtual port facing the user. */
> };
>
> enum devlink_param_cmode {
> @@ -252,6 +253,8 @@ enum devlink_trap_type {
> enum {
> /* Trap can report input port as metadata */
> DEVLINK_ATTR_TRAP_METADATA_TYPE_IN_PORT,
> + /* Trap can report flow action cookie as metadata */
> + DEVLINK_ATTR_TRAP_METADATA_TYPE_FA_COOKIE,
> };
>
This hunk doesn't seem relevant to the patch and isn't mentioned in the
subject or description.
Thanks,
Jake
> enum devlink_attr {
>
Powered by blists - more mailing lists