Skip to content

Releases: alliedtelesis/netmap

974b68c0-atl-23

13 Jan 23:10
Compare
Choose a tag to compare

974b68c0-atl-22

08 Jan 01:24
Compare
Choose a tag to compare
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

07 Jan 01:38
Compare
Choose a tag to compare
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

06 Jan 21:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: 974b68c0-atl-19...974b68c0-atl-20

974b68c0-atl-19

01 Nov 00:59
Compare
Choose a tag to compare

974b68c0-atl-18

30 Oct 00:18
Compare
Choose a tag to compare

974b68c0-atl-17

02 Oct 02:36
Compare
Choose a tag to compare
ipt_netmap: Allow building for kernel < 6.4.1 but > 6.0.0

974b68c0-atl-16

15 Sep 21:27
Compare
Choose a tag to compare
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

10 Sep 19:45
Compare
Choose a tag to compare
Support Intel ICE driver in linux6.6.48+

974b68c0-atl-14

20 Jun 03:25
Compare
Choose a tag to compare
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