Re: [ovs-dev] Sampling in datapath

2016-06-29 Thread Jesse Gross
It's the same. On Wed, Jun 29, 2016 at 11:34 AM, Marcelo Caggiani Luizelli wrote: > Hi, > > Thanks. What about the DPDK implementation? Is the datapath implementation > the same? Just running in userspace? > > Marcelo. > > On Wed, Jun 29, 2016 at 6:09 PM, Jesse Gross wrote: >> >> On Wed, Jun 29,

Re: [ovs-dev] Sampling in datapath

2016-06-29 Thread Marcelo Caggiani Luizelli
Hi, Thanks. What about the DPDK implementation? Is the datapath implementation the same? Just running in userspace? Marcelo. On Wed, Jun 29, 2016 at 6:09 PM, Jesse Gross wrote: > On Wed, Jun 29, 2016 at 7:45 AM, Marcelo Caggiani Luizelli > wrote: > > Hi, > > > > I've seen that there is an imp

Re: [ovs-dev] Sampling in datapath

2016-06-29 Thread Jesse Gross
On Wed, Jun 29, 2016 at 7:45 AM, Marcelo Caggiani Luizelli wrote: > Hi, > > I've seen that there is an implementation of sampling function in the ovs > linux datapath (in file datapath/actions.c). The issue is that this > functions is sending the packet to userspace (usually used by ipix/sflow > s

[ovs-dev] Sampling in datapath

2016-06-29 Thread Marcelo Caggiani Luizelli
Hi, I've seen that there is an implementation of sampling function in the ovs linux datapath (in file datapath/actions.c). The issue is that this functions is sending the packet to userspace (usually used by ipix/sflow sampling). Is there a way to send a traffic sampling straight to a virtual port