X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fopenvswitch%2Fdatapath-protocol.h;h=84646c2297f76237c93eb9cb55c7e18c32387a58;hb=834377ea559d665520910968358c522f30d3eb93;hp=19826332419efef93a54679e2c5e7390cea0f66d;hpb=959a2ecdc8a5ffe53e74456ff6eb1ec25092db75;p=openvswitch diff --git a/include/openvswitch/datapath-protocol.h b/include/openvswitch/datapath-protocol.h index 19826332..84646c22 100644 --- a/include/openvswitch/datapath-protocol.h +++ b/include/openvswitch/datapath-protocol.h @@ -202,6 +202,8 @@ struct odp_flow_key { __u8 nw_proto; /* IP protocol or lower 8 bits of ARP opcode. */ __u8 dl_vlan_pcp; /* Input VLAN priority. */ + __u8 nw_tos; /* IP ToS (DSCP field, 6 bits). */ + __u8 reserved[3]; /* Align to 32-bits...must be zeroed. */ }; /* Flags for ODP_FLOW. */