MCPcopy Create free account
hub / github.com/F-Stack/f-stack / async_iter_reset

Function async_iter_reset

dpdk/lib/vhost/virtio_net.c:1124–1129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1122}
1123
1124static __rte_always_inline void
1125async_iter_reset(struct vhost_async *async)
1126{
1127 async->iter_idx = 0;
1128 async->iovec_idx = 0;
1129}
1130
1131static __rte_always_inline int
1132async_fill_seg(struct virtio_net *dev, struct vhost_virtqueue *vq,

Calls

no outgoing calls

Tested by

no test coverage detected