Re: [PATCH v2 1/3] net/octeon_ep: optimize Rx and Tx routines

2023-12-06 Thread Jerin Jacob
On Mon, Nov 27, 2023 at 7:32 AM wrote: > > From: Pavan Nikhilesh > > Preset rearm data to avoid writing multiple fields in fastpath, > Increase maximum outstanding Tx instructions from 128 to 256. > > Signed-off-by: Pavan Nikhilesh > --- > v2 Changes: > - Skip compiling for 32b x86 targets. A

[PATCH v2 1/3] net/octeon_ep: optimize Rx and Tx routines

2023-11-25 Thread pbhagavatula
From: Pavan Nikhilesh Preset rearm data to avoid writing multiple fields in fastpath, Increase maximum outstanding Tx instructions from 128 to 256. Signed-off-by: Pavan Nikhilesh --- v2 Changes: - Skip compiling for 32b x86 targets. drivers/net/octeon_ep/cnxk_ep_rx.c| 12 dri