Re: [uclibc-ng-devel] [PATCH] recvmmsg/sendmmsg: add recvmmsg sendmmsg support.

2017-10-03 Thread Waldemar Brodkorb
Hi Guo, Guo Ren wrote, > Hi, Walemar > > > Okay, thanks. It is always good to use PATCH v2 for a followup > > patch. > OK, I'll learn it. > > > I will add your three patches to the queue for the next full > > regression run, which normally takes some time to run through. > > Do you have other

Re: [uclibc-ng-devel] [PATCH] recvmmsg/sendmmsg: add recvmmsg sendmmsg support.

2017-09-27 Thread Waldemar Brodkorb
Hi Guo, Guo Ren wrote, > This is the right patch, and forget previous wrong patch. Okay, thanks. It is always good to use PATCH v2 for a followup patch. I will add your three patches to the queue for the next full regression run, which normally takes some time to run through. Do you have other

[uclibc-ng-devel] [PATCH] recvmmsg/sendmmsg: add recvmmsg sendmmsg support.

2017-09-26 Thread Guo Ren
The recvmmsg and sendmmsg is very important for UDP stream application. If we only use recvmsg for UDP stream, it will only copy one mtu size of data in a syscall. And recvmmsg copy as many as you want in a syscall. So recvmmsg is more efficient,and some applications will depends on the recvmmsg