This patch series backports the UFID changes from the Linux 3.19 tree to the
OVS tree.

Joe Stringer (5):
  datapath: Refactor ovs_nla_fill_match().
  datapath: Refactor ovs_flow_tbl_insert().
  datapath: Use sw_flow_key_range for key ranges.
  compat: Add genlmsg_parse() helper function.
  datapath: Add support for unique flow IDs.

Pravin B Shelar (2):
  datapath: Initialize unmasked key and uid len.
  datapath: Fix masked key serialization.

 acinclude.m4                                      |    1 +
 datapath/datapath.c                               |  226 ++++++++++++++-------
 datapath/flow.h                                   |   28 ++-
 datapath/flow_netlink.c                           |  102 +++++++++-
 datapath/flow_netlink.h                           |   13 +-
 datapath/flow_table.c                             |  222 +++++++++++++++-----
 datapath/flow_table.h                             |    8 +-
 datapath/linux/compat/include/linux/openvswitch.h |   15 +-
 datapath/linux/compat/include/net/genetlink.h     |   11 +
 9 files changed, 487 insertions(+), 139 deletions(-)

-- 
1.7.10.4

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

Reply via email to