> -----Original Message----- > From: Pavan Nikhilesh Bhagavatula <[email protected]> > Sent: Tuesday, February 25, 2025 6:48 PM > To: Gujjar, Abhinandan S <[email protected]>; Stephen > Hemminger <[email protected]>; [email protected] > Cc: Morten Brørup <[email protected]>; Richardson, Bruce > <[email protected]>; Jerin Jacob <[email protected]>; Amit > Prakash Shukla <[email protected]>; Naga Harish K, S V > <[email protected]> > Subject: RE: [PATCH v3 02/14] eventdev: remover unnecessary deref on > function pointers > > > > -----Original Message----- > > > From: Stephen Hemminger <[email protected]> > > > Sent: Thursday, February 20, 2025 10:25 PM > > > To: [email protected] > > > Cc: Stephen Hemminger <[email protected]>; Morten Brørup > > > <[email protected]>; Richardson, Bruce > > > <[email protected]>; Gujjar, Abhinandan S > > > <[email protected]>; Jerin Jacob <[email protected]>; > > > Amit Prakash Shukla <[email protected]>; Naga Harish K, S V > > > <[email protected]> > > > Subject: [PATCH v3 02/14] eventdev: remover unnecessary deref on > > function > > > pointers > > > > > > The expression *dev_dev_ops->foo and dev->dev_ops->foo are > equivalent. > > > Cleanup the result by removing unneeded parenthesis and make lines > > compact. > > > > > > Signed-off-by: Stephen Hemminger <[email protected]> > > > Acked-by: Morten Brørup <[email protected]> > > > Acked-by: Bruce Richardson <[email protected]> > > > > Acked-by: [email protected] > > > > Please fix the typo in commit title s/remover/remove/ > > With that > Acked-by: Pavan Nikhilesh <[email protected]> >
Acked-by: Amit Prakash Shukla <[email protected]> > > > --- > > > lib/eventdev/rte_event_crypto_adapter.c | 37 ++---- > > > lib/eventdev/rte_event_dma_adapter.c | 16 +-- > > > lib/eventdev/rte_event_eth_rx_adapter.c | 50 ++++---- > > > lib/eventdev/rte_eventdev.c | 164 +++++++++++------------- > > > 4 files changed, 119 insertions(+), 148 deletions(-) > > > <snip>

