[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20091201154207.498b9ce5@nehalam>
Date: Tue, 1 Dec 2009 15:42:07 -0800
From: Stephen Hemminger <shemminger@...tta.com>
To: David Ward <david.ward@...mit.edu>
Cc: netdev@...r.kernel.org, David Ward <david.ward@...mit.edu>
Subject: Re: [PATCH] iproute2: Support 20-byte link layer address in idxmap
On Thu, 15 Oct 2009 14:53:21 -0400
David Ward <david.ward@...mit.edu> wrote:
> Extend the link-layer address field from 8 to 20 bytes to support InfiniBand.
>
> Signed-off-by: David Ward <david.ward@...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
--
--
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