netdev-dpdk: Fix leak on netdev_dpdk_vhost_user_construct failure.
authorIlya Maximets <i.maximets@samsung.com>
Tue, 2 Feb 2016 11:02:16 +0000 (14:02 +0300)
committerBen Pfaff <blp@ovn.org>
Tue, 2 Feb 2016 19:34:17 +0000 (11:34 -0800)
commitf9f4e9fbeafd5d4c0737f0f3f2f3473b8d47287c
treea02eccf942964736230b2bbaf8e25a0076dbba69
parent253134d5574fce09bd8669533918d86267e8b504
netdev-dpdk: Fix leak on netdev_dpdk_vhost_user_construct failure.

Memory pool for vhost-user ports always created even if construction
fails. And message about successfull socket creation also printed.

Signed-off-by: Ilya Maximets <i.maximets@samsung.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
lib/netdev-dpdk.c