Re: [ovs-dev] [PATCH 1/2] datapath: Update comments about 'OVS_KEY_ATTR_8021Q'.

2014-08-07 Thread Justin Pettit
On August 7, 2014 at 10:09:17 AM, Pravin Shelar (pshe...@nicira.com) wrote: > On Wed, Aug 6, 2014 at 2:55 PM, Justin Pettit wrote: > > Commit fea393b1 (datapath: Describe policy for extending flow key, > > implement needed changes.) changed the key 'OVS_KEY_ATTR_8021Q' to > > 'OVS_KEY_ATTR_VLAN' an

Re: [ovs-dev] [PATCH 1/2] datapath: Update comments about 'OVS_KEY_ATTR_8021Q'.

2014-08-07 Thread Pravin Shelar
On Wed, Aug 6, 2014 at 2:55 PM, Justin Pettit wrote: > Commit fea393b1 (datapath: Describe policy for extending flow key, > implement needed changes.) changed the key 'OVS_KEY_ATTR_8021Q' to > 'OVS_KEY_ATTR_VLAN' and the size of the attribute structure. A couple > of comments were missed, so this

[ovs-dev] [PATCH 1/2] datapath: Update comments about 'OVS_KEY_ATTR_8021Q'.

2014-08-06 Thread Justin Pettit
Commit fea393b1 (datapath: Describe policy for extending flow key, implement needed changes.) changed the key 'OVS_KEY_ATTR_8021Q' to 'OVS_KEY_ATTR_VLAN' and the size of the attribute structure. A couple of comments were missed, so this commit updates them. Signed-off-by: Justin Pettit --- data