On 4/12/21 5:19 PM, Gaetan Rivet wrote:
> Expose a function to query datapath offload statistics.
> This function is separate from the current one in netdev-offload
> as it exposes more detailed statistics from the datapath, instead of
> only from the netdev-offload provider.
> 
> Each datapath is meant to use the custom counters as it sees fit for its
> handling of hardware offloads.
> 
> Call the new API from dpctl.
> 
> Signed-off-by: Gaetan Rivet <[email protected]>
> Reviewed-by: Eli Britstein <[email protected]>
> ---
>  lib/dpctl.c         | 36 ++++++++++++++++++++++++++++++++++++
>  lib/dpif-netdev.c   |  1 +
>  lib/dpif-netlink.c  |  1 +
>  lib/dpif-provider.h |  7 +++++++
>  lib/dpif.c          |  8 ++++++++
>  lib/dpif.h          |  9 +++++++++
>  6 files changed, 62 insertions(+)
> 


Reviewed-by: Maxime Coquelin <[email protected]>

Thanks,
Maxime

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to