Re: [PATCH] net/octeontx_ep: updated ethdev ops

2022-06-15 Thread Jerin Jacob
On Thu, Jun 9, 2022 at 8:50 PM Sathesh B Edara wrote: > > Updated ethdev ops support for link_update(), > stats_get() and stats_reset() a) Split as two patches (Suggested heading) 1) net/octeontx_ep: support basic stats 2) net/octeontx_ep: support link status b) Update doc/guides/nics/features/

[PATCH] net/octeontx_ep: updated ethdev ops

2022-06-09 Thread Sathesh B Edara
Updated ethdev ops support for link_update(), stats_get() and stats_reset() Signed-off-by: Sathesh B Edara --- drivers/net/octeontx_ep/otx_ep_ethdev.c | 69 + 1 file changed, 69 insertions(+) diff --git a/drivers/net/octeontx_ep/otx_ep_ethdev.c b/drivers/net/octeontx_ep