[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20130112155929.20a3d789@stein>
Date: Sat, 12 Jan 2013 15:59:29 +0100
From: Stefan Richter <stefanr@...6.in-berlin.de>
To: YOSHIFUJI Hideaki <yoshfuji@...ux-ipv6.org>
Cc: Stephan Gatzka <stephan.gatzka@...il.com>, netdev@...r.kernel.org,
linux1394-devel@...ts.sourceforge.net
Subject: Re: [RFC PATCH 3/6] firewire net: Export fwnet_peerinfo structure
for ieee1394-specific peer information in ARP/NDP.
On Jan 12 YOSHIFUJI Hideaki wrote:
[...]
> --- /dev/null
> +++ b/include/net/firewire.h
> @@ -0,0 +1,11 @@
> +#ifndef _NET_FIREWIRE_H
> +#define _NET_FIREWIRE_H
> +
> +struct fwnet_peerinfo {
> + u8 max_rec; /* Sender's max packet size */
> + u8 sspd; /* Sender's max speed */
> + __be16 fifo_hi; /* hi 16bits of sender's FIFO addr */
> + __be32 fifo_lo; /* lo 32bits of sender's FIFO addr */
> +} __packed;
> +
> +#endif
If it is deemed necessary to put definitions of on-the-wire formats of the
RFC 2734 or RFC 3146 encapsulations into include/net/, then fine by me.
--
Stefan Richter
-=====-===-= ---= -==--
http://arcgraph.de/sr/
--
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