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

Function rte_vhost_log_write

dpdk/lib/vhost/vhost.c:1569–1578  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1567}
1568
1569void
1570rte_vhost_log_write(int vid, uint64_t addr, uint64_t len)
1571{
1572 struct virtio_net *dev = get_device(vid);
1573
1574 if (dev == NULL)
1575 return;
1576
1577 vhost_log_write(dev, addr, len);
1578}
1579
1580void
1581rte_vhost_log_used_vring(int vid, uint16_t vring_idx,

Callers

nothing calls this directly

Calls 2

get_deviceFunction · 0.85
vhost_log_writeFunction · 0.85

Tested by

no test coverage detected