Quantcast
Channel: Intel Communities : Discussion List - Wired Ethernet
Viewing all articles
Browse latest Browse all 4405

How do I change link speed of Intel 82599 NIC?

$
0
0

I'm trying to set my Intel 82599 link speed to 1Gb/s using ethtool but it fails with "Invalid argument"

More details of the NIC I'm using- AOC-STGN-i2S 2-port 10GB SFP+ NIC (Intel 82599) and the Finisar transceiver FTLX8571D3BCL.

The NIC is connected via the transceiver and a 10G Duplex Multimode optical fiber cable to a port on an FPGA  that is currently programmed to run at 10G

I would like to do this using a kernel supported driver (ixgbe) and also when using a DPDK enabled driver (igb_uio)

My OS is Linux 4.4.0-34-generic #53-Ubuntu SMP Wed Jul 27 16:06:39 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

 

Some questions..

- Once the NIC changes to 1 G, can I expect it to do auto -negotiation and get the FPGA port also to shift to 1 G?

- The ethtool output says the NIC supports a single link mode 10000baseT/Full but the instruction in the datasheet under MAUI Link Setup Flow suggest that it could run at 1G, which one is right? (Also, I don't understand this way of configuring the NIC, and would be glad to get more pointers on this)

- There is a doc that calls the transceiver as a single rate 10G, does that mean

 

sudo /sbin/ethtool -s ens1f0 autoneg off speed 1000 duplex full

Cannot set new settings: Invalid argument

  not setting speed

  not setting duplex

  not setting autoneg

 

Here is the output from ethtool

lavanyaj@mule-1:~$ ethtool ens1f0

Settings for ens1f0:

  Supported ports: [ FIBRE ]

  Supported link modes:   10000baseT/Full

  Supported pause frame use: No

  Supports auto-negotiation: No

  Advertised link modes:  10000baseT/Full

  Advertised pause frame use: No

  Advertised auto-negotiation: No

  Speed: 10000Mb/s

  Duplex: Full

  Port: FIBRE

  PHYAD: 0

  Transceiver: external

  Auto-negotiation: off

Cannot get wake-on-lan settings: Operation not permitted

  Current message level: 0x00000007 (7)

        drv probe link

  Link detected: yes


Viewing all articles
Browse latest Browse all 4405

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>