Re: [ovs-dev] [PATCH v7 1/4] nsh: rework NSH netlink keys and actions

2018-01-08 Thread Ben Pfaff
On Sat, Jan 06, 2018 at 01:47:51PM +0800, Yi Yang wrote: > This patch changes OVS_KEY_ATTR_NSH > to nested attribute and adds three new NSH sub attribute keys: > > OVS_NSH_KEY_ATTR_BASE: for length-fixed NSH base header > OVS_NSH_KEY_ATTR_MD1: for length-fixed MD type 1 context > OVS_

[ovs-dev] [PATCH v7 1/4] nsh: rework NSH netlink keys and actions

2018-01-05 Thread Yi Yang
This patch changes OVS_KEY_ATTR_NSH to nested attribute and adds three new NSH sub attribute keys: OVS_NSH_KEY_ATTR_BASE: for length-fixed NSH base header OVS_NSH_KEY_ATTR_MD1: for length-fixed MD type 1 context OVS_NSH_KEY_ATTR_MD2: for length-variable MD type 2 metadata Its intent