On 11/15/2023 12:54 PM, Sebastian, Selwin wrote:
> -----Original Message----- > From: K.E., Jesna <[email protected]> > Sent: Wednesday, November 15, 2023 11:26 AM > To: [email protected] > Cc: Yigit, Ferruh <[email protected]>; Sebastian, Selwin > <[email protected]>; K.E., Jesna <[email protected]> > Subject: [PATCH v3] net/axgbe: invoke correct API when offloads enabled > > A bug was introduced with the recent fix that when an offload feature is > enabled axgbe_xmit_pkts_vec API is called rather than axgbe_xmit_pkts > API.This patch fixes it. > > Fixes: 9963b5131af8 ("net/axgbe: support multi-process") > > Signed-off-by: Jesna K E <[email protected]> > > Acked-by: Selwin Sebastian<[email protected]> > Applied to dpdk-next-net/main, thanks.

