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