[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1256643832.10998.785.camel@montana.filmlight.ltd.uk>
Date: Tue, 27 Oct 2009 11:43:52 +0000
From: Roger Willcocks <roger@...mlight.ltd.uk>
To: netdev@...r.kernel.org
Subject: netlink: symantics for NLM_F_MULTI and NLMSG_DONE ?
The netlink rfc (3549) says that in multi-part messages (messages split
over multiple netlink packets), the first and all following headers
have the NLM_F_MULTI flag set except for the last header which has the
header type NLMSG_DONE.
afaict NLMSG_DONE is redundant, since one could simply not set the
NLM_F_MULTI flag for the final header; and if a multi-part message
can't cross a datagram boundary - which is assumed by e.g. the reading
example in
http://www.kernel.org/doc/man-pages/online/pages/man7/netlink.7.html
- NLMSG_DONE is redundant too.
And the rfc doesn't say what NLMSG_DONE /and/ NLM_F_MULTI should mean,
although net/netlink/af_netlink.c always sets both.
So, what are the symantics for NLM_F_MULTI and NLMSG_DONE?
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists