Displaying 1 result from an estimated 1 matches for "netfront_smartpoll_act".
2009 Sep 30
6
[PATCH] VNIF: Using smart polling instead of event notification.
...##_sring { \
RING_IDX req_prod, req_event; \
RING_IDX rsp_prod, rsp_event; \
- uint8_t pad[48]; \
+ uint8_t netfront_smartpoll_active; \
+ uint8_t pad[47]; \
union __name##_sring_entry ring[1]; /* variable-length */ \
}; \...