[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20170904151024.707f614e@griffin>
Date: Mon, 4 Sep 2017 15:10:24 +0200
From: Jiri Benc <jbenc@...hat.com>
To: Yi Yang <yi.y.yang@...el.com>
Cc: netdev@...r.kernel.org, davem@...emloft.net, dev@...nvswitch.org,
e@...g.me, blp@....org, jan.scheurich@...csson.com
Subject: Re: [PATCH net-next v7] openvswitch: enable NSH support
On Wed, 30 Aug 2017 20:39:12 +0800, Yi Yang wrote:
> +enum ovs_nsh_key_attr {
> + OVS_NSH_KEY_ATTR_BASE, /* struct ovs_nsh_key_base. */
> + OVS_NSH_KEY_ATTR_MD1, /* struct ovs_nsh_key_md1. */
> + OVS_NSH_KEY_ATTR_MD2, /* variable-length octets for MD type 2. */
> + __OVS_NSH_KEY_ATTR_MAX
> +};
One more thing: 0 is reserved, the first attr must be
OVS_NSH_KEY_ATTR_UNSPEC.
Jiri
Powered by blists - more mailing lists