Re: [PATCH v2 10/10] net/octeon_ep: set secondary process dev ops

2023-04-20 Thread Jerin Jacob
On Wed, Apr 5, 2023 at 7:57 PM Sathesh Edara wrote: > > This patch sets the dev ops and transmit/receive > callbacks for secondary process. Change the message as "fix ..." and fixes: tag if it just bug fixes. BTW, "Multiprocess aware" is missing in doc/guides/nics/features/octeon_ep.ini > > Sig

[PATCH v2 10/10] net/octeon_ep: set secondary process dev ops

2023-04-05 Thread Sathesh Edara
This patch sets the dev ops and transmit/receive callbacks for secondary process. Signed-off-by: Sathesh Edara --- drivers/net/octeon_ep/otx_ep_ethdev.c | 22 +++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/drivers/net/octeon_ep/otx_ep_ethdev.c b/drivers/ne