Re: [PATCH net-next 1/3] net/mlx5e: RX, Drop oversized packets in non-linear mode
From: Paolo Abeni
Date: Thu Jan 15 2026 - 09:41:31 EST
On 1/12/26 2:22 PM, Tariq Toukan wrote:
> @@ -962,6 +962,12 @@ static inline u16 get_cqe_flow_tag(struct mlx5_cqe64 *cqe)
> return be32_to_cpu(cqe->sop_drop_qpn) & 0xFFF;
> }
>
> +
> +static inline u8 get_cqe_lro_num_seg(struct mlx5_cqe64 *cqe)
Minor nit: duplicate empty lines above.
/P