From: Stephen Hemminger <shemminger@vyatta.com>
To: David Ward <david.ward@ll.mit.edu>
Cc: netdev@vger.kernel.org, David Ward <david.ward@ll.mit.edu>
Subject: Re: [PATCH] iproute2: Support 20-byte link layer address in idxmap
Date: Tue, 1 Dec 2009 15:42:07 -0800 [thread overview]
Message-ID: <20091201154207.498b9ce5@nehalam> (raw)
In-Reply-To: <1255632801-17802-1-git-send-email-david.ward@ll.mit.edu>
On Thu, 15 Oct 2009 14:53:21 -0400
David Ward <david.ward@ll.mit.edu> wrote:
> Extend the link-layer address field from 8 to 20 bytes to support InfiniBand.
>
> Signed-off-by: David Ward <david.ward@ll.mit.edu>
> ---
> lib/ll_map.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/lib/ll_map.c b/lib/ll_map.c
> index 7c0bea2..5addf4a 100644
> --- a/lib/ll_map.c
> +++ b/lib/ll_map.c
> @@ -31,7 +31,7 @@ struct idxmap
> int type;
> int alen;
> unsigned flags;
> - unsigned char addr[8];
> + unsigned char addr[20];
> char name[16];
> };
>
makes sense applied
--
prev parent reply other threads:[~2009-12-01 23:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-15 18:53 [PATCH] iproute2: Support 20-byte link layer address in idxmap David Ward
2009-12-01 23:42 ` Stephen Hemminger [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20091201154207.498b9ce5@nehalam \
--to=shemminger@vyatta.com \
--cc=david.ward@ll.mit.edu \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).