Branch: refs/heads/new-tx Home: https://github.com/fabbione/kronosnet Commit: 4ea154e90ff65caedb25239e608bbbec79ac3b2d https://github.com/fabbione/kronosnet/commit/4ea154e90ff65caedb25239e608bbbe... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2017-02-15 (Wed, 15 Feb 2017)
Changed paths: M configure.ac M libknet/compat.c M libknet/compat.h M libknet/threads_rx.c M libknet/threads_tx.c M libknet/transport_common.c M libknet/transports.h
Log Message: ----------- [global] drop usage of recvmmsg inside libknet
as requested by different kernel developers, we should stop using both sendmmsg and recvmmsg.
as temporary solution use Jan's compat wrappers. the whole TX/RX code will need review to do a full proper switch since all error codes will change and propagate differently to transport hooks and knet_send_sync users
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com