Re: [ovs-dev] [PATCH ovn v5 1/3] actions: add sample action

2022-11-21 Thread Adrian Moreno
On 11/18/22 15:55, Dumitru Ceara wrote: On 11/4/22 16:49, Adrian Moreno wrote: sample ovn action encodes into the OFPACT_SAMPLE ovs action. OVN action allows the following parameters: - obs_domain_id: 8-bit integer that identifies the sampling application. This value will be combined

Re: [ovs-dev] [PATCH ovn v5 1/3] actions: add sample action

2022-11-18 Thread Dumitru Ceara
On 11/4/22 16:49, Adrian Moreno wrote: > sample ovn action encodes into the OFPACT_SAMPLE ovs action. > > OVN action allows the following parameters: > > - obs_domain_id: 8-bit integer that identifies the sampling application. > This value will be combined with the datapath's tunnel_id to form

[ovs-dev] [PATCH ovn v5 1/3] actions: add sample action

2022-11-04 Thread Adrian Moreno
sample ovn action encodes into the OFPACT_SAMPLE ovs action. OVN action allows the following parameters: - obs_domain_id: 8-bit integer that identifies the sampling application. This value will be combined with the datapath's tunnel_id to form the final observation_domain_id that will be