>-----Original Message-----
>From: Intel-wired-lan <[email protected]> On Behalf Of
>Fijalkowski, Maciej
>Sent: Wednesday, August 7, 2024 4:23 PM
>To: [email protected]
>Cc: Fijalkowski, Maciej <[email protected]>;
>[email protected]; [email protected]; Nguyen, Anthony L
><[email protected]>; Karlsson, Magnus
><[email protected]>; [email protected]
>Subject: [Intel-wired-lan] [PATCH iwl-net 2/3] ice: fix ICE_LAST_OFFSET formula
>
>For bigger PAGE_SIZE archs, ice driver works on 3k Rx buffers.
>Therefore, ICE_LAST_OFFSET should take into account ICE_RXBUF_3072, not
>ICE_RXBUF_2048.
>
>Fixes: 7237f5b0dba4 ("ice: introduce legacy Rx flag")
>Suggested-by: Luiz Capitulino <[email protected]>
>Signed-off-by: Maciej Fijalkowski <[email protected]>
>---
> drivers/net/ethernet/intel/ice/ice_txrx.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Tested-by: Chandan Kumar Rout <[email protected]> (A Contingent Worker at
Intel)