X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_vhost%2Fvhost-net.h;h=38593a2974c0bd11a81723e3b9afc10006b3f849;hb=99c12dcca65d;hp=ec8f964b8c8a1d4f94721f4670373b473cbef785;hpb=39449e7429024d0aaeba6ea63efc2c07b0d4c284;p=dpdk.git diff --git a/lib/librte_vhost/vhost-net.h b/lib/librte_vhost/vhost-net.h index ec8f964b8c..38593a2974 100644 --- a/lib/librte_vhost/vhost-net.h +++ b/lib/librte_vhost/vhost-net.h @@ -134,6 +134,7 @@ struct virtio_net { char ifname[IF_NAME_SZ]; uint64_t log_size; uint64_t log_base; + uint64_t log_addr; struct ether_addr mac; } __rte_cache_aligned;