[ovs-git] [openvswitch/ovs] f9ef22: pcap-file: Flush packets to operating system immed...

GitHub noreply at github.com
Wed Sep 9 17:29:05 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: f9ef2270063488a9892b5a3f8da680ddd8a5b7f7
      https://github.com/openvswitch/ovs/commit/f9ef2270063488a9892b5a3f8da680ddd8a5b7f7
  Author: Ben Pfaff <blp at nicira.com>
  Date:   2015-09-09 (Wed, 09 Sep 2015)

  Changed paths:
    M lib/pcap-file.c

  Log Message:
  -----------
  pcap-file: Flush packets to operating system immediately.

This makes the pcap files written by netdev-dummy up-to-date even if one
kills the process with a signal.  This could be a performance hit if
the pcap file writer were to be used in some kind of performance critical
situation, but so far it's only used in netdev-dummy, which is just for
testing.

Signed-off-by: Ben Pfaff <blp at nicira.com>
Acked-by: Andy Zhou <azhou at nicira.com>




More information about the git mailing list