From: Gilad Ben-Yossef <[email protected]> The following patch set provides backward compatability wrappers for defines and functions needed to get ODP built and examples run on older systems without sendmmsg and PACKET_FANOUT support in either kernel or libc.
Specifically, with this patch set I get ODP built and examples run on a CentOS 6.5 host, where the build was previously failing. The patches have zero effect (build or run time) on systems where ODP was building before. Since ODP now builds and run on CentOS 6.5 with kernel version 2.6.x, I also dropped the 3.x dependency. Only minimal testing (I ran a couple of the examples) were done for newly supported systems. Signed-off-by: Gilad Ben-Yossef <[email protected]> Gilad Ben-Yossef (2): odp_packet_socket: define PACKET_FANOUT if needed odp_packet_socket: add backwards compatible sendmmsg wrapper DEPENDENCIES | 4 +- platform/linux-generic/include/odp_packet_socket.h | 10 ++++++ platform/linux-generic/odp_packet_socket.c | 32 ++++++++++++++++++++ 3 files changed, 44 insertions(+), 2 deletions(-) _______________________________________________ lng-odp mailing list [email protected] http://lists.linaro.org/mailman/listinfo/lng-odp
