Re: [ovs-dev] [post-8024 1/5] Prepend "nw_" to "frag" and "tos" elements.

2011-11-10 Thread Ben Pfaff
On Thu, Nov 10, 2011 at 05:46:26PM -0800, Justin Pettit wrote: > > and maybe we should even change the > > member name in struct ofp_match to nw_dscp (or whatever you like). > > > As you know, the interplay of TOS and DSCP in OpenFlow are a passion > of mine. I've kept that field name "nw_tos",

Re: [ovs-dev] [post-8024 1/5] Prepend "nw_" to "frag" and "tos" elements.

2011-11-10 Thread Justin Pettit
On Nov 10, 2011, at 8:51 AM, Ben Pfaff wrote: > On Wed, Nov 09, 2011 at 11:59:08PM -0800, Justin Pettit wrote: >> Most of the members in structures referring to network elements indicate >> the layer (e.g., "tl_", "nw_", "tp_"). The "frag" and "tos" members >> didn't, so this commit add them. >

Re: [ovs-dev] [post-8024 1/5] Prepend "nw_" to "frag" and "tos" elements.

2011-11-10 Thread Ben Pfaff
On Wed, Nov 09, 2011 at 11:59:08PM -0800, Justin Pettit wrote: > Most of the members in structures referring to network elements indicate > the layer (e.g., "tl_", "nw_", "tp_"). The "frag" and "tos" members > didn't, so this commit add them. The nw_tos members of struct flow and struct ofp_match

[ovs-dev] [post-8024 1/5] Prepend "nw_" to "frag" and "tos" elements.

2011-11-09 Thread Justin Pettit
Most of the members in structures referring to network elements indicate the layer (e.g., "tl_", "nw_", "tp_"). The "frag" and "tos" members didn't, so this commit add them. --- lib/classifier.c| 61 --- lib/classifier.h|5 ++- lib