> From: Sunil Kumar Kori <[email protected]> > Sent: Monday, 12 May 2025 17.07 > > rte_eth_fp_ops contains ops for fast path APIs. Each API > validates availability of callback and then invoke it. > These checks impact data path performace. > > Hence removing these NULL checks instead using dummy > callbacks. > > Signed-off-by: Sunil Kumar Kori <[email protected]> > ---
Acked-by: Morten Brørup <[email protected]>

