aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAndrew Yourtchenko <ayourtch@gmail.com>2018-03-07 17:35:59 +0100
committerDamjan Marion <dmarion.lists@gmail.com>2018-03-11 19:29:27 +0000
commit2ca200501e3e58a8f7d2497ff9ba5a39f2f47014 (patch)
tree6fcf43ff0f53a62f0c4b6e76167ce10d51b74ad6 /test
parenteeef247aef46684f2537644b9ef1ade2e313437e (diff)
vnet: l2-classify: prefetch (n+2, n+3) rather than (n+1, n+2) inside dual loop code
The dual loop within the L2 classifier processes the (n, n+1) packets, the prefetching was trying to prefetch (n+1, n+2) - thus half of the prefetches were not used - because the next iteration needs (n+2, n+3). Change-Id: I827d20845dbdd0dcdcf463ee25661a7921428992 Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions