Re: [PATCH net-next 3/6] net: Add MSG_BATCH flag

2015-11-23 Thread Hannes Frederic Sowa
Hello, On Fri, Nov 20, 2015, at 22:21, Tom Herbert wrote: > Add a new msg flag called MSG_BATCH. This flag is used in sendmsg to > indicate that more messages will follow (i.e. a batch of messages is > being sent). This is similar to MSG_MORE except that the following > messages are not merged int

[PATCH net-next 3/6] net: Add MSG_BATCH flag

2015-11-20 Thread Tom Herbert
Add a new msg flag called MSG_BATCH. This flag is used in sendmsg to indicate that more messages will follow (i.e. a batch of messages is being sent). This is similar to MSG_MORE except that the following messages are not merged into one packet, they are sent individually. MSG_BATCH is a performan