Home
last modified time | relevance | path

Searched refs:unsupported_features (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/net/virtio/virtio_user/
H A Dvirtio_user_dev.c586 dev->unsupported_features = 0; in virtio_user_dev_init()
622 dev->unsupported_features |= (1ull << VIRTIO_F_IN_ORDER); in virtio_user_dev_init()
625 dev->unsupported_features |= (1ull << VIRTIO_F_RING_PACKED); in virtio_user_dev_init()
630 dev->unsupported_features |= (1ull << VIRTIO_NET_F_MAC); in virtio_user_dev_init()
638 dev->unsupported_features |= (1ull << VIRTIO_NET_F_CTRL_VQ); in virtio_user_dev_init()
642 dev->unsupported_features |= in virtio_user_dev_init()
644 dev->unsupported_features |= (1ull << VIRTIO_NET_F_MQ); in virtio_user_dev_init()
645 dev->unsupported_features |= in virtio_user_dev_init()
653 dev->frontend_features &= ~dev->unsupported_features; in virtio_user_dev_init()
654 dev->device_features &= ~dev->unsupported_features; in virtio_user_dev_init()
[all …]
H A Dvirtio_user_dev.h43 uint64_t unsupported_features; /* unsupported features mask */ member
H A Dvhost_user.c344 dev->unsupported_features |= (1ull << VIRTIO_NET_F_MQ); in vhost_user_get_features()