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

Function get_async_flag_by_socketid

dpdk/examples/vhost/main.c:217–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215static int vid2socketid[RTE_MAX_VHOST_DEVICE];
216
217static inline uint32_t
218get_async_flag_by_socketid(int socketid)
219{
220 return dma_bind[socketid].async_flag;
221}
222
223static inline void
224init_vid2socketid_array(int vid, int socketid)

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected