[ovs-git] [openvswitch/ovs] 763b40: conntrack: Remove redundant call to 'hash_finish()'.

Ben Pfaff noreply at github.com
Thu Feb 14 22:30:35 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 763b40b0f70251062f5f8e62b54e97041ce08a47
      https://github.com/openvswitch/ovs/commit/763b40b0f70251062f5f8e62b54e97041ce08a47
  Author: Darrell Ball <dlu998 at gmail.com>
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
    M lib/conntrack.c

  Log Message:
  -----------
  conntrack: Remove redundant call to 'hash_finish()'.

Signed-off-by: Darrell Ball <dlu998 at gmail.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>


  Commit: cda1b109c296ac7a8931ce374081bb54eee7aa10
      https://github.com/openvswitch/ovs/commit/cda1b109c296ac7a8931ce374081bb54eee7aa10
  Author: Darrell Ball <dlu998 at gmail.com>
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
    M lib/conntrack-private.h
    M lib/conntrack.c
    M lib/conntrack.h

  Log Message:
  -----------
  conntrack: Simplify 'ct_addr'.

Remove the struct wrapper and remove the unneeded union members.
There may even be a portability benefit here because of the
type punning.

Signed-off-by: Darrell Ball <dlu998 at gmail.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>


Compare: https://github.com/openvswitch/ovs/compare/4ea96698f667...cda1b109c296


More information about the git mailing list