You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xlio.c:74:2: error: #error "XLIO requires zcopy"
#error "XLIO requires zcopy"
^
xlio.c: In function ‘_sock_flush_ext’:
xlio.c:1452:11: error: ‘MSG_ZEROCOPY’ undeclared (first use in this function)
flags = MSG_ZEROCOPY;
^
xlio.c:1452:11: note: each undeclared identifier is reported only once for each function it appears in
make[3]: *** [xlio.o] Error 1
make[2]: *** [xlio] Error 2
make[1]: *** [sock] Error 2
make[1]: *** Waiting for unfinished jobs....
make: *** [module] Error 2
Current Behavior
Build spdk with xlio
Possible Solution
Steps to Reproduce
Context (Environment including OS version, SPDK version, etc.)
v22.05.nvda, centos7.9, xlio build from(https://github.com/Mellanox/libxlio/tree/3.0.2)
The text was updated successfully, but these errors were encountered: