]> git.proxmox.com Git - ovs.git/commit
netdev-dpdk: Make get_config() report correct queue info.
authorAlex Wang <alexw@nicira.com>
Mon, 15 Sep 2014 20:01:12 +0000 (13:01 -0700)
committerAlex Wang <alexw@nicira.com>
Mon, 15 Sep 2014 21:35:41 +0000 (14:35 -0700)
commit476590621ec194c73b235ca5db15fa5e9bf50976
tree9b83c6025805f6d64e88b5715c6ab86032578a2e
parent65f13b50c5aaa9afaef397ee8252647f1ef1688d
netdev-dpdk: Make get_config() report correct queue info.

With the separation of tx queue and rx queue configuration
in netdev-dpdk module, the netdev_dpdk_get_config() can no
longer report 'n_rxq' as tx queue configuration.

This commit fixes the above issue.

Reported-by: Daniele Di Proietto <ddiproietto@vmware.com>
Signed-off-by: Alex Wang <alexw@nicira.com>
Acked-by: Daniele Di Proietto <ddiproietto@vmware.com>
lib/netdev-dpdk.c