Bug 60564 - LAN9115 device is dropping all RX packets using Linux kernel driver smsc911x
Summary: LAN9115 device is dropping all RX packets using Linux kernel driver smsc911x
Status: NEW
Alias: None
Product: Networking
Classification: Unclassified
Component: IPV4 (show other bugs)
Hardware: ARM Linux
: P1 blocking
Assignee: Stephen Hemminger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-17 10:02 UTC by jwoodward
Modified: 2016-02-15 20:43 UTC (History)
2 users (show)

See Also:
Kernel Version: 3.0.86
Subsystem:
Regression: No
Bisected commit-id:


Attachments

Description jwoodward 2013-07-17 10:02:29 UTC
LAN9115 device is dropping all RX packets using Linux kernel driver smsc911x.

eth0      Link encap:Ethernet  HWaddr 00:0D:A7:00:0E:5C
          inet addr:10.0.3.150  Bcast:10.0.3.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:18714 errors:0 dropped:16850 overruns:0 frame:0
          TX packets:1 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:1380531 (1.3 MiB)  TX bytes:42 (42.0 B)
          Interrupt:194

CPU: ARM926EJ-S [41069264] revision 4 (ARMv5TEJ), cr=00053177

Linux version 3.4.52

**** mach-mx21ads config ******

static struct smsc911x_platform_config smsc911x_config = {
	.irq_polarity   = SMSC911X_IRQ_POLARITY_ACTIVE_LOW,
	.irq_type       = SMSC911X_IRQ_TYPE_PUSH_PULL,
	.flags          = SMSC911X_USE_16BIT,
};

static struct resource smsc911x_resources[] = {
	{
		.start          = MX21_CS1_BASE_ADDR,
		.end            = MX21_CS1_BASE_ADDR + MX21ADS_SMSC911X_MMIO_SIZE - 1,
		.flags          = IORESOURCE_MEM,
	}, {
		.start          = MX21ADS_SMSC911X_IRQ,
		.end            = MX21ADS_SMSC911X_IRQ,
		.flags          = IORESOURCE_IRQ | IRQF_TRIGGER_FALLING,
	},
};

static struct platform_device smsc911x_device = {
    .name           = "smsc911x",
    .id             = -1,
    .num_resources  = ARRAY_SIZE(smsc911x_resources),
    .resource       = smsc911x_resources,
    .dev            = {
		.platform_data = &smsc911x_config,
    },
};

*************************************************************

[    1.717445] 0x000001400000-0x000004000000 : "system"
[    1.745103] smsc911x: Driver version 2008-10-21
[    1.760910] smsc911x supply vdd33a not found, using dummy regulator
[    1.780099] smsc911x supply vddvario not found, using dummy regulator
[    1.799922] smsc911x smsc911x: (unregistered net_device): Driver Parameters:
[    1.821212] smsc911x smsc911x: (unregistered net_device): LAN base: 0xC8000000
[    1.842989] smsc911x smsc911x: (unregistered net_device): IRQ: 194
[    1.861629] smsc911x smsc911x: (unregistered net_device): PHY will be autodetected.
[    1.884711] smsc911x smsc911x: (unregistered net_device): BYTE_TEST: 0x87654321
[    1.906753] smsc911x smsc911x: (unregistered net_device): LAN911x identified, idrev: 0x01150002, generation: 2
[    1.939477] smsc911x smsc911x: eth0: Network interface: "eth0"
[    1.957323] smsc911x smsc911x: eth0: HW_CFG EXT_PHY_DET clear, using internal PHY
[    1.982196] smsc911x-mdio: probed
[    1.992494] smsc911x smsc911x: eth0: PHY: addr 1, phy_id 0x0007C0D1
[    2.011538] smsc911x smsc911x: eth0: attached PHY driver [SMSC LAN911x Internal PHY] (mii_bus:phy_addr=smsc911x-fffffff:01, irq=-1)
[    2.047536] smsc911x smsc911x: eth0: Successfully verified loopback packet
[    2.068587] smsc911x smsc911x: eth0: Passed Loop Back Test
[    2.085167] smsc911x smsc911x: eth0: phy initialised successfully
[    2.103647] smsc911x smsc911x: eth0: MAC Address is set to random_ether_addr
[    2.124918] smsc911x smsc911x: eth0: MAC Address: 9e:04:cb:db:dc:fe

~ # /apps/bin/networking
[   33.052642] smsc911x smsc911x: eth0: MAC Address: 00:0d:a7:00:0e:5c
[   33.077692] smsc911x smsc911x: eth0: irq polarity: active low
[   33.095092] smsc911x smsc911x: eth0: irq type: push-pull
[   33.111148] smsc911x smsc911x: eth0: Testing irq handler using IRQ 194
[   33.130867] smsc911x smsc911x: eth0: IRQ handler passed test using IRQ 194
[   33.151606] smsc911x smsc911x: eth0: SMSC911x/921x identified at 0xc8000000, IRQ: 194
[   33.175253] smsc911x smsc911x: eth0: maccr 0x1000000C, HASHH 0x00000000, HASHL 0x00000000
[   33.199962] smsc911x smsc911x: eth0: maccr 0x1000000C, HASHH 0x00000000, HASHL 0x00000000
[   33.224807] smsc911x smsc911x: eth0: maccr 0x1000200C, HASHH 0x00000000, HASHL 0x80000000

                CONFIGURING NETORK SETTINGS
10.0.3.150
 0.0.0.0
 255.255.255.0

[   33.343312] smsc911x smsc911x: eth0: maccr 0x1000200C, HASHH 0x00000000, HASHL 0x80000000
[   33.373718] smsc911x smsc911x: eth0: Interface stopped
[   33.396198] smsc911x smsc911x: eth0: irq polarity: active low
[   33.413592] smsc911x smsc911x: eth0: irq type: push-pull
[   33.429650] smsc911x smsc911x: eth0: Testing irq handler using IRQ 194
[   33.449370] smsc911x smsc911x: eth0: IRQ handler passed test using IRQ 194
[   33.470110] smsc911x smsc911x: eth0: SMSC911x/921x identified at 0xc8000000, IRQ: 194
[   33.493756] smsc911x smsc911x: eth0: maccr 0x1000000C, HASHH 0x00000000, HASHL 0x00000000
[   33.518448] smsc911x smsc911x: eth0: maccr 0x1000000C, HASHH 0x00000000, HASHL 0x00000000
[   33.543214] smsc911x smsc911x: eth0: maccr 0x1000200C, HASHH 0x00000000, HASHL 0x80000000
[   33.569623] smsc911x smsc911x: eth0: maccr 0x1000200C, HASHH 0x00000000, HASHL 0x80000000
route: SIOCADDRT: Invalid argument
~ #
~ # [   46.005715] smsc911x smsc911x: eth0: duplex state has changed
[   46.023086] smsc911x smsc911x: eth0: configuring for full duplex mode
[   46.042614] smsc911x smsc911x: eth0: rx pause disabled, tx pause disabled
[   46.063096] smsc911x smsc911x: eth0: carrier state has changed
[   46.080696] smsc911x smsc911x: eth0: configuring for no carrier
[   47.095737] smsc911x smsc911x: eth0: carrier state has changed
[   47.113360] smsc911x smsc911x: eth0: configuring for carrier OK

~ # ethtool eth0
Settings for eth0:
        Supported ports: [ TP MII ]
        Supported link modes:   10baseT/Half 10baseT/Full
                                100baseT/Half 100baseT/Full
        Supported pause frame use: Symmetric Receive-only
        Supports auto-negotiation: Yes
        Advertised link modes:  10baseT/Half 10baseT/Full
                                100baseT/Half 100baseT/Full
        Advertised pause frame use: Symmetric Receive-only
        Advertised auto-negotiation: Yes
        Speed: 100Mb/s
        Duplex: Full
        Port: MII
        PHYAD: 1
        Transceiver: external
        Auto-negotiation: on
        Current message level: 0x0000ffff (65535)
                               drv probe link timer ifdown ifup rx_err tx_err tx_queued intr tx_done rx_status pktdata hw wol 0x8000
        Link detected: yes
Comment 1 jwoodward 2013-07-18 14:09:14 UTC
This problem also occurred in kernel version linux-3.2.48 but not in version linux-3.0.86.

Kernel version linux-3.0.86 after booted works but packets start to get dropped:

# while [ 1 ] ; do ifconfig eth0 |grep dropped |grep RX ; sleep 1 ; done
          RX packets:1283 errors:0 dropped:0 overruns:0 frame:0
          RX packets:1296 errors:0 dropped:0 overruns:0 frame:0
          RX packets:1320 errors:0 dropped:0 overruns:0 frame:0
          RX packets:1336 errors:0 dropped:0 overruns:0 frame:0
          RX packets:1583 errors:0 dropped:0 overruns:0 frame:0
          RX packets:1644 errors:0 dropped:1 overruns:0 frame:0
          RX packets:1660 errors:0 dropped:1 overruns:0 frame:0
          RX packets:1683 errors:0 dropped:1 overruns:0 frame:0
          RX packets:1709 errors:0 dropped:3 overruns:0 frame:0
          RX packets:1727 errors:0 dropped:4 overruns:0 frame:0
          RX packets:1745 errors:0 dropped:4 overruns:0 frame:0
          RX packets:1779 errors:0 dropped:4 overruns:0 frame:0
          RX packets:1804 errors:0 dropped:4 overruns:0 frame:0
          RX packets:1820 errors:0 dropped:4 overruns:0 frame:0
          RX packets:1836 errors:0 dropped:4 overruns:0 frame:0
          RX packets:1854 errors:0 dropped:4 overruns:0 frame:0
          RX packets:1871 errors:0 dropped:4 overruns:0 frame:0
          RX packets:1892 errors:0 dropped:4 overruns:0 frame:0
          RX packets:1902 errors:0 dropped:4 overruns:0 frame:0
          RX packets:1916 errors:0 dropped:4 overruns:0 frame:0
          RX packets:1927 errors:0 dropped:4 overruns:0 frame:0
          RX packets:1948 errors:0 dropped:4 overruns:0 frame:0
          RX packets:1961 errors:0 dropped:4 overruns:0 frame:0
          RX packets:1979 errors:0 dropped:4 overruns:0 frame:0
          RX packets:1996 errors:0 dropped:4 overruns:0 frame:0
          RX packets:2020 errors:0 dropped:4 overruns:0 frame:0
          RX packets:2049 errors:0 dropped:4 overruns:0 frame:0
          RX packets:2080 errors:0 dropped:4 overruns:0 frame:0
          RX packets:2093 errors:0 dropped:4 overruns:0 frame:0
          RX packets:2120 errors:0 dropped:4 overruns:0 frame:0
          RX packets:2133 errors:0 dropped:4 overruns:0 frame:0
          RX packets:2156 errors:0 dropped:4 overruns:0 frame:0
          RX packets:2169 errors:0 dropped:4 overruns:0 frame:0
          RX packets:2186 errors:0 dropped:4 overruns:0 frame:0
          RX packets:2210 errors:0 dropped:5 overruns:0 frame:0
          RX packets:2236 errors:0 dropped:8 overruns:0 frame:0
          RX packets:2257 errors:0 dropped:12 overruns:0 frame:0
          RX packets:2276 errors:0 dropped:12 overruns:0 frame:0
          RX packets:2296 errors:0 dropped:12 overruns:0 frame:0
          RX packets:2308 errors:0 dropped:12 overruns:0 frame:0
          RX packets:2324 errors:0 dropped:12 overruns:0 frame:0
          RX packets:2348 errors:0 dropped:12 overruns:0 frame:0
          RX packets:2364 errors:0 dropped:12 overruns:0 frame:0
          RX packets:2385 errors:0 dropped:12 overruns:0 frame:0
          RX packets:2399 errors:0 dropped:12 overruns:0 frame:0
          RX packets:2416 errors:0 dropped:12 overruns:0 frame:0
          RX packets:2442 errors:0 dropped:12 overruns:0 frame:0
          RX packets:2456 errors:0 dropped:12 overruns:0 frame:0
          RX packets:2470 errors:0 dropped:12 overruns:0 frame:0
          RX packets:2483 errors:0 dropped:12 overruns:0 frame:0
          RX packets:2501 errors:0 dropped:12 overruns:0 frame:0
          RX packets:2518 errors:0 dropped:12 overruns:0 frame:0
          RX packets:2539 errors:0 dropped:12 overruns:0 frame:0
          RX packets:2552 errors:0 dropped:12 overruns:0 frame:0
          RX packets:2571 errors:0 dropped:12 overruns:0 frame:0
          RX packets:2588 errors:0 dropped:12 overruns:0 frame:0
          RX packets:2603 errors:0 dropped:12 overruns:0 frame:0
          RX packets:2613 errors:0 dropped:12 overruns:0 frame:0
          RX packets:2634 errors:0 dropped:12 overruns:0 frame:0
          RX packets:2651 errors:0 dropped:12 overruns:0 frame:0
          RX packets:2679 errors:0 dropped:12 overruns:0 frame:0
          RX packets:2700 errors:0 dropped:12 overruns:0 frame:0
          RX packets:2984 errors:0 dropped:12 overruns:0 frame:0
          RX packets:3014 errors:0 dropped:12 overruns:0 frame:0
          RX packets:3029 errors:0 dropped:12 overruns:0 frame:0
          RX packets:3045 errors:0 dropped:12 overruns:0 frame:0
          RX packets:3058 errors:0 dropped:12 overruns:0 frame:0
          RX packets:3070 errors:0 dropped:12 overruns:0 frame:0
          RX packets:3088 errors:0 dropped:12 overruns:0 frame:0
          RX packets:3102 errors:0 dropped:12 overruns:0 frame:0
          RX packets:3124 errors:0 dropped:12 overruns:0 frame:0

This occurs slowly until :

          RX packets:13313 errors:0 dropped:29 overruns:0 frame:0
          RX packets:13325 errors:0 dropped:29 overruns:0 frame:0
          RX packets:13337 errors:0 dropped:29 overruns:0 frame:0
          RX packets:13350 errors:0 dropped:29 overruns:0 frame:0
          RX packets:13366 errors:0 dropped:29 overruns:0 frame:0
          RX packets:13378 errors:0 dropped:29 overruns:0 frame:0
          RX packets:13400 errors:0 dropped:29 overruns:0 frame:0
          RX packets:13414 errors:0 dropped:29 overruns:0 frame:0
          RX packets:13425 errors:0 dropped:29 overruns:0 frame:0
          RX packets:13439 errors:0 dropped:29 overruns:0 frame:0
          RX packets:13452 errors:0 dropped:29 overruns:0 frame:0
          RX packets:13468 errors:0 dropped:29 overruns:0 frame:0
          RX packets:13483 errors:0 dropped:29 overruns:0 frame:0
          RX packets:13641 errors:0 dropped:29 overruns:0 frame:0
          RX packets:13802 errors:0 dropped:29 overruns:0 frame:0
          RX packets:13821 errors:0 dropped:43 overruns:0 frame:0
          RX packets:13861 errors:0 dropped:83 overruns:0 frame:0
          RX packets:13875 errors:0 dropped:97 overruns:0 frame:0
          RX packets:13891 errors:0 dropped:113 overruns:0 frame:0
          RX packets:13903 errors:0 dropped:125 overruns:0 frame:0
          RX packets:13933 errors:0 dropped:155 overruns:0 frame:0
          RX packets:13950 errors:0 dropped:172 overruns:0 frame:0
          RX packets:13985 errors:0 dropped:207 overruns:0 frame:0
          RX packets:14005 errors:0 dropped:227 overruns:0 frame:0
          RX packets:14023 errors:0 dropped:245 overruns:0 frame:0
          RX packets:14038 errors:0 dropped:260 overruns:0 frame:0
          RX packets:14060 errors:0 dropped:282 overruns:0 frame:0
          RX packets:14082 errors:0 dropped:304 overruns:0 frame:0
          RX packets:14100 errors:0 dropped:322 overruns:0 frame:0
          RX packets:14121 errors:0 dropped:343 overruns:0 frame:0
          RX packets:14135 errors:0 dropped:357 overruns:0 frame:0
          RX packets:14163 errors:0 dropped:385 overruns:0 frame:0
          RX packets:14189 errors:0 dropped:411 overruns:0 frame:0
          RX packets:14214 errors:0 dropped:436 overruns:0 frame:0
          RX packets:14241 errors:0 dropped:463 overruns:0 frame:0
          RX packets:14259 errors:0 dropped:481 overruns:0 frame:0
          RX packets:14279 errors:0 dropped:501 overruns:0 frame:0
          RX packets:14299 errors:0 dropped:521 overruns:0 frame:0
          RX packets:14320 errors:0 dropped:542 overruns:0 frame:0
          RX packets:14343 errors:0 dropped:565 overruns:0 frame:0
          RX packets:14362 errors:0 dropped:584 overruns:0 frame:0
          RX packets:14390 errors:0 dropped:612 overruns:0 frame:0
          RX packets:14414 errors:0 dropped:636 overruns:0 frame:0
          RX packets:14443 errors:0 dropped:665 overruns:0 frame:0
          RX packets:14463 errors:0 dropped:685 overruns:0 frame:0
          RX packets:14478 errors:0 dropped:700 overruns:0 frame:0
          RX packets:14498 errors:0 dropped:720 overruns:0 frame:0
          RX packets:14513 errors:0 dropped:735 overruns:0 frame:0
          RX packets:14524 errors:0 dropped:746 overruns:0 frame:0
          RX packets:14538 errors:0 dropped:760 overruns:0 frame:0
          RX packets:14553 errors:0 dropped:775 overruns:0 frame:0
          RX packets:14580 errors:0 dropped:802 overruns:0 frame:0
          RX packets:14607 errors:0 dropped:829 overruns:0 frame:0
          RX packets:14636 errors:0 dropped:858 overruns:0 frame:0
          RX packets:14651 errors:0 dropped:873 overruns:0 frame:0
          RX packets:14679 errors:0 dropped:901 overruns:0 frame:0
          RX packets:14704 errors:0 dropped:926 overruns:0 frame:0
          RX packets:14726 errors:0 dropped:948 overruns:0 frame:0
          RX packets:14740 errors:0 dropped:962 overruns:0 frame:0
          RX packets:14753 errors:0 dropped:975 overruns:0 frame:0
          RX packets:14771 errors:0 dropped:993 overruns:0 frame:0
          RX packets:14787 errors:0 dropped:1009 overruns:0 frame:0

At this point I can no longer ping the device.
Comment 2 jwoodward 2013-07-22 08:29:51 UTC
I have traced the problem to 'netif_receive_skb', this function returns true when a packet it dropped. I wanted to work if the driver was giving it a bad packets when reading from the fifo, I added a printk which shows me all the bytes and by doing this I had given it enough delay to keep it working... I believe the problem has always been there, it has worked with a really old compiler on kernel 2.6.16, but does not work on this version with the newer compiler.
Comment 3 jwoodward 2013-07-22 08:30:07 UTC
I have replicated this problem using kernel versions 2.6.16, 2.6.38, 3.0.86, 3.10.1, 3.2.48 and 3.4.52.
Comment 4 jwoodward 2013-07-22 09:27:47 UTC
[ 1212.436944] smsc911x_poll dropped(0) pktwords(268) pktlength(1070) netif_receive(0) rx_packets(149) rx_bytes(151792)
[ 1212.468601] 0000|08 00 e9 ae 0a 1a 00 11-9e 08 ed 51 00 00 00 00|..é®......íQ....
[ 1212.491116] 0010|a4 0c 0c 00 00 00 00 00-10 11 12 13 14 15 16 17|¤...............
[ 1212.513629] 0020|18 19 1a 1b 1c 1d 1e 1f-20 21 22 23 24 25 26 27|........ !"#$%&'
[ 1212.536139] 0030|28 29 2a 2b 2c 2d 2e 2f-30 31 32 33 34 35 36 37|()*+,-./01234567
[ 1212.558650] 0040|38 39 3a 3b 3c 3d 3e 3f-40 41 42 43 44 45 46 47|89:;<=>?@ABCDEFG
[ 1212.581160] 0050|48 49 4a 4b 4c 4d 4e 4f-50 51 52 53 54 55 56 57|HIJKLMNOPQRSTUVW
[ 1212.603669] 0060|58 59 5a 5b 5c 5d 5e 5f-60 61 62 63 64 65 66 67|XYZ[\]^_`abcdefg
[ 1212.626179] 0070|68 69 6a 6b 6c 6d 6e 6f-70 71 72 73 74 75 76 77|hijklmnopqrstuvw
[ 1212.648689] 0080|78 79 7a 7b 7c 7d 7e 7f-80 81 82 83 84 85 86 87|xyz{|}~.........
[ 1212.671198] 0090|88 89 8a 8b 8c 8d 8e 8f-90 91 92 93 94 95 96 97|................
[ 1212.693709] 00a0|98 99 9a 9b 9c 9d 9e 9f-a0 a1 a2 a3 a4 a5 a6 a7|........ ¡¢£¤¥¦§
[ 1212.716219] 00b0|a8 a9 aa ab ac ad ae af-b0 b1 b2 b3 b4 b5 b6 b7|¨©ª«¬­®¯°±²³´µ¶·
[ 1212.738728] 00c0|b8 b9 ba bb bc bd be bf-c0 c1 c2 c3 c4 c5 c6 c7|¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇ
[ 1212.761238] 00d0|c8 c9 ca cb cc cd ce cf-d0 d1 d2 d3 d4 d5 d6 d7|ÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×
[ 1212.783747] 00e0|d8 d9 da db dc dd de df-e0 e1 e2 e3 e4 e5 e6 e7|ØÙÚÛÜÝÞßàáâãäåæç
[ 1212.806257] 00f0|e8 e9 ea eb ec ed ee ef-f0 f1 f2 f3 f4 f5 f6 f7|èéêëìíîïðñòóôõö÷
[ 1212.828767] 0100|f8 f9 fa fb fc fd fe ff-00 01 02 03 __ __ __ __|øùúûüýþÿ....____

[ 1213.437206] smsc911x_poll dropped(0) pktwords(268) pktlength(1070) netif_receive(1) rx_packets(150) rx_bytes(152858)
[ 1213.468860] 0000|52 2e 08 00 45 00 04 1c-00 00 40 00 40 01 1b 89|R...E.....@.@...
[ 1213.491374] 0010|0a 00 03 c3 0a 00 03 96-08 00 b0 ad 0a 1a 00 12|...Ã......°­....
[ 1213.513885] 0020|9f 08 ed 51 00 00 00 00-dc 0c 0c 00 00 00 00 00|..íQ....Ü.......
[ 1213.536396] 0030|10 11 12 13 14 15 16 17-18 19 1a 1b 1c 1d 1e 1f|................
[ 1213.558906] 0040|20 21 22 23 24 25 26 27-28 29 2a 2b 2c 2d 2e 2f| !"#$%&'()*+,-./
[ 1213.581415] 0050|30 31 32 33 34 35 36 37-38 39 3a 3b 3c 3d 3e 3f|0123456789:;<=>?
[ 1213.603925] 0060|40 41 42 43 44 45 46 47-48 49 4a 4b 4c 4d 4e 4f|@ABCDEFGHIJKLMNO
[ 1213.626435] 0070|50 51 52 53 54 55 56 57-58 59 5a 5b 5c 5d 5e 5f|PQRSTUVWXYZ[\]^_
[ 1213.648944] 0080|60 61 62 63 64 65 66 67-68 69 6a 6b 6c 6d 6e 6f|`abcdefghijklmno
[ 1213.671454] 0090|70 71 72 73 74 75 76 77-78 79 7a 7b 7c 7d 7e 7f|pqrstuvwxyz{|}~.
[ 1213.693964] 00a0|80 81 82 83 84 85 86 87-88 89 8a 8b 8c 8d 8e 8f|................
[ 1213.716474] 00b0|90 91 92 93 94 95 96 97-98 99 9a 9b 9c 9d 9e 9f|................
[ 1213.738983] 00c0|a0 a1 a2 a3 a4 a5 a6 a7-a8 a9 aa ab ac ad ae af| ¡¢£¤¥¦§¨©ª«¬­®¯
[ 1213.761493] 00d0|b0 b1 b2 b3 b4 b5 b6 b7-b8 b9 ba bb bc bd be bf|°±²³´µ¶·¸¹º»¼½¾¿
[ 1213.784003] 00e0|c0 c1 c2 c3 c4 c5 c6 c7-c8 c9 ca cb cc cd ce cf|ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏ
[ 1213.806513] 00f0|d0 d1 d2 d3 d4 d5 d6 d7-d8 d9 da db dc dd de df|ÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞß
[ 1213.829023] 0100|e0 e1 e2 e3 e4 e5 e6 e7-e8 e9 ea eb __ __ __ __|àáâãäåæçèéêë____

Have captured a dropped packet read from the fifo.
Comment 5 jwoodward 2013-07-22 15:32:09 UTC
[   25.004928] smsc911x_poll rx_readfifo pktwords(268) pktlength(1070) rx_packets(3) rx_bytes(2192) skb->data(c1462020)
[   25.036728] 0000|fc fd 00 0d a7 00 0e 5c-1c c1 de 9b 52 2e 08 00|üý..§..\.ÁÞ.R...
[   25.059309] 0010|45 00 04 1c 00 00 40 00-40 01 1b 89 0a 00 03 c3|E.....@.@......Ã
[   25.081883] 0020|0a 00 03 96 08 00 db cb-0b fb 00 03 a5 58 ed 51|......ÛË.û..¥XíQ
[   25.104455] 0030|00 00 00 00 b3 cc 01 00-00 00 00 00 10 11 12 13|....³Ì..........
[   25.127028] 0040|14 15 16 17 18 19 1a 1b-1c 1d 1e 1f 20 21 22 23|............ !"#
[   25.149602] 0050|24 25 26 27 28 29 2a 2b-2c 2d 2e 2f 30 31 32 33|$%&'()*+,-./0123
[   25.172175] 0060|34 35 36 37 38 39 3a 3b-3c 3d 3e 3f 40 41 42 43|456789:;<=>?@ABC
[   25.194746] 0070|44 45 46 47 48 49 4a 4b-4c 4d 4e 4f 50 51 52 53|DEFGHIJKLMNOPQRS
[   25.217328] 0080|54 55 56 57 58 59 5a 5b-5c 5d 5e 5f 60 61 62 63|TUVWXYZ[\]^_`abc
[   25.239902] 0090|64 65 66 67 68 69 6a 6b-6c 6d 6e 6f 70 71 72 73|defghijklmnopqrs
[   25.262476] 00a0|74 75 76 77 78 79 7a 7b-7c 7d 7e 7f 80 81 82 83|tuvwxyz{|}~.....
[   25.285049] 00b0|84 85 86 87 88 89 8a 8b-8c 8d 8e 8f 90 91 92 93|................
[   25.307621] 00c0|94 95 96 97 98 99 9a 9b-9c 9d 9e 9f a0 a1 a2 a3|............ ¡¢£
[   25.330194] 00d0|a4 a5 a6 a7 a8 a9 aa ab-ac ad ae af b0 b1 b2 b3|¤¥¦§¨©ª«¬­®¯°±²³
[   25.352766] 00e0|b4 b5 b6 b7 b8 b9 ba bb-bc bd be bf c0 c1 c2 c3|´µ¶·¸¹º»¼½¾¿ÀÁÂÃ
[   25.375338] 00f0|c4 c5 c6 c7 c8 c9 ca cb-cc cd ce cf d0 d1 d2 d3|ÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓ
[   25.397909] 0100|d4 d5 d6 d7 d8 d9 da db-dc dd de df __ __ __ __|ÔÕÖ×ØÙÚÛÜÝÞß____
[   25.420638] smsc911x_poll netif_receive_skb pktwords(268) pktlength(1070) netif_receive(0) rx_packets(3) rx_bytes(2192)
[   25.453110] smsc911x_poll rx_readfifo pktwords(268) pktlength(1070) rx_packets(4) rx_bytes(3258) skb->data(c1462020)
[   25.484900] 0000|fc fd 00 0d a7 00 0e 5c-1c c1 de 9b 52 2e 08 00|üý..§..\.ÁÞ.R...
[   25.507478] 0010|45 00 04 1c 00 00 40 00-40 01 1b 89 0a 00 03 c3|E.....@.@......Ã
[   25.530056] 0020|0a 00 03 96 08 00 b5 7c-0b fb 00 04 a5 58 ed 51|......µ|.û..¥XíQ
[   25.552633] 0030|00 00 00 00 d9 1a 02 00-00 00 00 00 10 11 12 13|....Ù...........
[   25.575204] 0040|14 15 16 17 18 19 1a 1b-1c 1d 1e 1f 20 21 22 23|............ !"#
[   25.597775] 0050|24 25 26 27 28 29 2a 2b-2c 2d 2e 2f 30 31 32 33|$%&'()*+,-./0123
[   25.620350] 0060|34 35 36 37 38 39 3a 3b-3c 3d 3e 3f 40 41 42 43|456789:;<=>?@ABC
[   25.642923] 0070|44 45 46 47 48 49 4a 4b-4c 4d 4e 4f 50 51 52 53|DEFGHIJKLMNOPQRS
[   25.665494] 0080|54 55 56 57 58 59 5a 5b-5c 5d 5e 5f 60 61 62 63|TUVWXYZ[\]^_`abc
[   25.688069] 0090|64 65 66 67 68 69 6a 6b-6c 6d 6e 6f 70 71 72 73|defghijklmnopqrs
[   25.710641] 00a0|74 75 76 77 78 79 7a 7b-7c 7d 7e 7f 80 81 82 83|tuvwxyz{|}~.....
[   25.733212] 00b0|84 85 86 87 88 89 8a 8b-8c 8d 8e 8f 90 91 92 93|................
[   25.755784] 00c0|94 95 96 97 98 99 9a 9b-9c 9d 9e 9f a0 a1 a2 a3|............ ¡¢£
[   25.778354] 00d0|a4 a5 a6 a7 a8 a9 aa ab-ac ad ae af b0 b1 b2 b3|¤¥¦§¨©ª«¬­®¯°±²³
[   25.800928] 00e0|b4 b5 b6 b7 b8 b9 ba bb-bc bd be bf c0 c1 c2 c3|´µ¶·¸¹º»¼½¾¿ÀÁÂÃ
[   25.823503] 00f0|c4 c5 c6 c7 c8 c9 ca cb-cc cd ce cf d0 d1 d2 d3|ÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓ
[   25.846074] 0100|d4 d5 d6 d7 d8 d9 da db-dc dd de df __ __ __ __|ÔÕÖ×ØÙÚÛÜÝÞß____
[   25.868638] smsc911x_poll netif_receive_skb pktwords(268) pktlength(1070) netif_receive(0) rx_packets(4) rx_bytes(3258)
[   25.901090] smsc911x_poll rx_readfifo pktwords(268) pktlength(1070) rx_packets(5) rx_bytes(4324) skb->data(c1462020)
[   25.932881] 0000|fc fd 00 0d a7 00 0e 5c-1c c1 de 9b 52 2e 08 00|üý..§..\.ÁÞ.R...
[   25.955458] 0010|45 00 04 1c 00 00 40 00-40 01 1b 89 0a 00 03 c3|E.....@.@......Ã
[   25.978033] 0020|0a 00 03 96 08 00 99 2d-0b fb 00 05 a5 58 ed 51|.......-.û..¥XíQ
[   26.000607] 0030|00 00 00 00 f5 68 02 00-00 00 00 00 10 11 12 13|....õh..........
[   26.023184] 0040|14 15 16 17 18 19 1a 1b-1c 1d 1e 1f 20 21 22 23|............ !"#
[   26.045757] 0050|24 25 26 27 28 29 2a 2b-2c 2d 2e 2f 30 31 32 33|$%&'()*+,-./0123
[   26.068328] 0060|34 35 36 37 38 39 3a 3b-3c 3d 3e 3f 40 41 42 43|456789:;<=>?@ABC
[   26.090901] 0070|44 45 46 47 48 49 4a 4b-4c 4d 4e 4f 50 51 52 53|DEFGHIJKLMNOPQRS
[   26.113472] 0080|54 55 56 57 58 59 5a 5b-5c 5d 5e 5f 60 61 62 63|TUVWXYZ[\]^_`abc
[   26.136044] 0090|64 65 66 67 68 69 6a 6b-6c 6d 6e 6f 70 71 72 73|defghijklmnopqrs
[   26.158616] 00a0|74 75 76 77 78 79 7a 7b-7c 7d 7e 7f 80 81 82 83|tuvwxyz{|}~.....
[   26.181192] 00b0|84 85 86 87 88 89 8a 8b-8c 8d 8e 8f 90 91 92 93|................
[   26.203765] 00c0|94 95 96 97 98 99 9a 9b-9c 9d 9e 9f a0 a1 a2 a3|............ ¡¢£
[   26.226345] 00d0|a4 a5 a6 a7 a8 a9 aa ab-ac ad ae af b0 b1 b2 b3|¤¥¦§¨©ª«¬­®¯°±²³
[   26.248923] 00e0|b4 b5 b6 b7 b8 b9 ba bb-bc bd be bf c0 c1 c2 c3|´µ¶·¸¹º»¼½¾¿ÀÁÂÃ
[   26.271496] 00f0|c4 c5 c6 c7 c8 c9 ca cb-cc cd ce cf d0 d1 d2 d3|ÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓ
[   26.294069] 0100|d4 d5 d6 d7 d8 d9 da db-dc dd de df __ __ __ __|ÔÕÖ×ØÙÚÛÜÝÞß____
[   26.316798] smsc911x_poll netif_receive_skb pktwords(268) pktlength(1070) netif_receive(0) rx_packets(5) rx_bytes(4324)
[   26.349269] smsc911x_poll rx_readfifo pktwords(268) pktlength(1070) rx_packets(6) rx_bytes(5390) skb->data(c1462020)
[   26.381053] 0000|fc fd 00 0d a7 00 0e 5c-1c c1 de 9b 52 2e 08 00|üý..§..\.ÁÞ.R...
[   26.403635] 0010|45 00 04 1c 00 00 40 00-40 01 1b 89 0a 00 03 c3|E.....@.@......Ã
[   26.426210] 0020|0a 00 03 96 08 00 76 de-0b fb 00 06 a5 58 ed 51|......vÞ.û..¥XíQ
[   26.448786] 0030|00 00 00 00 17 b7 02 00-00 00 00 00 10 11 12 13|.....·..........
[   26.471359] 0040|14 15 16 17 18 19 1a 1b-1c 1d 1e 1f 20 21 22 23|............ !"#
[   26.493934] 0050|24 25 26 27 28 29 2a 2b-2c 2d 2e 2f 30 31 32 33|$%&'()*+,-./0123
[   26.516507] 0060|34 35 36 37 38 39 3a 3b-3c 3d 3e 3f 40 41 42 43|456789:;<=>?@ABC
[   26.539079] 0070|44 45 46 47 48 49 4a 4b-4c 4d 4e 4f 50 51 52 53|DEFGHIJKLMNOPQRS
[   26.561649] 0080|54 55 56 57 58 59 5a 5b-5c 5d 5e 5f 60 61 62 63|TUVWXYZ[\]^_`abc
[   26.584220] 0090|64 65 66 67 68 69 6a 6b-6c 6d 6e 6f 70 71 72 73|defghijklmnopqrs
[   26.606795] 00a0|74 75 76 77 78 79 7a 7b-7c 7d 7e 7f 80 81 82 83|tuvwxyz{|}~.....
[   26.629370] 00b0|84 85 86 87 88 89 8a 8b-8c 8d 8e 8f 90 91 92 93|................
[   26.651942] 00c0|94 95 96 97 98 99 9a 9b-9c 9d 9e 9f a0 a1 a2 a3|............ ¡¢£
[   26.674511] 00d0|a4 a5 a6 a7 a8 a9 aa ab-ac ad ae af b0 b1 b2 b3|¤¥¦§¨©ª«¬­®¯°±²³
[   26.697082] 00e0|b4 b5 b6 b7 b8 b9 ba bb-bc bd be bf c0 c1 c2 c3|´µ¶·¸¹º»¼½¾¿ÀÁÂÃ
[   26.719662] 00f0|c4 c5 c6 c7 c8 c9 ca cb-cc cd ce cf d0 d1 d2 d3|ÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓ
[   26.742234] 0100|d4 d5 d6 d7 d8 d9 da db-dc dd de df __ __ __ __|ÔÕÖ×ØÙÚÛÜÝÞß____
[   26.764799] smsc911x_poll netif_receive_skb pktwords(268) pktlength(1070) netif_receive(0) rx_packets(6) rx_bytes(5390)
[   26.797255] smsc911x_poll rx_readfifo pktwords(268) pktlength(1070) rx_packets(7) rx_bytes(6456) skb->data(c1462020)
[   26.829039] 0000|86 b3 29 74 fc fd 00 0d-a7 00 0e 5c 1c c1 de 9b|.³)tüý..§..\.ÁÞ.
[   26.851617] 0010|52 2e 08 00 45 00 04 1c-00 00 40 00 40 01 1b 89|R...E.....@.@...
[   26.874190] 0020|0a 00 03 c3 0a 00 03 96-08 00 54 8f 0b fb 00 07|...Ã......T..û..
[   26.896763] 0030|a5 58 ed 51 00 00 00 00-39 05 03 00 00 00 00 00|¥XíQ....9.......
[   26.919334] 0040|10 11 12 13 14 15 16 17-18 19 1a 1b 1c 1d 1e 1f|................
[   26.941909] 0050|20 21 22 23 24 25 26 27-28 29 2a 2b 2c 2d 2e 2f| !"#$%&'()*+,-./
[   26.964480] 0060|30 31 32 33 34 35 36 37-38 39 3a 3b 3c 3d 3e 3f|0123456789:;<=>?
[   26.987053] 0070|40 41 42 43 44 45 46 47-48 49 4a 4b 4c 4d 4e 4f|@ABCDEFGHIJKLMNO
[   27.009628] 0080|50 51 52 53 54 55 56 57-58 59 5a 5b 5c 5d 5e 5f|PQRSTUVWXYZ[\]^_
[   27.032203] 0090|60 61 62 63 64 65 66 67-68 69 6a 6b 6c 6d 6e 6f|`abcdefghijklmno
[   27.054776] 00a0|70 71 72 73 74 75 76 77-78 79 7a 7b 7c 7d 7e 7f|pqrstuvwxyz{|}~.
[   27.077347] 00b0|80 81 82 83 84 85 86 87-88 89 8a 8b 8c 8d 8e 8f|................
[   27.099921] 00c0|90 91 92 93 94 95 96 97-98 99 9a 9b 9c 9d 9e 9f|................
[   27.122493] 00d0|a0 a1 a2 a3 a4 a5 a6 a7-a8 a9 aa ab ac ad ae af| ¡¢£¤¥¦§¨©ª«¬­®¯
[   27.145064] 00e0|b0 b1 b2 b3 b4 b5 b6 b7-b8 b9 ba bb bc bd be bf|°±²³´µ¶·¸¹º»¼½¾¿
[   27.167634] 00f0|c0 c1 c2 c3 c4 c5 c6 c7-c8 c9 ca cb cc cd ce cf|ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏ
[   27.190209] 0100|d0 d1 d2 d3 d4 d5 d6 d7-d8 d9 da db __ __ __ __|ÐÑÒÓÔÕÖ×ØÙÚÛ____
[   27.212752] smsc911x_poll netif_receive_skb pktwords(268) pktlength(1070) netif_receive(1) rx_packets(7) rx_bytes(6456)
[   27.245203] smsc911x_poll rx_readfifo pktwords(268) pktlength(1070) rx_packets(8) rx_bytes(7522) skb->data(c1462020)
[   27.276987] 0000|6c 95 66 87 fc fd 00 0d-a7 00 0e 5c 1c c1 de 9b|l.f.üý..§..\.ÁÞ.
[   27.299563] 0010|52 2e 08 00 45 00 04 1c-00 00 40 00 40 01 1b 89|R...E.....@.@...
[   27.322137] 0020|0a 00 03 c3 0a 00 03 96-08 00 31 40 0b fb 00 08|...Ã......1@.û..
[   27.344711] 0030|a5 58 ed 51 00 00 00 00-5c 53 03 00 00 00 00 00|¥XíQ....\S......
[   27.367283] 0040|10 11 12 13 14 15 16 17-18 19 1a 1b 1c 1d 1e 1f|................
[   27.389859] 0050|20 21 22 23 24 25 26 27-28 29 2a 2b 2c 2d 2e 2f| !"#$%&'()*+,-./
[   27.412430] 0060|30 31 32 33 34 35 36 37-38 39 3a 3b 3c 3d 3e 3f|0123456789:;<=>?
[   27.435002] 0070|40 41 42 43 44 45 46 47-48 49 4a 4b 4c 4d 4e 4f|@ABCDEFGHIJKLMNO
[   27.457573] 0080|50 51 52 53 54 55 56 57-58 59 5a 5b 5c 5d 5e 5f|PQRSTUVWXYZ[\]^_
[   27.480147] 0090|60 61 62 63 64 65 66 67-68 69 6a 6b 6c 6d 6e 6f|`abcdefghijklmno
[   27.502718] 00a0|70 71 72 73 74 75 76 77-78 79 7a 7b 7c 7d 7e 7f|pqrstuvwxyz{|}~.
[   27.525294] 00b0|80 81 82 83 84 85 86 87-88 89 8a 8b 8c 8d 8e 8f|................
[   27.547865] 00c0|90 91 92 93 94 95 96 97-98 99 9a 9b 9c 9d 9e 9f|................
[   27.570437] 00d0|a0 a1 a2 a3 a4 a5 a6 a7-a8 a9 aa ab ac ad ae af| ¡¢£¤¥¦§¨©ª«¬­®¯
[   27.593010] 00e0|b0 b1 b2 b3 b4 b5 b6 b7-b8 b9 ba bb bc bd be bf|°±²³´µ¶·¸¹º»¼½¾¿
[   27.615585] 00f0|c0 c1 c2 c3 c4 c5 c6 c7-c8 c9 ca cb cc cd ce cf|ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏ
[   27.638156] 0100|d0 d1 d2 d3 d4 d5 d6 d7-d8 d9 da db __ __ __ __|ÐÑÒÓÔÕÖ×ØÙÚÛ____
[   27.660700] smsc911x_poll netif_receive_skb pktwords(268) pktlength(1070) netif_receive(1) rx_packets(8) rx_bytes(7522)
[   27.693151] smsc911x_poll rx_readfifo pktwords(268) pktlength(1070) rx_packets(9) rx_bytes(8588) skb->data(c1462020)
[   27.724934] 0000|40 a9 46 ae fc fd 00 0d-a7 00 0e 5c 1c c1 de 9b|@©F®üý..§..\.ÁÞ.
[   27.747520] 0010|52 2e 08 00 45 00 04 1c-00 00 40 00 40 01 1b 89|R...E.....@.@...
[   27.770100] 0020|0a 00 03 c3 0a 00 03 96-08 00 0a f1 0b fb 00 09|...Ã.......ñ.û..
[   27.792676] 0030|a5 58 ed 51 00 00 00 00-82 a1 03 00 00 00 00 00|¥XíQ.....¡......
[   27.815250] 0040|10 11 12 13 14 15 16 17-18 19 1a 1b 1c 1d 1e 1f|................
[   27.837825] 0050|20 21 22 23 24 25 26 27-28 29 2a 2b 2c 2d 2e 2f| !"#$%&'()*+,-./
[   27.860400] 0060|30 31 32 33 34 35 36 37-38 39 3a 3b 3c 3d 3e 3f|0123456789:;<=>?
[   27.882973] 0070|40 41 42 43 44 45 46 47-48 49 4a 4b 4c 4d 4e 4f|@ABCDEFGHIJKLMNO
[   27.905547] 0080|50 51 52 53 54 55 56 57-58 59 5a 5b 5c 5d 5e 5f|PQRSTUVWXYZ[\]^_
[   27.928120] 0090|60 61 62 63 64 65 66 67-68 69 6a 6b 6c 6d 6e 6f|`abcdefghijklmno
[   27.950695] 00a0|70 71 72 73 74 75 76 77-78 79 7a 7b 7c 7d 7e 7f|pqrstuvwxyz{|}~.
[   27.973266] 00b0|80 81 82 83 84 85 86 87-88 89 8a 8b 8c 8d 8e 8f|................
[   27.995838] 00c0|90 91 92 93 94 95 96 97-98 99 9a 9b 9c 9d 9e 9f|................
[   28.018411] 00d0|a0 a1 a2 a3 a4 a5 a6 a7-a8 a9 aa ab ac ad ae af| ¡¢£¤¥¦§¨©ª«¬­®¯
[   28.040983] 00e0|b0 b1 b2 b3 b4 b5 b6 b7-b8 b9 ba bb bc bd be bf|°±²³´µ¶·¸¹º»¼½¾¿
[   28.063553] 00f0|c0 c1 c2 c3 c4 c5 c6 c7-c8 c9 ca cb cc cd ce cf|ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏ
[   28.086128] 0100|d0 d1 d2 d3 d4 d5 d6 d7-d8 d9 da db __ __ __ __|ÐÑÒÓÔÕÖ×ØÙÚÛ____
[   28.108668] smsc911x_poll netif_receive_skb pktwords(268) pktlength(1070) netif_receive(1) rx_packets(9) rx_bytes(8588)
[   28.141116] smsc911x_poll rx_readfifo pktwords(268) pktlength(1070) rx_packets(10) rx_bytes(9654) skb->data(c1462020)
[   28.173159] 0000|85 1f cb 15 fc fd 00 0d-a7 00 0e 5c 1c c1 de 9b|..Ë.üý..§..\.ÁÞ.
[   28.195735] 0010|52 2e 08 00 45 00 04 1c-00 00 40 00 40 01 1b 89|R...E.....@.@...
[   28.218309] 0020|0a 00 03 c3 0a 00 03 96-08 00 eb a1 0b fb 00 0a|...Ã......ë¡.û..
[   28.240890] 0030|a5 58 ed 51 00 00 00 00-a1 ef 03 00 00 00 00 00|¥XíQ....¡ï......
[   28.263466] 0040|10 11 12 13 14 15 16 17-18 19 1a 1b 1c 1d 1e 1f|................
[   28.286041] 0050|20 21 22 23 24 25 26 27-28 29 2a 2b 2c 2d 2e 2f| !"#$%&'()*+,-./
[   28.308614] 0060|30 31 32 33 34 35 36 37-38 39 3a 3b 3c 3d 3e 3f|0123456789:;<=>?
[   28.331187] 0070|40 41 42 43 44 45 46 47-48 49 4a 4b 4c 4d 4e 4f|@ABCDEFGHIJKLMNO
[   28.353759] 0080|50 51 52 53 54 55 56 57-58 59 5a 5b 5c 5d 5e 5f|PQRSTUVWXYZ[\]^_
[   28.376331] 0090|60 61 62 63 64 65 66 67-68 69 6a 6b 6c 6d 6e 6f|`abcdefghijklmno
[   28.398905] 00a0|70 71 72 73 74 75 76 77-78 79 7a 7b 7c 7d 7e 7f|pqrstuvwxyz{|}~.
[   28.421473] 00b0|80 81 82 83 84 85 86 87-88 89 8a 8b 8c 8d 8e 8f|................
[   28.444046] 00c0|90 91 92 93 94 95 96 97-98 99 9a 9b 9c 9d 9e 9f|................
[   28.466616] 00d0|a0 a1 a2 a3 a4 a5 a6 a7-a8 a9 aa ab ac ad ae af| ¡¢£¤¥¦§¨©ª«¬­®¯
[   28.489189] 00e0|b0 b1 b2 b3 b4 b5 b6 b7-b8 b9 ba bb bc bd be bf|°±²³´µ¶·¸¹º»¼½¾¿
[   28.511763] 00f0|c0 c1 c2 c3 c4 c5 c6 c7-c8 c9 ca cb cc cd ce cf|ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏ
[   28.534333] 0100|d0 d1 d2 d3 d4 d5 d6 d7-d8 d9 da db __ __ __ __|ÐÑÒÓÔÕÖ×ØÙÚÛ____
[   28.556879] smsc911x_poll netif_receive_skb pktwords(268) pktlength(1070) netif_receive(1) rx_packets(10) rx_bytes(9654)
[   28.589586] smsc911x_poll rx_readfifo pktwords(268) pktlength(1070) rx_packets(11) rx_bytes(10720) skb->data(c1462020)
[   28.621891] 0000|ed a8 e5 b8 54 55 00 0d-a7 00 0e 5c 1c c1 de 9b|í¨å¸TU..§..\.ÁÞ.
[   28.644469] 0010|52 2e 08 00 45 00 04 1c-00 00 40 00 40 01 1b 89|R...E.....@.@...
[   28.667043] 0020|0a 00 03 c3 0a 00 03 96-08 00 bf 3b 0b fb 00 1f|...Ã......¿;.û..
[   28.689620] 0030|a5 58 ed 51 00 00 00 00-c7 40 0a 00 00 00 00 00|¥XíQ....Ç@......
[   28.712194] 0040|10 11 12 13 14 15 16 17-18 19 1a 1b 1c 1d 1e 1f|................
[   28.734767] 0050|20 21 22 23 24 25 26 27-28 29 2a 2b 2c 2d 2e 2f| !"#$%&'()*+,-./
[   28.757340] 0060|30 31 32 33 34 35 36 37-38 39 3a 3b 3c 3d 3e 3f|0123456789:;<=>?
[   28.779913] 0070|40 41 42 43 44 45 46 47-48 49 4a 4b 4c 4d 4e 4f|@ABCDEFGHIJKLMNO
[   28.802484] 0080|50 51 52 53 54 55 56 57-58 59 5a 5b 5c 5d 5e 5f|PQRSTUVWXYZ[\]^_
[   28.825056] 0090|60 61 62 63 64 65 66 67-68 69 6a 6b 6c 6d 6e 6f|`abcdefghijklmno
[   28.847627] 00a0|70 71 72 73 74 75 76 77-78 79 7a 7b 7c 7d 7e 7f|pqrstuvwxyz{|}~.
[   28.870200] 00b0|80 81 82 83 84 85 86 87-88 89 8a 8b 8c 8d 8e 8f|................
[   28.892772] 00c0|90 91 92 93 94 95 96 97-98 99 9a 9b 9c 9d 9e 9f|................
[   28.915343] 00d0|a0 a1 a2 a3 a4 a5 a6 a7-a8 a9 aa ab ac ad ae af| ¡¢£¤¥¦§¨©ª«¬­®¯
[   28.937917] 00e0|b0 b1 b2 b3 b4 b5 b6 b7-b8 b9 ba bb bc bd be bf|°±²³´µ¶·¸¹º»¼½¾¿
[   28.960490] 00f0|c0 c1 c2 c3 c4 c5 c6 c7-c8 c9 ca cb cc cd ce cf|ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏ
[   28.983062] 0100|d0 d1 d2 d3 d4 d5 d6 d7-d8 d9 da db __ __ __ __|ÐÑÒÓÔÕÖ×ØÙÚÛ____
[   29.005606] smsc911x_poll netif_receive_skb pktwords(268) pktlength(1070) netif_receive(1) rx_packets(11) rx_bytes(10720)
[   29.038580] smsc911x_poll rx_readfifo pktwords(268) pktlength(1070) rx_packets(12) rx_bytes(11786) skb->data(c1462020)
[   29.070882] 0000|63 ac 9f f0 54 55 00 0d-a7 00 0e 5c 1c c1 de 9b|c¬.ðTU..§..\.ÁÞ.
[   29.093462] 0010|52 2e 08 00 45 00 04 1c-00 00 40 00 40 01 1b 89|R...E.....@.@...
[   29.116035] 0020|0a 00 03 c3 0a 00 03 96-08 00 f4 68 0b fb 00 37|...Ã......ôh.û.7
[   29.138607] 0030|a6 58 ed 51 00 00 00 00-99 fb 01 00 00 00 00 00|¦XíQ.....û......
[   29.161183] 0040|10 11 12 13 14 15 16 17-18 19 1a 1b 1c 1d 1e 1f|................
[   29.183757] 0050|20 21 22 23 24 25 26 27-28 29 2a 2b 2c 2d 2e 2f| !"#$%&'()*+,-./
[   29.206330] 0060|30 31 32 33 34 35 36 37-38 39 3a 3b 3c 3d 3e 3f|0123456789:;<=>?
[   29.228902] 0070|40 41 42 43 44 45 46 47-48 49 4a 4b 4c 4d 4e 4f|@ABCDEFGHIJKLMNO
[   29.251485] 0080|50 51 52 53 54 55 56 57-58 59 5a 5b 5c 5d 5e 5f|PQRSTUVWXYZ[\]^_
[   29.274061] 0090|60 61 62 63 64 65 66 67-68 69 6a 6b 6c 6d 6e 6f|`abcdefghijklmno
[   29.296634] 00a0|70 71 72 73 74 75 76 77-78 79 7a 7b 7c 7d 7e 7f|pqrstuvwxyz{|}~.
[   29.319206] 00b0|80 81 82 83 84 85 86 87-88 89 8a 8b 8c 8d 8e 8f|................
[   29.341779] 00c0|90 91 92 93 94 95 96 97-98 99 9a 9b 9c 9d 9e 9f|................
[   29.364351] 00d0|a0 a1 a2 a3 a4 a5 a6 a7-a8 a9 aa ab ac ad ae af| ¡¢£¤¥¦§¨©ª«¬­®¯
[   29.386923] 00e0|b0 b1 b2 b3 b4 b5 b6 b7-b8 b9 ba bb bc bd be bf|°±²³´µ¶·¸¹º»¼½¾¿
[   29.409497] 00f0|c0 c1 c2 c3 c4 c5 c6 c7-c8 c9 ca cb cc cd ce cf|ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏ
[   29.432068] 0100|d0 d1 d2 d3 d4 d5 d6 d7-d8 d9 da db __ __ __ __|ÐÑÒÓÔÕÖ×ØÙÚÛ____
[   29.454610] smsc911x_poll netif_receive_skb pktwords(268) pktlength(1070) netif_receive(1) rx_packets(12) rx_bytes(11786)

Note You need to log in before you can comment on or make changes to this bug.