diff options
author | Neale Ranns <neale@graphiant.com> | 2021-12-31 10:37:45 +0000 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2021-12-31 17:47:26 +0000 |
commit | 657b9e3e4d0b5580384974f7aa6ef58226cbbc4a (patch) | |
tree | 1eba78d096dbacb22dcc42deabbfba462d8caac1 /src/vnet/buffer.h | |
parent | a2b7a02d9c3e03b4923f4153714f43e361960cf0 (diff) |
misc: Remove the unused GBP fields from the buffer meta-data
Type: refactor
Signed-off-by: Neale Ranns <neale@graphiant.com>
Change-Id: I92496501360ee073795206bde87f4731a5ce074c
Diffstat (limited to 'src/vnet/buffer.h')
-rw-r--r-- | src/vnet/buffer.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/vnet/buffer.h b/src/vnet/buffer.h index 594c6083b84..aa5d12e0754 100644 --- a/src/vnet/buffer.h +++ b/src/vnet/buffer.h @@ -467,15 +467,7 @@ typedef struct } qos; u8 loop_counter; - u8 __unused[1]; - - /* Group Based Policy */ - struct - { - u8 __unused; - u8 flags; - u16 sclass; - } gbp; + u8 __unused[5]; /** * The L4 payload size set on input on GSO enabled interfaces |