Re: [ovs-dev] [PATCH V3] ipfix: Export user specified virtual observation ID

2016-06-24 Thread Ben Pfaff
Thanks! On Sat, Jun 25, 2016 at 04:34:49AM +, Daniel Ye wrote: > OK, I got it and I will handle this. > > Bests, > Daniel > > > On Jun 25, 2016, at 12:22 PM, Ben Pfaff wrote: > > > > On Sat, Jun 25, 2016 at 04:12:04AM +, Daniel Ye wrote: > >> It’s because of the "packet

Re: [ovs-dev] [PATCH V3] ipfix: Export user specified virtual observation ID

2016-06-24 Thread Daniel Ye
OK, I got it and I will handle this. Bests, Daniel > On Jun 25, 2016, at 12:22 PM, Ben Pfaff wrote: > > On Sat, Jun 25, 2016 at 04:12:04AM +, Daniel Ye wrote: >> It’s because of the "packet send error" statistic. The test of checking >> IPFIX statistics set collector as

Re: [ovs-dev] [PATCH V3] ipfix: Export user specified virtual observation ID

2016-06-24 Thread Ben Pfaff
On Sat, Jun 25, 2016 at 04:12:04AM +, Daniel Ye wrote: > It’s because of the "packet send error" statistic. The test of checking IPFIX > statistics set collector as “127.0.0.1:4739”. > Test code: > - > dnl Sample every packet using

Re: [ovs-dev] [PATCH V3] ipfix: Export user specified virtual observation ID

2016-06-24 Thread Daniel Ye
Hi Ben, It’s because of the "packet send error" statistic. The test of checking IPFIX statistics set collector as “127.0.0.1:4739”. Test code: - dnl Sample every packet using bridge-based sampling. AT_CHECK([ovs-vsctl -- set bridge br0

Re: [ovs-dev] [PATCH V3] ipfix: Export user specified virtual observation ID

2016-06-24 Thread Ben Pfaff
The tests under "make check" try to be environment independent. Do you know what factor of your environment caused the failures? Perhaps we can fix it. On Sat, Jun 25, 2016 at 01:11:04AM +, Wenyu Zhang wrote: > It is caused by an environment issue. > Clear the environment and rerun the

Re: [ovs-dev] [PATCH V3] ipfix: Export user specified virtual observation ID

2016-06-24 Thread Ben Pfaff
On Fri, Jun 24, 2016 at 05:10:07PM -0700, Wenyu Zhang wrote: > In virtual network, users want more info about the virtual point to observe > the traffic. > It should be a string to provide clear info, not a simple interger ID. > > Introduce "other-config: virtual_obs_id" in IPFIX, which is a

Re: [ovs-dev] [PATCH V3] ipfix: Export user specified virtual observation ID

2016-06-24 Thread Wenyu Zhang
It is caused by an environment issue. Clear the environment and rerun the tests, all tests passed now. iPhone ? 2016?6?258:35?Wenyu Zhang > ??? All tests passed except following two cases? 1055: ofproto-dpif - Bridge IPFIX statistics check

Re: [ovs-dev] [PATCH V3] ipfix: Export user specified virtual observation ID

2016-06-24 Thread Wenyu Zhang
All tests passed except following two cases? 1055: ofproto-dpif - Bridge IPFIX statistics checkFAILED (ofproto-dpif.at:5975) 1058: ofproto-dpif - Flow IPFIX statistics check FAILED (ofproto-dpif.at:6140) The errors exist without this

[ovs-dev] [PATCH V3] ipfix: Export user specified virtual observation ID

2016-06-24 Thread Wenyu Zhang
In virtual network, users want more info about the virtual point to observe the traffic. It should be a string to provide clear info, not a simple interger ID. Introduce "other-config: virtual_obs_id" in IPFIX, which is a string configured by user. Introduce an enterprise IPFIX entity