Re: [ovs-dev] [PATCH v1] Fix IPFIX test cases issue

2016-07-22 Thread Ben Pfaff
On Thu, Jul 07, 2016 at 11:17:48PM +0800, Benli Ye wrote: > IPFIX statistics 'tx pkts' means the number of successfully > sending IPFIX packets, while 'tx errs' means sending error > IPFIX packets. These two parameters can be affected by whether > listening on port 4739 on local host. This case sho

Re: [ovs-dev] [PATCH v1] Fix IPFIX test cases issue

2016-07-07 Thread Paul Boca
Thanks! Acked-by: Paul Boca > -Original Message- > From: Benli Ye [mailto:dani...@vmware.com] > Sent: Thursday, July 7, 2016 6:18 PM > To: b...@ovn.org; wen...@vmware.com; wqi...@vmware.com; Paul Boca; > dev@openvswitch.org > Cc: Benli Ye > Subject: [PATCH v1] Fix IPFIX test cases issue

[ovs-dev] [PATCH v1] Fix IPFIX test cases issue

2016-07-07 Thread Benli Ye
IPFIX statistics 'tx pkts' means the number of successfully sending IPFIX packets, while 'tx errs' means sending error IPFIX packets. These two parameters can be affected by whether listening on port 4739 on local host. This case should be solved entirely by introducing PARSE_LISTENING_PORT as sFlo