[ovs-git] [openvswitch/ovs] 2517aa: compat: Update tc compatibility header

GitHub noreply at github.com
Fri Aug 11 18:44:32 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 2517aa5a6a38c4e00e8a0774b8ecdde30cb0fcdb
      https://github.com/openvswitch/ovs/commit/2517aa5a6a38c4e00e8a0774b8ecdde30cb0fcdb
  Author: Paul Blakey <paulb at mellanox.com>
  Date:   2017-08-11 (Fri, 11 Aug 2017)

  Changed paths:
    M acinclude.m4
    M include/linux/pkt_cls.h

  Log Message:
  -----------
  compat: Update tc compatibility header

Update to include up to flower ttl matching.

Signed-off-by: Paul Blakey <paulb at mellanox.com>
Reviewed-by: Roi Dayan <roid at mellanox.com>
Acked-by: Simon Horman <simon.horman at netronome.com>
Signed-off-by: Joe Stringer <joe at ovn.org>


  Commit: 0b4b5203d12e8a97e594129bd0c72978eead5fe6
      https://github.com/openvswitch/ovs/commit/0b4b5203d12e8a97e594129bd0c72978eead5fe6
  Author: Paul Blakey <paulb at mellanox.com>
  Date:   2017-08-11 (Fri, 11 Aug 2017)

  Changed paths:
    M lib/tc.c
    M lib/tc.h

  Log Message:
  -----------
  tc: Add ip layer ttl matching

Add matching on ip layer ttl, to be used later.

Signed-off-by: Paul Blakey <paulb at mellanox.com>
Reviewed-by: Roi Dayan <roid at mellanox.com>
Acked-by: Simon Horman <simon.horman at netronome.com>
Signed-off-by: Joe Stringer <joe at ovn.org>


  Commit: c489ad67e416a34c5e60ddc962612820197b423b
      https://github.com/openvswitch/ovs/commit/c489ad67e416a34c5e60ddc962612820197b423b
  Author: Paul Blakey <paulb at mellanox.com>
  Date:   2017-08-11 (Fri, 11 Aug 2017)

  Changed paths:
    M include/openvswitch/match.h
    M lib/match.c

  Log Message:
  -----------
  match: Add helper function to set nw_ttl with mask

Add help function match_set_nw_ttl_masked()
Will be used later to set ttl value.

Signed-off-by: Paul Blakey <paulb at mellanox.com>
Reviewed-by: Roi Dayan <roid at mellanox.com>
Acked-by: Simon Horman <simon.horman at netronome.com>
Signed-off-by: Joe Stringer <joe at ovn.org>


  Commit: ab7ecf266b0ae9a9770657cc59359004e300b63d
      https://github.com/openvswitch/ovs/commit/ab7ecf266b0ae9a9770657cc59359004e300b63d
  Author: Paul Blakey <paulb at mellanox.com>
  Date:   2017-08-11 (Fri, 11 Aug 2017)

  Changed paths:
    M lib/netdev-tc-offloads.c

  Log Message:
  -----------
  netdev-tc-offloads: Add nw_ttl matching using flower

Add matching (put/dump) on ip layer ttl.

Signed-off-by: Paul Blakey <paulb at mellanox.com>
Reviewed-by: Roi Dayan <roid at mellanox.com>
Acked-by: Simon Horman <simon.horman at netronome.com>
Signed-off-by: Joe Stringer <joe at ovn.org>


  Commit: 7cb324123387deca85af45bd9c1649257b40c7ea
      https://github.com/openvswitch/ovs/commit/7cb324123387deca85af45bd9c1649257b40c7ea
  Author: Paul Blakey <paulb at mellanox.com>
  Date:   2017-08-11 (Fri, 11 Aug 2017)

  Changed paths:
    M lib/odp-util.c

  Log Message:
  -----------
  odp-util: Put tcp_flags value to netlink if value is 0

If tcp_flags value is 0 it isn't put to netlink, even if mask
isn't zero. Fix that so we can have matching on value 0.

Signed-off-by: Paul Blakey <paulb at mellanox.com>
Reviewed-by: Roi Dayan <roid at mellanox.com>
Acked-by: Simon Horman <simon.horman at netronome.com>
Signed-off-by: Joe Stringer <joe at ovn.org>


  Commit: cd0810438bcd4b8f5edaeaa9adefc366b3f12891
      https://github.com/openvswitch/ovs/commit/cd0810438bcd4b8f5edaeaa9adefc366b3f12891
  Author: Paul Blakey <paulb at mellanox.com>
  Date:   2017-08-11 (Fri, 11 Aug 2017)

  Changed paths:
    M lib/tc.c
    M lib/tc.h

  Log Message:
  -----------
  tc: Add matching on tcp flags

To be used later for offloading rules matching on tcp_flags.

Signed-off-by: Paul Blakey <paulb at mellanox.com>
Reviewed-by: Roi Dayan <roid at mellanox.com>
Acked-by: Simon Horman <simon.horman at netronome.com>
Signed-off-by: Joe Stringer <joe at ovn.org>


  Commit: f2698407437636c8c53c5e03e5709682a3809dbd
      https://github.com/openvswitch/ovs/commit/f2698407437636c8c53c5e03e5709682a3809dbd
  Author: Paul Blakey <paulb at mellanox.com>
  Date:   2017-08-11 (Fri, 11 Aug 2017)

  Changed paths:
    M lib/netdev-tc-offloads.c

  Log Message:
  -----------
  netdev-tc-offloads: Offload match on tcp_flags

Add support to offload rules matching on tcp_flags.

Signed-off-by: Paul Blakey <paulb at mellanox.com>
Reviewed-by: Roi Dayan <roid at mellanox.com>
Acked-by: Simon Horman <simon.horman at netronome.com>
Signed-off-by: Joe Stringer <joe at ovn.org>


Compare: https://github.com/openvswitch/ovs/compare/c8d0f32a6045...f26984074376


More information about the git mailing list