X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Fvhost%2Fvdpa.c;h=8fa2153023879d51c3dae890790bb4f9986c8d42;hb=59f8c378a131d48cbcfa2ac80134f589cff0ee65;hp=09ad5d866e0a24af8e2c0754d758d7f5f2a2b088;hpb=94c16e89d779de4240d82561f67c81f7f95248a4;p=dpdk.git diff --git a/lib/vhost/vdpa.c b/lib/vhost/vdpa.c index 09ad5d866e..8fa2153023 100644 --- a/lib/vhost/vdpa.c +++ b/lib/vhost/vdpa.c @@ -8,7 +8,6 @@ * Device specific vhost lib */ -#include #include #include @@ -82,8 +81,8 @@ rte_vdpa_register_device(struct rte_device *rte_dev, !ops->get_protocol_features || !ops->dev_conf || !ops->dev_close || !ops->set_vring_state || !ops->set_features) { - VHOST_LOG_CONFIG(ERR, - "Some mandatory vDPA ops aren't implemented\n"); + VHOST_LOG_CONFIG(ERR, "(%s) Some mandatory vDPA ops aren't implemented\n", + rte_dev->name); return NULL; }