This patch adds support for match and set ICMPv6
"reserved" and "nd options type" fields.

v1->v2: Fixed compiler and sparse warnings.

Vishal Deep Ajmera (1):
  Support for match & set ICMPv6 reserved and options type fields

 build-aux/extract-ofp-fields                      |   1 +
 datapath/linux/compat/include/linux/openvswitch.h |   8 ++
 include/openvswitch/match.h                       |   3 +
 include/openvswitch/meta-flow.h                   |  28 +++++
 lib/flow.c                                        |  46 ++++++++-
 lib/match.c                                       |  21 ++++
 lib/meta-flow.c                                   |  38 +++++++
 lib/meta-flow.xml                                 |  12 +++
 lib/nx-match.c                                    |   8 ++
 lib/odp-execute.c                                 |  32 ++++++
 lib/odp-util.c                                    | 120 +++++++++++++++++++++-
 lib/packets.c                                     |  33 ++++++
 lib/packets.h                                     |   3 +
 ofproto/ofproto-dpif-sflow.c                      |   1 +
 tests/ofproto.at                                  |   4 +-
 15 files changed, 349 insertions(+), 9 deletions(-)

-- 
1.9.1

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to