netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: joe@perches.com
Cc: mirqus@gmail.com, hartleys@visionengravers.com,
	macro@linux-mips.org, linux-kernel@vger.kernel.org,
	netdev@vger.kernel.org
Subject: Re: [PATCH V3] lib/vsprintf.c: Add %pMF to format FDDI bit reversed MAC addresses
Date: Thu, 07 Jan 2010 16:58:35 -0800 (PST)	[thread overview]
Message-ID: <20100107.165835.10951349.davem@davemloft.net> (raw)
In-Reply-To: <1262900630.10429.80.camel@Joe-Laptop.home>

From: Joe Perches <joe@perches.com>
Date: Thu, 07 Jan 2010 13:43:50 -0800

> On Mon, 2010-01-04 at 23:43 +0000, Maciej W. Rozycki wrote:
>> The example below shows an address, and the sequence of bits or symbols 
>> that would be transmitted when the address is used in the Source Address 
>> or Destination Address fields on the MAC header.  The transmission line 
>> shows the address bits in the order transmitted, from left to right.  For 
>> IEEE 802 LANs these correspond to actual bits on the medium.  The FDDI 
>> symbols line shows how the FDDI PHY sends the address bits as encoded 
>> symbols.
>> 
>>         MSB:            35:7B:12:00:00:01
>>         Canonical:      AC-DE-48-00-00-80
>>         Transmission:   00110101 01111011 00010010 00000000 00000000 00000001
>>         FDDI Symbols:   35 7B 12 00 00 01"
>> 
>> Please note that this address has its group bit clear.
>> 
>>  This notation is also defined in the "FDDI MEDIA ACCESS CONTROL-2 
>> (MAC-2)" (X3T9/92-120) document although that book does not have a need 
>> to use the MSB form and it's skipped.
> 
> Adds 6 bytes to object size for x86
> 
> New:
> $ size lib/vsprintf.o
>    text	   data	    bss	    dec	    hex	filename
>    8664	      0	      2	   8666	   21da	lib/vsprintf.o
> $ size lib/vsprintf.o
>    text    data     bss     dec     hex filename
>    8658       0       2    8660    21d4 lib/vsprintf.o
> 
> Signed-off-by: Joe Perches <joe@perches.com>

Applied.

  reply	other threads:[~2010-01-08  0:58 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <BD79186B4FD85F4B8E60E381CAEE19090208954A@mi8nycmail19.Mi8.com>
2010-01-07 18:23 ` [PATCH] lib/vsprintf.c: Add %pMF to format FDDI bit reversed MAC addresses Joe Perches
2010-01-07 20:42   ` Maciej W. Rozycki
2010-01-07 21:13     ` Michał Mirosław
2010-01-07 22:09     ` David Miller
2010-01-08  0:08       ` Simon Horman
2010-01-08  1:51         ` Joe Perches
2010-01-08  2:48           ` Simon Horman
2010-01-07 21:18   ` Michał Mirosław
2010-01-07 21:36     ` Joe Perches
2010-01-07 21:37     ` [PATCH V2] " Joe Perches
2010-01-07 22:11       ` David Miller
2010-01-07 21:43     ` [PATCH V3] " Joe Perches
2010-01-08  0:58       ` David Miller [this message]
2010-01-19 10:57   ` [PATCH] " Andrew Morton

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=20100107.165835.10951349.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=hartleys@visionengravers.com \
    --cc=joe@perches.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=macro@linux-mips.org \
    --cc=mirqus@gmail.com \
    --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).