tech-net archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: wm(4)



From: SAITOH Masanobu <msaitoh%execsw.org@localhost>
>On 2015/10/29 5:05, Robert Swindells wrote:
>> Anyone else having problems with wm(4) in current ?
>> 
>> Works fine in a kernel from Oct 5, doesn't do anything in latest version.
>> 
>> The dmesg lines are:
>> 
>> wm0 at pci3 dev 0 function 0: Intel i82574L (rev. 0x00)
>> wm0: interrupting at ioapic0 pin 17
>
>Not MSI-X but INTx? Are you using Xen dom0 or non x86 machine?

It is an AMD amd64 machine, not running Xen.

I don't know whether it should support MSI-X or not, I am running a
custom kernel on it which did not contain wmimsi and acpiwmi but adding
them makes no difference. Is there anything else that should be added ?

Output of ifconfig -v is:

wm0: flags=0x8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
	capabilities=7ff80<TSO4,IP4CSUM_Rx,IP4CSUM_Tx,TCP4CSUM_Rx>
	capabilities=7ff80<TCP4CSUM_Tx,UDP4CSUM_Rx,UDP4CSUM_Tx,TCP6CSUM_Rx>
	capabilities=7ff80<TCP6CSUM_Tx,UDP6CSUM_Rx,UDP6CSUM_Tx,TSO6>
	enabled=7ff80<TSO4,IP4CSUM_Rx,IP4CSUM_Tx,TCP4CSUM_Rx>
	enabled=7ff80<TCP4CSUM_Tx,UDP4CSUM_Rx,UDP4CSUM_Tx,TCP6CSUM_Rx>
	enabled=7ff80<TCP6CSUM_Tx,UDP6CSUM_Rx,UDP6CSUM_Tx,TSO6>
	ec_capabilities=7<VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU>
	ec_enabled=0
	address: 68:05:ca:28:b1:c7
	media: Ethernet autoselect (1000baseT full-duplex,flowcontrol,rxpause,txpause)
	status: active
	input: 5 packets, 1480 bytes
	output: 27 packets, 4156 bytes, 11 multicasts
	inet 192.168.0.2 netmask 0xffffff00 broadcast 192.168.0.255
	inet6 fe80::6a05:caff:fe28:b1c7%wm0 prefixlen 64 scopeid 0x2

Also tried with all offloading options turned off, no change.

Running tcpdump on another machine shows it sending ARP requests.

Version 1.350 of if_wm.c works.

Robert Swindells


Home | Main Index | Thread Index | Old Index