Releases: alliedtelesis/netmap
Releases · alliedtelesis/netmap
974b68c0-atl-23
Full Changelog: 974b68c0-atl-22...974b68c0-atl-23
974b68c0-atl-22
mvpp2: fix netmap_stop procedure When disabling netmap the stop procedure would not function correctly for mvpp2 CP units with more than 1 port in use. Change pool/memory free condition such that it only occurs once per CP unit. Also change the rx offset change to use the rxq id (similar change to netmap_start procedure).
974b68c0-atl-21
mvpp2: set rx offset using queue id If multiple ports are used on the same CP unit, the queue number for these are separated by 32 i.e. queue 0 on port 0 is q0, but queue 0 on port 1 is q32. Therefore the offset set code does not work for these ports, as it tries to set q0-3 on each port instead of the correct queue ids.
974b68c0-atl-20
What's Changed
- Rework deletion of ipt_netmap_priv by @thomasjwinter in #48
Full Changelog: 974b68c0-atl-19...974b68c0-atl-20
974b68c0-atl-19
Full Changelog: 974b68c0-atl-18...974b68c0-atl-19
974b68c0-atl-18
Full Changelog: 974b68c0-atl-17...974b68c0-atl-18
974b68c0-atl-17
ipt_netmap: Allow building for kernel < 6.4.1 but > 6.0.0
974b68c0-atl-16
ipt_netmap: Implement large skb handling for IPv6 This handling has previously been implemented for IPv4 and is also needed for IPv6. See related commits: https://github.com/alliedtelesis/netmap/commit/47dfc0628f1ae61e8c18f1ce3ac55bf7685b7cb5 https://github.com/alliedtelesis/netmap/commit/17794ce5e1c636b942bed335722d9ba066230cee
974b68c0-atl-15
Support Intel ICE driver in linux6.6.48+
974b68c0-atl-14
Fix configure script The upstream configure script for detecting expects netif_rx_ni to be in skbuff.h - it is defined in netdevice.h. Change-Id: I31d55a102b76d68f729626d12c9b450716b06062