]> git.proxmox.com Git - ovs.git/commit
dpif-netdev: Change polled_queue to use dp_netdev_rxq.
authorKevin Traynor <ktraynor@redhat.com>
Fri, 25 Aug 2017 07:39:40 +0000 (00:39 -0700)
committerDarrell Ball <dlu998@gmail.com>
Fri, 25 Aug 2017 07:39:40 +0000 (00:39 -0700)
commit922b28d435c48cf7f29db885ba1d6b31b705c5ac
tree6f3ba7407b06856c5518e2afb47a77a084f2a9d6
parent84b705766012914ba7fc9083de11e3fec1d02f18
dpif-netdev: Change polled_queue to use dp_netdev_rxq.

Soon we will want to store processing cycle counts in the dp_netdev_rxq,
so use that as a basis for the polled_queue that pmd_thread_main uses.

Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
Signed-off-by: Darrell Ball <dlu998@gmail.com>
lib/dpif-netdev.c