[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAEU2+vrfMXXr1S0BYtN07uwXfK8T8A_ob3PR3RoHOdqdFv0YEg@mail.gmail.com>
Date: Tue, 7 Feb 2012 18:10:05 -0700
From: "Erich E. Hoover" <ehoover@...es.edu>
To: Shawn Lu <shawn.lu@...csson.com>
Cc: Linux Netdev <netdev@...r.kernel.org>
Subject: Re: [PATCH v6 1/2] Implement IP_UNICAST_IF socket option.
On Tue, Feb 7, 2012 at 5:23 PM, Shawn Lu <shawn.lu@...csson.com> wrote:
>> ...
>> + ifindex = (__force int)ntohl((__force __be32)val);
> We always use ifindex as host byte order, why the val is passed in as
> network byte order and then convert it
> Back to host byte order. Anything special about it?
Yes, the value for IP_UNICAST_IF is passed in network byte order in
implementations on other operating systems. David Miller requested
that this option by passed in the same way as that of other systems.
Erich Hoover
ehoover@...es.edu
--
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