Hi,

I am running OpenBSD 6.3 with a PCI-Express Intel i350T4 Network card. The card is detected with the em(4) driver but upon looking at the hwfeatures with ifconfig I notice that none of the offloading features the card supports are enabled. Looking at the documentation for the em(4) driver it states that it supports most of the offloading features:

```
“The em driver supports IPv4 receive IP/TCP/UDP checksum offload and transmit TCP/UDP checksum offload on all but 82542-based adapters, VLAN tag insertion and stripping, and jumbo frames on all but 82562V, 82566DC/82566DM and 82573E/82573L/82573V-based adapters. The 82562V Ethernet controller chip only supports 10/100 media types.”
```

Yet none are enabled. Any ideas how to get them enabled on OpenBSD?

My pertinent dmesg(8) output related to the i350:

```
em1 at pci19 dev 0 function 0 "Intel I350" rev 0x01: apic 2 int 16, address 00:19:99:d7:88:a2 em2 at pci19 dev 0 function 1 "Intel I350" rev 0x01: apic 2 int 17, address 00:19:99:d7:88:a3 em3 at pci19 dev 0 function 2 "Intel I350" rev 0x01: apic 2 int 18, address 00:19:99:d7:88:a4 em4 at pci19 dev 0 function 3 "Intel I350" rev 0x01: apic 2 int 19, address 00:19:99:d7:88:a5
```

ifconfig on my lan port shows:

```
em2: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        hwfeatures=10<VLAN_MTU> hardmtu 9216
        lladdr 00:19:99:d7:88:a3
        index 3 priority 0 llprio 3
media: Ethernet autoselect (1000baseT full-duplex,rxpause,txpause)
        status: active
        inet 192.168.1.1 netmask 0xffffff00 broadcast 192.168.1.255
```

--
Adonis

Reply via email to