[ovs-git] [openvswitch/ovs] b440dd: ofproto-dpif: Refactor feature support structure.

GitHub noreply at github.com
Fri May 29 22:33:17 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: b440dd8cd4313a09f8ea4cb79da8ac8eab94b010
      https://github.com/openvswitch/ovs/commit/b440dd8cd4313a09f8ea4cb79da8ac8eab94b010
  Author: Joe Stringer <joestringer at nicira.com>
  Date:   2015-05-29 (Fri, 29 May 2015)

  Changed paths:
    M ofproto/ofproto-dpif-xlate.c
    M ofproto/ofproto-dpif-xlate.h
    M ofproto/ofproto-dpif.c
    M ofproto/ofproto-dpif.h

  Log Message:
  -----------
  ofproto-dpif: Refactor feature support structure.

Place all of the detected datapath features into a separate structure,
initialized when the dpif_backer is opened and shared with xbridges.

Signed-off-by: Joe Stringer <joestringer at nicira.com>
Acked-by: Ben Pfaff <blp at nicira.com>


  Commit: db8bb9a51e237a55ee5c0b8800ef954e5f84e798
      https://github.com/openvswitch/ovs/commit/db8bb9a51e237a55ee5c0b8800ef954e5f84e798
  Author: Joe Stringer <joestringer at nicira.com>
  Date:   2015-05-29 (Fri, 29 May 2015)

  Changed paths:
    M lib/odp-execute.c

  Log Message:
  -----------
  odp-execute: Refactor determining dpif assistance.

To be more explicit about which actions require datapath assistance,
split this out into a separate function. While this is fairly trivial
currently, there will be more special cases for the upcoming conntrack
changes.

Signed-off-by: Joe Stringer <joestringer at nicira.com>
Acked-by: Ben Pfaff <blp at nicira.com>


Compare: https://github.com/openvswitch/ovs/compare/7a1290cf393a...db8bb9a51e23


More information about the git mailing list