]> xenbits.xensource.com Git - unikraft/libs/lwip.git/commit
lib/lwip: Enable poll only receive
authorSharan Santhanam <sharan.santhanam@neclab.eu>
Tue, 21 Jul 2020 15:32:46 +0000 (17:32 +0200)
committerSimon Kuenzer <simon.kuenzer@neclab.eu>
Wed, 5 Aug 2020 19:47:03 +0000 (21:47 +0200)
commit283e2c7fe1be2ad9e6df5bcb7ceee069ab23d564
treec318998a0e802dbc9679aa072969516eba5301bf
parentbe3966f8f874904802be1c1117ace2615dd3e58e
lib/lwip: Enable poll only receive

The uknetdev library provides the way to check if interrupts are
supported on a uk_netdev. If the device does not support interrupt
the lwip stack would create a thread to poll the receive queue for
packets.

Signed-off-by: Sharan Santhanam <sharan.santhanam@neclab.eu>
Reviewed-by: Hugo Lefeuvre <hugo.lefeuvre@neclab.eu>
uknetdev.c