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

Ben Pfaff blp at ovn.org
Sat Jun 25 03:57:24 UTC 2016


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 +0000, Wenyu Zhang wrote:
> It is caused by an environment issue.
> Clear the environment and rerun the tests, all
> tests passed now.
> 
> ???? iPhone
> 
> ? 2016?6?25????8:35?Wenyu Zhang <wenyuz at vmware.com<mailto:wenyuz at vmware.com>> ???
> 
> All tests passed except following two cases?
> 1055: ofproto-dpif - Bridge IPFIX statistics check    FAILED (ofproto-dpif.at<http://ofproto-dpif.at/>:5975)
> 1058: ofproto-dpif - Flow IPFIX statistics check      FAILED (ofproto-dpif.at<http://ofproto-dpif.at/>:6140)
> 
> The errors exist without this patch. We are looking at the errors and try to fix it later.
> 
> 
> ? 2016?6?25????8:11?Wenyu Zhang <wenyuz at vmware.com<mailto:wenyuz at vmware.com>> ???
> 
> 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 "virtualObsID"(898) to export the value. The entity is a
> variable-length string.
> 
> Signed-off-by: Wenyu Zhang <wenyuz at vmware.com<mailto:wenyuz at vmware.com>>
> ---
> NEWS                                  |  11 ++--
> ofproto/ipfix-enterprise-entities.def |   1 +
> ofproto/ofproto-dpif-ipfix.c          | 102 ++++++++++++++++++++++++++++++----
> ofproto/ofproto.h                     |   2 +
> vswitchd/bridge.c                     |  13 +++++
> vswitchd/vswitch.xml                  |  33 +++++++++++
> 6 files changed, 147 insertions(+), 15 deletions(-)



More information about the dev mailing list