[ovs-git] [openvswitch/ovs] a14b89: dpif-netdev: Allow different numbers of rx queues ...

GitHub noreply at github.com
Fri Feb 5 01:33:05 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: a14b8947fd13d4c587addbffd24eedc7bb48ee2b
      https://github.com/openvswitch/ovs/commit/a14b8947fd13d4c587addbffd24eedc7bb48ee2b
  Author: Ilya Maximets <i.maximets at samsung.com>
  Date:   2016-02-04 (Thu, 04 Feb 2016)

  Changed paths:
    M INSTALL.DPDK.md
    M NEWS
    M lib/dpif-netdev.c
    M lib/dpif-provider.h
    M lib/dpif.c
    M lib/dpif.h
    M lib/netdev-dpdk.c
    M lib/netdev-provider.h
    M lib/netdev.c
    M lib/netdev.h
    M ofproto/ofproto-dpif.c
    M ofproto/ofproto-provider.h
    M ofproto/ofproto.c
    M ofproto/ofproto.h
    M vswitchd/bridge.c
    M vswitchd/vswitch.xml

  Log Message:
  -----------
  dpif-netdev: Allow different numbers of rx queues for different ports.

Currently, all of the PMD netdevs can only have the same number of
rx queues, which is specified in other_config:n-dpdk-rxqs.

Fix that by introducing of new option for PMD interfaces: 'n_rxq', which
specifies the maximum number of rx queues to be created for this
interface.

Example:
	ovs-vsctl set Interface dpdk0 options:n_rxq=8

Old 'other_config:n-dpdk-rxqs' deleted.

Signed-off-by: Ilya Maximets <i.maximets at samsung.com>
Acked-by: Ben Pfaff <blp at ovn.org>
Acked-by: Flavio Leitner <fbl at sysclose.org>
Signed-off-by: Daniele Di Proietto <diproiettod at vmware.com>




More information about the git mailing list