Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/virtio/virtio_user/
H A Dvirtio_user_dev.c464 dev->unsupported_features = ~VIRTIO_USER_SUPPORTED_FEATURES; in virtio_user_dev_init()
481 dev->unsupported_features |= in virtio_user_dev_init()
516 dev->unsupported_features |= in virtio_user_dev_init()
540 dev->unsupported_features |= (1ull << VIRTIO_F_IN_ORDER); in virtio_user_dev_init()
543 dev->unsupported_features |= (1ull << VIRTIO_F_RING_PACKED); in virtio_user_dev_init()
548 dev->unsupported_features |= (1ull << VIRTIO_NET_F_MAC); in virtio_user_dev_init()
556 dev->unsupported_features |= (1ull << VIRTIO_NET_F_CTRL_VQ); in virtio_user_dev_init()
560 dev->unsupported_features |= in virtio_user_dev_init()
562 dev->unsupported_features |= (1ull << VIRTIO_NET_F_MQ); in virtio_user_dev_init()
563 dev->unsupported_features |= in virtio_user_dev_init()
[all …]
H A Dvirtio_user_dev.h50 uint64_t unsupported_features; /* unsupported features mask */ member
/f-stack/dpdk/drivers/net/virtio/
H A Dvirtio_user_ethdev.c114 dev->unsupported_features |= (1ull << VIRTIO_NET_F_MQ); in virtio_user_server_reconnect()
120 dev->device_features &= ~(dev->unsupported_features); in virtio_user_server_reconnect()