Re: [PATCH 1/2] eventdev/eth_tx: add spinlock for adapter start/stop

2022-09-13 Thread Jerin Jacob
gt; > From: Jayatheerthan, Jay > > Sent: Monday, August 1, 2022 12:23 PM > > To: Naga Harish K, S V ; jer...@marvell.com > > Cc: dev@dpdk.org; sta...@dpdk.org > > Subject: RE: [PATCH 1/2] eventdev/eth_tx: add spinlock for adapter > > start/stop > > > > >

RE: [PATCH 1/2] eventdev/eth_tx: add spinlock for adapter start/stop

2022-09-08 Thread Naga Harish K, S V
ubject: RE: [PATCH 1/2] eventdev/eth_tx: add spinlock for adapter > start/stop > > > -Original Message- > > From: Naga Harish K, S V > > Sent: Tuesday, July 26, 2022 9:52 AM > > To: Jayatheerthan, Jay ; > > jer...@marvell.com > > Cc: dev@dpdk.org; s

RE: [PATCH 1/2] eventdev/eth_tx: add spinlock for adapter start/stop

2022-07-31 Thread Jayatheerthan, Jay
> -Original Message- > From: Naga Harish K, S V > Sent: Tuesday, July 26, 2022 9:52 AM > To: Jayatheerthan, Jay ; jer...@marvell.com > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: [PATCH 1/2] eventdev/eth_tx: add spinlock for adapter start/stop > > add spinlock p

[PATCH 1/2] eventdev/eth_tx: add spinlock for adapter start/stop

2022-07-25 Thread Naga Harish K S V
add spinlock protection for tx adapter stop and start APIs add null check for tx adapter service pointer in adapter start/stop apis. Fixes: a3bbf2e09756 ("eventdev: add eth Tx adapter implementation") Cc: sta...@dpdk.org Signed-off-by: Naga Harish K S V --- lib/eventdev/rte_event_eth_tx_adapter