Branch: refs/heads/new-tx
Home:
https://github.com/fabbione/kronosnet
Commit: e6fa9963f4b671e350d1553011971b1dea6e728e
https://github.com/fabbione/kronosnet/commit/e6fa9963f4b671e350d1553011971b…
Author: Fabio M. Di Nitto <fdinitto(a)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_tx.c
M libknet/transport_common.c
M libknet/transports.h
Log Message:
-----------
[global] drop usage of sendmmsg 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(a)redhat.com>