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