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

Function tap_dev_intr_handler

dpdk/drivers/net/tap/rte_eth_tap.c:1708–1717  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1706}
1707
1708static void
1709tap_dev_intr_handler(void *cb_arg)
1710{
1711 struct rte_eth_dev *dev = cb_arg;
1712 struct pmd_internals *pmd = dev->data->dev_private;
1713
1714 if (rte_intr_fd_get(pmd->intr_handle) >= 0)
1715 tap_nl_recv(rte_intr_fd_get(pmd->intr_handle),
1716 tap_nl_msg_handler, dev);
1717}
1718
1719static int
1720tap_lsc_intr_handle_set(struct rte_eth_dev *dev, int set)

Callers

nothing calls this directly

Calls 2

rte_intr_fd_getFunction · 0.85
tap_nl_recvFunction · 0.85

Tested by

no test coverage detected