[ovs-git] [openvswitch/ovs] 1c6f23: Configurable Link State Change (LSC) detection mod...

GitHub noreply at github.com
Fri May 25 17:57:32 UTC 2018


  Branch: refs/heads/branch-2.6
  Home:   https://github.com/openvswitch/ovs
  Commit: 1c6f23af5ab95dce109e099b32fa5693caa14058
      https://github.com/openvswitch/ovs/commit/1c6f23af5ab95dce109e099b32fa5693caa14058
  Author: Ian Stokes <ian.stokes at intel.com>
  Date:   2018-05-22 (Tue, 22 May 2018)

  Changed paths:
    M INSTALL.DPDK-ADVANCED.md
    M NEWS
    M lib/netdev-dpdk.c
    M vswitchd/vswitch.xml

  Log Message:
  -----------
  Configurable Link State Change (LSC) detection mode

It is possible to set LSC detection mode to polling or interrupt
mode for DPDK interfaces. The default is polling mode. To set interrupt
mode, option dpdk-lsc-interrupt has to be set to true.

For detailed description and usage see the dpdk install documentation.

Signed-off-by: Robert Mulik <robert.mulik at ericsson.com>
Signed-off-by: Ian Stokes <ian.stokes at intel.com>


  Commit: d620091dd371386b11e6f6b3a6b7b250860e267d
      https://github.com/openvswitch/ovs/commit/d620091dd371386b11e6f6b3a6b7b250860e267d
  Author: Kevin Traynor <ktraynor at redhat.com>
  Date:   2018-05-23 (Wed, 23 May 2018)

  Changed paths:
    M lib/netdev-dpdk.c

  Log Message:
  -----------
  netdev-dpdk: Remove use of rte_mempool_ops_get_count.

rte_mempool_ops_get_count is not exported by DPDK so it means it
cannot be used by OVS when using DPDK as a shared library.

Remove rte_mempool_ops_get_count but still use rte_mempool_full
and document it's behavior.

Fixes: 91fccdad72a2 ("netdev-dpdk: Free mempool only when no in-use mbufs.")
Reported-by: Timothy Redaelli <tredaelli at redhat.com>
Reported-by: Markos Chandras <mchandras at suse.de>
Signed-off-by: Kevin Traynor <ktraynor at redhat.com>
Signed-off-by: Ian Stokes <ian.stokes at intel.com>


Compare: https://github.com/openvswitch/ovs/compare/acc46dc06e02...d620091dd371
      **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the git mailing list