Ethernet Products
Determine ramifications of Intel® Ethernet products and technologies
4865 Discussions

How do I enable rx-fcs and rx-all for Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Card?

WLock
Beginner
4,351 Views

Currently, I have the following:

# ethtool -k p1p2

Features for p1p2:

rx-checksumming: on

tx-checksumming: on

tx-checksum-ipv4: on

tx-checksum-ip-generic: off [fixed]

tx-checksum-ipv6: on

tx-checksum-fcoe-crc: on [fixed]

tx-checksum-sctp: on

scatter-gather: on

tx-scatter-gather: on

tx-scatter-gather-fraglist: off [fixed]

tcp-segmentation-offload: on

tx-tcp-segmentation: on

tx-tcp-ecn-segmentation: off [fixed]

tx-tcp6-segmentation: on

udp-fragmentation-offload: off [fixed]

generic-segmentation-offload: on

generic-receive-offload: on

large-receive-offload: on

rx-vlan-offload: on

tx-vlan-offload: on

ntuple-filters: off

receive-hashing: on

highdma: on [fixed]

rx-vlan-filter: on [fixed]

vlan-challenged: off [fixed]

tx-lockless: off [fixed]

netns-local: off [fixed]

tx-gso-robust: off [fixed]

tx-fcoe-segmentation: on [fixed]

tx-gre-segmentation: off [fixed]

tx-udp_tnl-segmentation: on

fcoe-mtu: off [fixed]

tx-nocache-copy: on

loopback: off [fixed]

rx-fcs: off [fixed]

rx-all: off [fixed]

tx-vlan-stag-hw-insert: off [fixed]

rx-vlan-stag-hw-parse: off [fixed]

rx-vlan-stag-filter: off [fixed]

I need rx-fcs and rx-all on. The only message I could find on the topic was from 2014, and said that this might be supported in a future release.

We're using:

driver: ixgbe

version: 5.0.4

firmware-version: 0x18b30001

bus-info: 0000:04:00.1

supports-statistics: yes

supports-test: yes

supports-eeprom-access: yes

supports-register-dump: yes

supports-priv-flags: yes

Linux HOSTNAME 3.10.105-1.el6.elrepo.x86_64 # 1 SMP Fri Feb 10 10:48:08 EST 2017 x86_64 x86_64 x86_64 GNU/Linux

LSB Version: :base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch

Distributor ID: CentOS

Description: CentOS release 6.8 (Final)

Release: 6.8

Codename: Final

Not sure what other data to provide.

If this card/chipset will not support this, what will?

0 Kudos
4 Replies
WLock
Beginner
2,644 Views

Also the output of dmesg:

# dmesg | grep ixgbe

ixgbe: 0000:04:00.0: ixgbe_check_options: FCoE Offload feature enabled

ixgbe: allow_unsupported_sfp Enabled

ixgbe 0000:04:00.0: irq 77 for MSI/MSI-X

ixgbe 0000:04:00.0: irq 78 for MSI/MSI-X

ixgbe 0000:04:00.0: irq 79 for MSI/MSI-X

ixgbe 0000:04:00.0: irq 80 for MSI/MSI-X

ixgbe 0000:04:00.0: irq 81 for MSI/MSI-X

ixgbe 0000:04:00.0: irq 82 for MSI/MSI-X

ixgbe 0000:04:00.0: irq 83 for MSI/MSI-X

ixgbe 0000:04:00.0: irq 84 for MSI/MSI-X

ixgbe 0000:04:00.0: irq 85 for MSI/MSI-X

ixgbe 0000:04:00.0: PCI Express bandwidth of 32GT/s available

ixgbe 0000:04:00.0: (Speed:5.0GT/s, Width: x8, Encoding Loss:20%)

ixgbe 0000:04:00.0 eth0: MAC: 2, PHY: 1, PBA No: E66560-003

ixgbe 0000:04:00.0: 00:1b:21:xx:xx:xx

ixgbe 0000:04:00.0 eth0: Enabled Features: RxQ: 8 TxQ: 8 FdirHash

ixgbe 0000:04:00.0 eth0: Intel(R) 10 Gigabit Network Connection

ixgbe: 0000:04:00.1: ixgbe_check_options: FCoE Offload feature enabled

ixgbe: allow_unsupported_sfp Enabled

ixgbe 0000:04:00.1: irq 86 for MSI/MSI-X

ixgbe 0000:04:00.1: irq 87 for MSI/MSI-X

ixgbe 0000:04:00.1: irq 88 for MSI/MSI-X

ixgbe 0000:04:00.1: irq 89 for MSI/MSI-X

ixgbe 0000:04:00.1: irq 90 for MSI/MSI-X

ixgbe 0000:04:00.1: irq 91 for MSI/MSI-X

ixgbe 0000:04:00.1: irq 92 for MSI/MSI-X

ixgbe 0000:04:00.1: irq 93 for MSI/MSI-X

ixgbe 0000:04:00.1: irq 94 for MSI/MSI-X

ixgbe 0000:04:00.1: PCI Express bandwidth of 32GT/s available

ixgbe 0000:04:00.1: (Speed:5.0GT/s, Width: x8, Encoding Loss:20%)

ixgbe 0000:04:00.1 eth1: MAC: 2, PHY: 19, SFP+: 6, PBA No: E66560-003

ixgbe 0000:04:00.1: 00:1b:21:xx:xx:xx

ixgbe 0000:04:00.1 eth1: Enabled Features: RxQ: 8 TxQ: 8 FdirHash

ixgbe 0000:04:00.1 eth1: Intel(R) 10 Gigabit Network Connection

ixgbe 0000:04:00.1: registered PHC device on p1p2

ixgbe 0000:04:00.1 p1p2: detected SFP+: 6

ixgbe 0000:04:00.1 p1p2: NIC Link is Up 10 Gbps, Flow Control: RX/TX

Note also that the results are the same if allow_unsupported_sfp is on or off. Currently there is a supported sfp in place. I've tried it both ways.

0 Kudos
idata
Employee
2,644 Views

Hi Vladinatrix,

 

 

Thank you for the information. Let me check on this.

 

 

Rgds,

 

wb

 

0 Kudos
idata
Employee
2,644 Views

Hi Vladinatrix,

 

 

Can you share also where is the information you mentioned that the topic you can find was from 2014?

 

 

Rgds,

 

wb
0 Kudos
idata
Employee
2,644 Views

HI Vladinatrix,

 

 

Please feel free to update me.

 

 

thanks,

 

wb

 

0 Kudos
Reply