Commit Graph

21 Commits (alistair/main)

Author SHA1 Message Date
Louis Peens 779514ec04 nfp: update Agilio SmartNIC flower firmware to rev AOTC-2.12.A.13
This is a small bugfix release, most notably improving link state
stability in certain cases.

Signed-off-by: Louis Peens <louis.peens@netronome.com>
Tested-by: Charles Murcott <charles.murcott@netronome.com>
Signed-off-by: Simon Horman <simon.horman@netronome.com>
2020-01-29 10:28:50 +02:00
Thierry Reding 9cfefbd7fb
Remove duplicate symlinks
Now that the copy-firmware.sh script can create symlinks from the Link:
entries in the WHENCE file on the fly, remove the duplicate symlinks
from the filesystem.

One odd entry was intel/dsp_fw_cnl.bin which was listed both as symlink
and as a regular file. Both entries can be removed since the it's really
a symlink, so it will be recreated at installation time.

While at it, update the check_whence.py script to not look for the
existence of symlinks in the filesystem because they are created on the
fly at installation time by the copy_firmware.sh script.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-10-04 18:34:07 -04:00
Louis Peens 70af908f4a nfp: update Agilio SmartNIC flower firmware to rev AOTC-2.10.A.38
New in this release:
  - Support for tunnels over vlans.

Improvements:
  - Fix hashing when using more than two ports in a bond.

Signed-off-by: Louis Peens <louis.peens@netronome.com>
Tested-by: Charles Murcott <charles.murcott@netronome.com>
Reviewed-by: Simon Horman <simon.horman@netronome.com>
2019-08-05 14:30:52 +02:00
Louis Peens 7f4139400b nfp: update Agilio SmartNIC flower firmware to rev AOTC-2.10.A.23
New in this release:
  - Add support for Agilio LX cards

Improvements:
  - Improve tunnel setup time in low traffic rate scenarios

Signed-off-by: Louis Peens <louis.peens@netronome.com>
Tested-by: Charles Murcott <charles.murcott@netronome.com>
Acked-by: Simon Horman <simon.horman@netronome.com>
2019-03-15 10:14:52 +02:00
Louis Peens 450632bb78 nfp: update Agilio SmartNIC firmware to rev 2.1.16.1
Fixes DMAR errors that occurred when using the firmware
with DPDK applications.

Signed-off-by: Louis Peens <louis.peens@netronome.com>
Tested-by: Brendan Galloway <brendan.galloway@netronome.com>
Acked-by: Edwin Peer <edwin.peer@netronome.com>
2019-02-27 09:34:16 +02:00
Louis Peens d9fb2ee680 nfp: update Agilio SmartNIC flower firmware to rev AOTC-2.10.A.13
New in this release:
  - Ingress rate limiting capability on SRIOV VFs.
  - LSO support on representor interfaces

Resolved bugs:
  - Creating/destroying VFs in a loop can lead to the control
    message handler hanging.

Signed-off-by: Louis Peens <louis.peens@netronome.com>
Tested-by: Charles Murcott <charles.murcott@netronome.com>
Acked-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Acked-by: Simon Horman <simon.horman@netronome.com>
2018-12-10 22:30:34 +02:00
Ciaran Toal 5904eab2b7 nfp: update Agilio SmartNIC firmware to rev 2.1.16
Very late testing of the previous firmware revealed that some VFs were
locked out due to a multicast bug. The issue is resolved in this firmware.

Signed-off-by: Ciaran Toal <ciaran.toal@netronome.com>
Signed-off-by: Edwin Peer <edwin.peer@netronome.com>
Signed-off-by: Nic Viljoen <nick.viljoen@netronome.com>
Tested-by: Brendan Galloway <brendan.galloway@netronome.com>
Signed-off-by: Simon Horman <simon.horman@netronome.com>
2018-11-06 12:05:21 +01:00
Mary Pham f503e1d560 nfp: Add Agilio BPF firmware rev 2.0.6.124
Netronome supports eBPF offload for XDP and cls_bpf on Agilio SmartNICs.

The upstream kernel driver allows for the translation of kernel eBPF
programs into microcode.  This firmware supports the eBPF microcode
generated by the in-kernel Just-in-Time (JIT) compiler.  Firmware
also provides support for driver to enable bpftool to inspect and
manage offloaded eBPF maps and programs.

Please visit https://help.netronome.com for further information and
supported features.

Signed-off-by: Mary Pham <mary.pham@netronome.com>
Signed-off-by: Edwin Peer <edwin.peer@netronome.com>
Signed-off-by: Nic Viljoen <nick.viljoen@netronome.com>
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Tested-by: Brendan Galloway <brendan.galloway@netronome.com>
2018-10-08 15:06:26 -07:00
Louis Peens 68a49302e7 nfp: update Agilio SmartNIC flower firmware to rev AOTC-2.9.A.37
This version of the firmware adds a fix to ensure that the vlan prio/pcp
field is extracted correctly for matching in hardware.

Signed-off-by: Louis Peens <louis.peens@netronome.com>
Reviewed-by: Simon Horman <simon.horman@netronome.com>
Tested-by: Brendan Galloway <brendan.galloway@netronome.com>
2018-10-03 15:09:00 -07:00
Edwin Peer dc638d6f3a nfp: update Agilio SmartNIC firmware to rev 2.1.13
New in this release:
  - SR-IOV VEB support
  - Zero-copy multicast
  - Host to host checksum offload
  - Offload inner checksums over VXLAN
  - TSO over VXLAN tunnels
  - RSS over VXLAN and GRE
  - eBPF programmable RSS
  - PCIe performance enhancements
  - Maintain per queue statistics
  - Report core clock frequency to driver

Resolved bugs:
  - Unreliable link state managment when reloading firmware
  - Incorrect MAC discard statistics
  - Broken RSS remapping in port breakout modes
  - Inappropriately dropped malformed packets

Signed-off-by: Edwin Peer <edwin.peer@netronome.com>
Signed-off-by: Nic Viljoen <nick.viljoen@netronome.com>
Tested-by: Brendan Galloway <brendan.galloway@netronome.com>
Acked-by: Jakub Kicinski <jakub.kicinski@netronome.com>
2018-10-01 17:55:12 -07:00
Louis Peens c4883661c7 nfp: update Agilio SmartNIC flower firmware to rev AOTC-2.9.A.31
This version of the firmware adds support for the offloading of Geneve
tunneling with up to 32 Bytes of options.

Signed-off-by: Louis Peens <louis.peens@netronome.com>
Signed-off-by: Simon Horman <simon.horman@netronome.com>
2018-08-07 17:21:32 +02:00
Louis Peens a6327c5a5f nfp: Add symlink for Agilio CX 1x40GbE flower firmware
The Agilio CX 1x40GbE card uses the same firmware as the Agilio CX 2x40GbE
card, this adds the symlink to the file for consistency.

Signed-off-by: Louis Peens <louis.peens@netronome.com>
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
2018-05-16 10:29:50 +02:00
Louis Peens 8b78780511 nfp: update Agilio SmartNIC flower firmware to rev AOTC-2.9.A.16
This version of the Agilio SmarNIC flower firmware contains a few small
feature updates as listed below. The versioning scheme has also been updated
since the previous r5701 release.

New Features:
  - Small performance improvements for large number of flows
  - Geneve tunneling offloads
  - Offload IP fragmentation matching

Signed-off-by: Louis Peens <louis.peens@netronome.com>
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
2018-05-16 10:29:34 +02:00
Louis Peens 0783fb952f nfp: add symlink for mixed mode Agilio CX 2x25GbE cards
This adds support for running Netronome Agilio CX 2x25GbE cards
in mixed mode for the flower firmware, where one port is set
to 10G and the other to 25G.

Signed-off-by: Louis Peens <louis.peens@netronome.com>
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
2018-04-19 11:08:57 +02:00
Louis Peens 380957edf0 nfp: update Agilio SmartNIC flower firmware to rev 5701
Some bugfixes since 5642 release:
  - Fix bug locking up the host when dumping firmware information via
    ethtool on older kernels.
  - Fix jumbo frame MTU bug
  - Fix a bug where vxlan tunnel setup could overload the host

Signed-off-by: Louis Peens <louis.peens@netronome.com>
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
2018-04-19 11:08:24 +02:00
Edwin Peer 832c9addb9 nfp: update Agilio SmartNIC firmware to rev 2.0.7
Changes since 2.0.4 release:
  - support Agilio LX adapters
  - support live MAC address updates for certain bonding modes
  - improve link state handling to prevent DPDK PMD reconfig timeouts
  - fix IPv6 header length calculation in TSO handler
  - support debug dumps via ethtool interface
  - gracefully handle MAC protocol errors

Signed-off-by: Edwin Peer <edwin.peer@netronome.com>
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
2018-03-29 17:42:11 -07:00
Edwin Peer 2a91ed9542 nfp: update Agilio SmartNIC firmware to rev 2.0.4
Changes since 2.0 release:
- fix TSO bug triggering on large number of segments
- PCIe performance enhancements
- support 1x10G and 1x25G breakout on 2x25G devices

Signed-off-by: Edwin Peer <edwin.peer@netronome.com>
Signed-off-by: Nic Viljoen <nick.viljoen@netronome.com>
2018-02-02 15:14:11 -08:00
Louis Peens b39260f04b nfp: add firmware for tc-flower
Add firmware that allows offloading of tc-flower filters for
Netronome Agilio CX SmartNICs.

Signed-off-by: Louis Peens <louis.peens@netronome.com>
Signed-off-by: Frikkie Scholtz <frikkie.scholtz@netronome.com>
2017-12-01 10:29:20 +02:00
Louis Peens c752e2449d nfp: change firmware directory layout
Move the current firmware files for Netronome Agilio CX SmartNICs into a
subdirectory and use symlinks in the main netronome directory to point
to this firmware. This is to prepare for future firmware additions for
the same cards that provide different functionality.

Signed-off-by: Louis Peens <louis.peens@netronome.com>
Signed-off-by: Nic Viljoen <nick.viljoen@netronome.com>
2017-12-01 10:29:20 +02:00
Louis Peens 00a92a3600 nfp: update firmware for Agilio CX SmartNICs
Update the current firmware files for Netronome Agilio CX SmartNICs to
version 2.0.

Signed-off-by: Louis Peens <louis.peens@netronome.com>
Signed-off-by: Nic Viljoen <nick.viljoen@netronome.com>
2017-12-01 10:29:20 +02:00
Pablo Cascón d6daf7a893 nfp: Add firmware 0.6.1
Adding PF only NIC fw for Netronome Agilio CX SmartNICs

Signed-off-by: Pablo Cascón <pablo.cascon@netronome.com>
Signed-off-by: Dinan Gunawardena <dinan.gunawardena@netronome.com>
2017-03-23 14:32:07 +00:00