[ovs-git] [openvswitch/ovs] b701bc: dpif: Log packet metadata on execute.

GitHub noreply at github.com
Mon Apr 17 19:29:00 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: b701bce9c7cc878f9ad71e4c045c70bceb6cead4
      https://github.com/openvswitch/ovs/commit/b701bce9c7cc878f9ad71e4c045c70bceb6cead4
  Author: Jarno Rajahalme <jarno at ovn.org>
  Date:   2017-04-17 (Mon, 17 Apr 2017)

  Changed paths:
    M lib/dpif.c

  Log Message:
  -----------
  dpif: Log packet metadata on execute.

Debug log output for execute operations is missing the packet
metadata, which can be instrumental in tracing what the datapath
should be executing.  No reason to not have the metadata on the debug
output, so add it there.

Signed-off-by: Jarno Rajahalme <jarno at ovn.org>
Acked-by: Ben Pfaff <blp at ovn.org>


  Commit: 2c0e107efbd2d442b17bff992ee41e1ce910eba1
      https://github.com/openvswitch/ovs/commit/2c0e107efbd2d442b17bff992ee41e1ce910eba1
  Author: Jarno Rajahalme <jarno at ovn.org>
  Date:   2017-04-17 (Mon, 17 Apr 2017)

  Changed paths:
    M acinclude.m4

  Log Message:
  -----------
  acinclude: Allow compile with Linux 4.11.

Change the Linux kernel tests in OVS configuration.

While the backports may still be a little behind, it is useful to be
able to test the OVS tree kernel module with the upstream net-next
kernel.

Signed-off-by: Jarno Rajahalme <jarno at ovn.org>
Acked-by: Ben Pfaff <blp at ovn.org>


Compare: https://github.com/openvswitch/ovs/compare/70bd4e6d9ae6...2c0e107efbd2


More information about the git mailing list