On Thu, 03 Mar 2016 11:30:06 +0300
Ilya Maximets <[email protected]> wrote:
> Fixes: 4573fbd38fa1 ("netdev-dpdk: Add vhost-user multiqueue support")
> Signed-off-by: Ilya Maximets <[email protected]>
> ---
> lib/netdev-dpdk.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/lib/netdev-dpdk.c b/lib/netdev-dpdk.c
> index d21bb4c..0233b3c 100644
> --- a/lib/netdev-dpdk.c
> +++ b/lib/netdev-dpdk.c
> @@ -882,6 +882,7 @@ netdev_dpdk_vhost_destruct(struct netdev *netdev_)
> }
>
> ovs_mutex_lock(&dpdk_mutex);
> + rte_free(dev->tx_q);
> list_remove(&dev->list_node);
> dpdk_mp_put(dev->dpdk_mp);
> ovs_mutex_unlock(&dpdk_mutex);
Acked-by: Flavio Leitner <[email protected]>
This needs to go to branch-2.5 as well.
Thanks Ilya!
--
fbl
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev