v2: - cleaned first patch, kept only changes needed to update to netmap v11 - moved -Wno-cast-qual inside Makefile - polished the README a bit
Ciprian Barbu (4): Update to netmap_v11.1 Use single mmap address for all pktios Refactor netmap I/O using existing APIs Added per-device lock platform/linux-netmap/Makefile.am | 4 +- platform/linux-netmap/README | 42 +-- platform/linux-netmap/include/odp_internal.h | 51 ++++ platform/linux-netmap/include/odp_packet_netmap.h | 28 +- platform/linux-netmap/odp_init.c | 96 +++++++ platform/linux-netmap/odp_packet_netmap.c | 336 ++++++++++------------ 6 files changed, 350 insertions(+), 207 deletions(-) create mode 100644 platform/linux-netmap/include/odp_internal.h create mode 100644 platform/linux-netmap/odp_init.c -- 1.8.3.2 _______________________________________________ lng-odp mailing list [email protected] http://lists.linaro.org/mailman/listinfo/lng-odp
