K, S V
>
> Subject: RE: [PATCH v3 02/14] eventdev: remover unnecessary deref on
> function pointers
>
> > > -Original Message-
> > > From: Stephen Hemminger
> > > Sent: Thursday, February 20, 2025 10:25 PM
> > > To: dev@dpdk.org
> > &g
b ; Amit
> > Prakash Shukla ; Naga Harish K, S V
> >
> > 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 remov
t;
> 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: Ste
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
Acked-by: Morten Brørup
Acked-by: Bruce Richardson
---
lib/eventdev/rte_event_crypto_adapter.c | 37 ++
lib/e
4 matches
Mail list logo