[ovs-git] [openvswitch/ovs] a72c1d: dpif/dpcls: limit count subtable search info logs

Harry van Haaren noreply at github.com
Fri Jul 16 11:48:35 UTC 2021


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: a72c1dfbd5002c9b521c4fde0696ec333ff6e6fb
      https://github.com/openvswitch/ovs/commit/a72c1dfbd5002c9b521c4fde0696ec333ff6e6fb
  Author: Harry van Haaren <harry.van.haaren at intel.com>
  Date:   2021-07-16 (Fri, 16 Jul 2021)

  Changed paths:
    M Documentation/topics/dpdk/bridge.rst
    M lib/dpif-netdev-lookup-avx512-gather.c

  Log Message:
  -----------
  dpif/dpcls: limit count subtable search info logs

This commit avoids many instances of "using subtable X for miniflow (x,y)"
in the ovs-vswitchd log when using the DPCLS Autovalidator. This occurs
when no specialized subtable is found, and the generic "_any" version of
the avx512 subtable search implementation was used. This change logs the
subtable usage once, avoiding duplicates.

Signed-off-by: Harry van Haaren <harry.van.haaren at intel.com>
Signed-off-by: kumar Amber <kumar.amber at intel.com>
Co-authored-by: kumar Amber <kumar.amber at intel.com>
Acked-by: Flavio Leitner <fbl at sysclose.org>
Signed-off-by: Ian Stokes <ian.stokes at intel.com>




More information about the git mailing list