Re: [PATCH] net/octeon_ep: rework transmit routine

2023-06-12 Thread Jerin Jacob
On Mon, Jun 5, 2023 at 2:56 PM Vamsi Attunuru wrote: > > Patch optimizes transmit path for multi-seg packets > by pre-allocating the gather list memory instead of > allocating it in fast path. > > Signed-off-by: Vamsi Attunuru Updated the git commit as follows and applied to dpdk-next-net-mrvl/f

[PATCH] net/octeon_ep: rework transmit routine

2023-06-05 Thread Vamsi Attunuru
Patch optimizes transmit path for multi-seg packets by pre-allocating the gather list memory instead of allocating it in fast path. Signed-off-by: Vamsi Attunuru --- drivers/net/octeon_ep/otx_ep_common.h | 66 +++ drivers/net/octeon_ep/otx_ep_rxtx.c | 251 ++ drive