[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20151011.044852.1852869402648088161.davem@davemloft.net>
Date: Sun, 11 Oct 2015 04:48:52 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: dsa@...ulusnetworks.com
Cc: netdev@...r.kernel.org, dsahern@...il.com
Subject: Re: [PATCH net-next 0/4 v2] net: VRF support in IPv6 stack
Please minimize the crazy pointer casting in this series.
All of these casts between ipv4/ipv6 route objects and dsts are
completely unnecessary.
Prefer to maintain an rt/rt6 in local variables, and then when you
need the dst say &rt6->dst, or to get the device say rt6->dst.dev or
similar.
Thanks.
--
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