diff options
author | Benoît Ganne <bganne@cisco.com> | 2024-04-08 16:49:06 +0200 |
---|---|---|
committer | Damjan Marion <dmarion@0xa5.net> | 2024-04-10 14:04:51 +0000 |
commit | 50e7ea7b14863a155a359fb192df9a23883a3391 (patch) | |
tree | 5f7b6e169744fe0fdd3ce10c69ae1e07e41255d6 /src/vnet/session/session.h | |
parent | f521df72005cc8e995e908175392b183083568c8 (diff) |
vlib: fix vlib_buffer_free_inline() AVX-512 overflow
'queue' is declared on the stack and must be big enough to handle
queue_size + max processed elements per loops.
When AVX-512 was added, this additional max was not increased from 4 to
8 accordingly.
Type: fix
Fixes: 767a9ab4b1
Change-Id: I15f2f930fc316f92da2e4642f41852d856c06a48
Signed-off-by: Benoît Ganne <bganne@cisco.com>
Diffstat (limited to 'src/vnet/session/session.h')
0 files changed, 0 insertions, 0 deletions