Re: [PATCH 5/7] xen/events: add per-xenbus device event statistics and settings

From: Boris Ostrovsky
Date: Mon Feb 08 2021 - 18:36:59 EST



On 2/6/21 5:49 AM, Juergen Gross wrote:
> Add sysfs nodes for each xenbus device showing event statistics (number
> of events and spurious events, number of associated event channels)
> and for setting a spurious event threshold in case a frontend is
> sending too many events without being rogue on purpose.
>
> Signed-off-by: Juergen Gross <jgross@xxxxxxxx>
> ---
> drivers/xen/events/events_base.c | 27 ++++++++++++-
> drivers/xen/xenbus/xenbus_probe.c | 66 +++++++++++++++++++++++++++++++
> include/xen/xenbus.h | 7 ++++
> 3 files changed, 98 insertions(+), 2 deletions(-)


This needs Documentation/ABI update.


-boris