RE: [PATCH v2] net/mlx5: add stub functions to null drv ops

2023-01-04 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Asaf Penso > Sent: Wednesday, December 28, 2022 8:37 PM > To: dev@dpdk.org > Cc: NBU-Contact-Thomas Monjalon (EXTERNAL) ; > Slava Ovsiienko ; Matan Azrad > ; Raslan Darawsheh > Subject: [PATCH v2] net/mlx5: add stub functions to

RE: [PATCH v2] net/mlx5: add stub functions to null drv ops

2022-12-29 Thread Matan Azrad
From: Asaf Penso > There are several functions implementation that queries the drv type to > understand which fops function to use. > In case the type is DV, the function gets the concrete DV function and calls > it. > In case it’s not, the function returns an error. > > The current implementa

[PATCH v2] net/mlx5: add stub functions to null drv ops

2022-12-28 Thread Asaf Penso
There are several functions implementation that queries the drv type to understand which fops function to use. In case the type is DV, the function gets the concrete DV function and calls it. In case it’s not, the function returns an error. The current implementation is not flexible enough and wil