Branch: refs/heads/master
Home:
https://github.com/fabbione/kronosnet
Commit: 7ad8432f1f394affbc1c936cb077d19d9f89704f
https://github.com/fabbione/kronosnet/commit/7ad8432f1f394affbc1c936cb077d1…
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>