Skip to content

Releases: alliedtelesis/netmap

e71c188-atl-4

29 Aug 02:28

Choose a tag to compare

What's Changed

Full Changelog: e71c188-atl-3...e71c188-atl-4

e71c188-atl-3

27 May 19:09

Choose a tag to compare

e71c188-atl-2

27 May 03:04

Choose a tag to compare

e71c188-atl-1

27 May 01:34

Choose a tag to compare

19a7eb6a-atl-1

17 Feb 21:56

Choose a tag to compare

974b68c0-atl-23

13 Jan 23:10

Choose a tag to compare

974b68c0-atl-22

08 Jan 01:24

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

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

Choose a tag to compare

What's Changed

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

974b68c0-atl-19

01 Nov 00:59

Choose a tag to compare