octeon: fix compilation on octeon9
Type: fix Signed-off-by: Monendra Singh Kushwaha <kmonendra@marvell.com> Change-Id: I9ffa78122dcd6b98cad9902e43ba8432fcd572b1
This commit is contained in:
parent
70d2a08e7e
commit
0950830ee9
@ -300,7 +300,8 @@ oct_tx_enq16 (vlib_main_t *vm, oct_tx_ctx_t *ctx, vnet_dev_tx_queue_t *txq,
|
||||
{
|
||||
u8 dwords_per_line[16], *dpl = dwords_per_line;
|
||||
u64 __attribute__ ((unused)) lmt_arg, ioaddr, n_lines;
|
||||
u32 n_left, or_flags_16 = 0, n = 0;
|
||||
u32 __attribute__ ((unused)) or_flags_16 = 0;
|
||||
u32 n_left, n = 0;
|
||||
const u32 not_simple_flags =
|
||||
VLIB_BUFFER_NEXT_PRESENT | VNET_BUFFER_F_OFFLOAD;
|
||||
lmt_line_t *l = ctx->lmt_lines;
|
||||
|
Loading…
x
Reference in New Issue
Block a user