Re: [ovs-dev] [PATCH] socket-util: Support sendmmsg() on Linux and non-Linux platforms.

2017-07-12 Thread Ben Pfaff
On Thu, Jul 13, 2017 at 08:45:21AM +0900, Takashi YAMAMOTO wrote: > On Thu, Jul 13, 2017 at 1:23 AM, Ben Pfaff wrote: > > > This will have its first user in an upcoming commit. > > > > Signed-off-by: Ben Pfaff > > --- > > configure.ac| 3 ++- > >

Re: [ovs-dev] [PATCH] socket-util: Support sendmmsg() on Linux and non-Linux platforms.

2017-07-12 Thread Takashi YAMAMOTO
On Thu, Jul 13, 2017 at 1:23 AM, Ben Pfaff wrote: > This will have its first user in an upcoming commit. > > Signed-off-by: Ben Pfaff > --- > configure.ac| 3 ++- > include/sparse/sys/socket.h | 5 + > lib/socket-util.c | 38

[ovs-dev] [PATCH] socket-util: Support sendmmsg() on Linux and non-Linux platforms.

2017-07-12 Thread Ben Pfaff
This will have its first user in an upcoming commit. Signed-off-by: Ben Pfaff --- configure.ac| 3 ++- include/sparse/sys/socket.h | 5 + lib/socket-util.c | 38 ++ lib/socket-util.h | 25