Open
Description
Problem
Currently socket_op_vtable
and socket_dispatcher
do not include poll
function.
It limits exposing the functionailty of offloaded sockets and limits their use-cases.
Desired solution
poll
function is included into socket_op_vtable
and socket_dispatcher
, so that offloaded implementations can implement poll.