Re: [PATCH] net/cnxk: flush SQ before configuring MTU

2023-06-15 Thread Jerin Jacob
On Thu, Jun 15, 2023 at 10:34 AM wrote: > > From: Satha Rao > > When try to configure MTU for lower value causes run time failure > due to old bigger packets enqueued. To avoid error interrupts better > to flush the all SQs of this port before configuring new MTU. Added Fixes: 8589ec212e80 (

[PATCH] net/cnxk: flush SQ before configuring MTU

2023-06-14 Thread skoteshwar
From: Satha Rao When try to configure MTU for lower value causes run time failure due to old bigger packets enqueued. To avoid error interrupts better to flush the all SQs of this port before configuring new MTU. Signed-off-by: Satha Rao --- drivers/net/cnxk/cnxk_ethdev.h | 1 + drivers/n