[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [UNIKRAFT/LIBLWIP PATCH v2 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". Changes since v1: - Perform compile time error check on scratch size instead of UK_ASSERT 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 | 102 ++++++++++++++++++++++++++++++++++++++++------------ 3 files changed, 87 insertions(+), 23 deletions(-) -- 2.20.1
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |