Re: [ovs-dev] [PATCH v2] netdev-linux: Replace sendmsg with sendmmsg in netdev_linux_send

2017-07-12 Thread Gao Zhenyu
Thanks for working on patch of implementing sendmmsg. I will revise my patch base on it. Thanks Zhenyu Gao 2017-07-13 0:25 GMT+08:00 Ben Pfaff : > On Fri, Jul 07, 2017 at 12:39:51AM +, Zhenyu Gao wrote: > > Sendmmsg can reduce cpu cycles in sending packets to kernel. > >

Re: [ovs-dev] [PATCH v2] netdev-linux: Replace sendmsg with sendmmsg in netdev_linux_send

2017-07-12 Thread Ben Pfaff
On Fri, Jul 07, 2017 at 12:39:51AM +, Zhenyu Gao wrote: > Sendmmsg can reduce cpu cycles in sending packets to kernel. > Replace sendmsg with sendmmsg in function netdev_linux_send to send > batch packets if sendmmsg is available. > > If kernel side doesn't support sendmmsg, will fallback to

[ovs-dev] [PATCH v2] netdev-linux: Replace sendmsg with sendmmsg in netdev_linux_send

2017-07-06 Thread Zhenyu Gao
Sendmmsg can reduce cpu cycles in sending packets to kernel. Replace sendmsg with sendmmsg in function netdev_linux_send to send batch packets if sendmmsg is available. If kernel side doesn't support sendmmsg, will fallback to sendmsg. netserver || || | container |

Re: [ovs-dev] [PATCH v2] netdev-linux: Replace sendmsg with sendmmsg in netdev_linux_send

2017-06-26 Thread Gao Zhenyu
ping Zhenyu Gao 2017-06-20 18:15 GMT+08:00 Zhenyu Gao : > Sendmmsg can reduce cpu cycles in sending packets to kernel. > Replace sendmsg with sendmmsg in function netdev_linux_send to send > batch packets if sendmmsg is available. > > If kernel side doesn't support

[ovs-dev] [PATCH v2] netdev-linux: Replace sendmsg with sendmmsg in netdev_linux_send

2017-06-20 Thread Zhenyu Gao
Sendmmsg can reduce cpu cycles in sending packets to kernel. Replace sendmsg with sendmmsg in function netdev_linux_send to send batch packets if sendmmsg is available. If kernel side doesn't support sendmmsg, will fallback to sendmsg. netserver || || | container |