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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>