From: Herbert Xu <[EMAIL PROTECTED]>
Date: Thu, 15 Nov 2007 10:11:35 +0800

> David Miller <[EMAIL PROTECTED]> wrote:
> >
> >> BTW, is it possible to send both these requests out before starting to
> >> read the results?  This would reduce the amount of code quite a bit.
> > 
> > Unfortunately, that won't work.  Like datagram protocols,
> > netlink assumes one message per sendmsg() call.
> 
> Actually netlink packets come with headers so we do allow chaining.
> See netlink_rcv_skb for details.

My bad, you are indeed right.

Ulrich you can therefore send both messages in one go if you
like.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to