Imported Upstream version 16.11.1
[deb_dpdk.git] / drivers / net / virtio / virtio_user / virtio_user_dev.h
index 33690b5..28fc788 100644 (file)
@@ -46,7 +46,10 @@ struct virtio_user_dev {
        uint32_t        max_queue_pairs;
        uint32_t        queue_pairs;
        uint32_t        queue_size;
-       uint64_t        features;
+       uint64_t        features; /* the negotiated features with driver,
+                                  * and will be sync with device
+                                  */
+       uint64_t        device_features; /* supported features by device */
        uint8_t         status;
        uint8_t         mac_addr[ETHER_ADDR_LEN];
        char            path[PATH_MAX];