Re: [ovs-dev] [PATCH v3 07/13] ofproto-dpif-xlate-cache: Add lsample to xcache.

2024-07-13 Thread Adrián Moreno
On Sat, Jul 13, 2024 at 12:51:58AM GMT, Ilya Maximets wrote: > On 7/12/24 19:06, Adrian Moreno wrote: > > Add a cache entry type for local sample objects. > > Store both the dpif_lsample reference and the collector_set_id so we can > > quickly find the particular exporter. > > > > Using this mechan

Re: [ovs-dev] [PATCH v3 07/13] ofproto-dpif-xlate-cache: Add lsample to xcache.

2024-07-12 Thread Ilya Maximets
On 7/12/24 19:06, Adrian Moreno wrote: > Add a cache entry type for local sample objects. > Store both the dpif_lsample reference and the collector_set_id so we can > quickly find the particular exporter. > > Using this mechanism, account for packet and byte statistics. > > Acked-by: Eelco Chaudr

[ovs-dev] [PATCH v3 07/13] ofproto-dpif-xlate-cache: Add lsample to xcache.

2024-07-12 Thread Adrian Moreno
Add a cache entry type for local sample objects. Store both the dpif_lsample reference and the collector_set_id so we can quickly find the particular exporter. Using this mechanism, account for packet and byte statistics. Acked-by: Eelco Chaudron Signed-off-by: Adrian Moreno --- ofproto/ofprot