[ovs-dev] [PATCH v3 1/9] meta-flow: Add ovs_be128 member to union mf_subvalue.

Ben Pfaff blp at ovn.org
Mon Aug 8 18:21:44 UTC 2016


This makes it more convenient to access a 128-bit value stored in an
mf_subvalue.

Signed-off-by: Ben Pfaff <blp at ovn.org>
---
 include/openvswitch/meta-flow.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/openvswitch/meta-flow.h b/include/openvswitch/meta-flow.h
index aaf7da1..76d915c 100644
--- a/include/openvswitch/meta-flow.h
+++ b/include/openvswitch/meta-flow.h
@@ -1988,6 +1988,7 @@ union mf_subvalue {
     ovs_be16 be16[64];
     ovs_be32 be32[32];
     ovs_be64 be64[16];
+    ovs_be128 be128[8];
 
     /* Convenient access to just least-significant bits in various forms. */
     struct {
-- 
2.1.3




More information about the dev mailing list