b.a.t.m.a.n.lists.open-mesh.org archive mirror
 help / color / mirror / Atom feed
* [B.A.T.M.A.N.] [PATCH RFCv4 0/3] batman-adv: Unicasting multicast reports to querier-node only
@ 2015-05-03 22:13 Linus Lüssing
  2015-05-03 22:13 ` [B.A.T.M.A.N.] [PATCH RFCv4 1/3] batman-adv: Forward IGMP/MLD reports to selected querier (only) Linus Lüssing
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Linus Lüssing @ 2015-05-03 22:13 UTC (permalink / raw)
  To: b.a.t.m.a.n

The last round of multicast patches send to the batman-adv mailinglist
to add support for the multicast optimizations in bridged scenarios, too,
unfortunately had one major conceptual flaw: It could lead to packet loss.
It's not sufficient to have the unicasting of reports implemented on
bridge-nodes only. Nodes without bridges need to treat reports the same
way.

The issue is described in detail here:

https://www.open-mesh.org/projects/batman-adv/wiki/Multicast-optimizations-listener-reports


Cheers, Linus

-----

Changelog:
v4:
 * excluded bridge part from this patchset, they should
   hopefully be added to net-next soon
 * Added a compat solution (PATCH 3/3)
 * Removed Kconfig-depends as by David's suggestion the needed parsing
   functions for MLD are going to be forced built-ins even if IPv6 is
   going to be built as a module
 * Removed unused variable 'int ret' in batadv_mcast_is_report_ipv6()
 * Adjusted to new folder structure
v3:
 * Adding Kconfig-depends and #if's
   (so basically adding similar dependancy constraints as the bridge code
    has, except that there are no depends if batman-adv gets compiled without
    multicast optimizations)
   -> the case of IPv6=M and batman-adv=y is still impossible if multicast
      optimizations are enabled; but I don't see the practical demand for that
      either - people who use IPv6 as a module will probably also want to
      use batman-adv as a module
v2:
 * various bugfixes (now runtime tested, too - should(tm) work)
 * added netdev+bridge mailinglists

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-05-04 20:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-03 22:13 [B.A.T.M.A.N.] [PATCH RFCv4 0/3] batman-adv: Unicasting multicast reports to querier-node only Linus Lüssing
2015-05-03 22:13 ` [B.A.T.M.A.N.] [PATCH RFCv4 1/3] batman-adv: Forward IGMP/MLD reports to selected querier (only) Linus Lüssing
2015-05-03 22:13 ` [B.A.T.M.A.N.] [PATCH RFCv4 2/3] batman-adv: Increase BATADV_TVLV_MCAST version number to 2 Linus Lüssing
2015-05-04 20:47 ` [B.A.T.M.A.N.] [PATCH RFCv4 3/3] compat: disable multicast optimizations for old kernels Linus Lüssing

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).