Re: [ovs-dev] 答复: 答复: 答复: [PATCH] socket-util: Introduce emulation and wrapper for recvmmsg().

2020-01-13 Thread Ben Pfaff
On Fri, Jan 10, 2020 at 06:02:29PM +0100, Ilya Maximets wrote: > > OK. I applied both patches to master. Thank you! > > Hi, Ben. > > These patches broke OSX build: > > https://travis-ci.org/openvswitch/ovs/jobs/634863662 > > lib/socket-util.c:1294:31: error: use of undeclared identifier >

Re: [ovs-dev] 答复: 答复: 答复: [PATCH] socket-util: Introduce emulation and wrapper for recvmmsg().

2020-01-10 Thread Ilya Maximets
> OK. I applied both patches to master. Thank you! Hi, Ben. These patches broke OSX build: https://travis-ci.org/openvswitch/ovs/jobs/634863662 lib/socket-util.c:1294:31: error: use of undeclared identifier 'MSG_WAITFORONE' bool waitforone = flags & MSG_WAITFORONE;

Re: [ovs-dev] 答复: 答复: 答复: [PATCH] socket-util: Introduce emulation and wrapper for recvmmsg().

2020-01-09 Thread Ben Pfaff
OK. I applied both patches to master. Thank you! On Wed, Jan 08, 2020 at 12:27:31AM +, Yi Yang (杨燚)-云服务集团 wrote: > Ben, I think the patch using recvmmsg is ready for merge if you want, > basically 4.15 or later kernels can support TPACKET_V3, I'm not sure if > recvmmsg and TPACKET_V3 can

[ovs-dev] 答复: 答复: 答复: [PATCH] socket-util: Introduce emulation and wrapper for recvmmsg().

2020-01-07 Thread 杨燚
Ben, I think the patch using recvmmsg is ready for merge if you want, basically 4.15 or later kernels can support TPACKET_V3, I'm not sure if recvmmsg and TPACKET_V3 can coexist, do you mean we can use config HAVE_ TPACKET_V3/2 to build different version for different kernel? -邮件原件-