diff options
author | Mohammed Hawari <mohammed@hawari.fr> | 2021-01-20 10:40:31 +0100 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2021-01-21 13:22:27 +0000 |
commit | 692b52dca66770e48aae550efce7145c31b0a4f6 (patch) | |
tree | 595ed57064df875335bbc51cee7cd96ad646995d /src/plugins/marvell/pp2/pp2.h | |
parent | 941005336ee8cec614a856089f3d873f7d98135c (diff) |
marvell: adapt pp2 to new rxq framework.
Change-Id: I8759a07a24692b8b418ef8eb2025b61a62d2dda1
Type: improvement
Signed-off-by: Mohammed Hawari <mohammed@hawari.fr>
Diffstat (limited to 'src/plugins/marvell/pp2/pp2.h')
-rw-r--r-- | src/plugins/marvell/pp2/pp2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/marvell/pp2/pp2.h b/src/plugins/marvell/pp2/pp2.h index f8fb78f50be..abb8e573a37 100644 --- a/src/plugins/marvell/pp2/pp2.h +++ b/src/plugins/marvell/pp2/pp2.h @@ -35,6 +35,7 @@ typedef struct { CLIB_CACHE_LINE_ALIGN_MARK (cacheline0); u16 size; + u32 queue_index; struct pp2_bpool *bpool; } mrvl_pp2_inq_t; |