The updates to patch 3 in the previous version of this series
(now patch 1) had some effects on the following patch.  I decided
that it's best to re-send the whole thing.

Ben Pfaff (3):
  datapath: Allow flow key Netlink attributes to appear in any order.
  datapath: Describe policy for extending flow key, implement needed
    changes.
  datapath: Don't drop packets with partial vlan tags.

 datapath/Modules.mk         |    1 +
 datapath/README             |  195 ++++++++++++++
 datapath/actions.c          |   11 +-
 datapath/datapath.c         |   49 ++---
 datapath/flow.c             |  544 ++++++++++++++++++++-------------------
 include/linux/openvswitch.h |   32 +--
 lib/dpif-netdev.c           |   15 +-
 lib/odp-util.c              |  596 +++++++++++++++++++++++++------------------
 ofproto/ofproto-dpif.c      |   70 ++---
 tests/odp.at                |    6 +-
 tests/ofproto-dpif.at       |   92 ++++----
 11 files changed, 947 insertions(+), 664 deletions(-)
 create mode 100644 datapath/README

-- 
1.7.2.5

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to