We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
VIRTIO_NET_F_CTRL_RX_EXTRA
1 parent 833ed04 commit 8f2eec2Copy full SHA for 8f2eec2
1 file changed
src/features.rs
@@ -402,6 +402,10 @@ pub mod net {
402
#[doc(alias = "VIRTIO_NET_F_CTRL_VLAN")]
403
const CTRL_VLAN = 1 << 19;
404
405
+ /// Control channel RX extra mode support.
406
+ #[doc(alias = "VIRTIO_NET_F_CTRL_RX_EXTRA")]
407
+ const CTRL_RX_EXTRA = 1 << 20;
408
+
409
/// Driver can send gratuitous
410
/// packets.
411
#[doc(alias = "VIRTIO_NET_F_GUEST_ANNOUNCE")]
0 commit comments