[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT/LIBLWIP PATCH 0/3] Poll based receive
The patch series implement poll based packet receive on driver that do not support rx interrupt. The patch series is structured as follows. - Lwip network stack store device information into the scratch pad space. - The stack uses the retrieve the feature field while receiving netdev_info. - The stack performs a poll based receive. This patch series depend on the patch set "Poll based receive based on uk_netdev features". Sharan Santhanam (3): lib/lwip: Reserve per netdev space for lwip lib/lwip: Fetch features supported on the netdev lib/lwip: Enable poll only receive Config.uk | 7 ++++ Makefile.uk | 1 + uknetdev.c | 100 ++++++++++++++++++++++++++++++++++++++++------------ 3 files changed, 85 insertions(+), 23 deletions(-) -- 2.20.1 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |