Re: [ovs-dev] [PATCH net-next v2 1/2] net: openvswitch: add masks cache hit counter

2020-07-23 Thread Tonghao Zhang
On Thu, Jul 23, 2020 at 8:58 PM Eelco Chaudron wrote: > > Add a counter that counts the number of masks cache hits, and > export it through the megaflow netlink statistics. > > Reviewed-by: Paolo Abeni > Signed-off-by: Eelco Chaudron LGTM Reviewed-by: Tonghao Zhang > --- > include/uapi/linux/

[PATCH net-next v2 1/2] net: openvswitch: add masks cache hit counter

2020-07-23 Thread Eelco Chaudron
Add a counter that counts the number of masks cache hits, and export it through the megaflow netlink statistics. Reviewed-by: Paolo Abeni Signed-off-by: Eelco Chaudron --- include/uapi/linux/openvswitch.h |2 +- net/openvswitch/datapath.c |5 - net/openvswitch/datapath.h