Re: [ovs-dev] [PATCH v10] Extend OVS IPFIX exporter to export tunnel headers

2014-08-17 Thread Wenyu Zhang
Thanks for the reviewing. I have applied the attached patch, and add a check about vport->ops->get_egress_tun_info before calling it, because that get_egress_tun_info() is only implemented on tunnel ports now. I will send the new patch later. Bests, Wenyu -Original Message- Fr

Re: [ovs-dev] [PATCH v10] Extend OVS IPFIX exporter to export tunnel headers

2014-08-15 Thread Pravin Shelar
On Fri, Aug 15, 2014 at 12:53 AM, Wenyu Zhang wrote: > Extend IPFIX exporter to export tunnel headers when both input and output > of the port. > Add three other_config options in IPFIX table: enable-input-sampling, > enable-output-sampling and enable-tunnel-sampling, to control whether > sampling

[ovs-dev] [PATCH v10] Extend OVS IPFIX exporter to export tunnel headers

2014-08-15 Thread Wenyu Zhang
Extend IPFIX exporter to export tunnel headers when both input and output of the port. Add three other_config options in IPFIX table: enable-input-sampling, enable-output-sampling and enable-tunnel-sampling, to control whether sampling tunnel info, on which direction (input or output). Insert sampl