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

Function init_vid2socketid_array

dpdk/examples/vhost/main.c:223–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221}
222
223static inline void
224init_vid2socketid_array(int vid, int socketid)
225{
226 vid2socketid[vid] = socketid;
227}
228
229static inline bool
230is_dma_configured(int16_t dev_id)

Callers 1

new_deviceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected