Re: [ovs-dev] [patch] datapath-windows: Append tunnel info to upcall for correct template

2020-01-20 Thread Amber Hu via dev
Hi, May I ask the process of reviewing for the below patch https://patchwork.ozlabs.org/patch/1222463/ Thanks for your time. BR/Amber From: Amber Hu Date: Tuesday, January 14, 2020 at 13:49 To: "d...@openvswitch.org" , Alin Serdean Cc: Qiong Wang , Wenyu Zhang , Jinjun Gao Subject:

[ovs-dev] [patch] datapath-windows: Append tunnel info to upcall for correct template

2020-01-30 Thread Amber Hu via dev
Formerly, there is no tunnel information appended in the upcall’s packet data, which is expected by IPFIX in userspace to calculate the template for exporting the sampled flow record of on egress tunnel port. To fix this, during performing OvsOutputUserspaceAction(), we would check whether

[ovs-dev] [patch v3] datapath-windows: Append tunnel info to upcall for correct template

2020-02-03 Thread Amber Hu via dev
Formerly, there is no tunnel information appended in the upcall’s packet data, which is expected by IPFIX in userspace to calculate the template for exporting the sampled flow record of on egress tunnel port. To fix this, during performing OvsOutputUserspaceAction(), we would check whether it

Re: [ovs-dev] [patch] datapath-windows: Append tunnel info to upcall for correct template

2020-01-21 Thread Amber Hu via dev
Hi Alin, Will update the patch and change it according to the comments. Thanks very much. BR/Amber On 1/22/20, 12:43, "Alin Serdean" wrote: Hi Amber, The patch fails to apply: "error: corrupt patch at line 198" Please rebase on master. Trimming the patch a

[ovs-dev] [patch] datapath-windows: Append tunnel info to upcall for correct template

2020-01-13 Thread Amber Hu via dev
Formerly, there is no tunnel information appended in the upcall’s packet data, which is expected by IPFIX in userspace to calculate the template for exporting the sampled flow record of on egress tunnel port. To fix this, during performing OvsOutputUserspaceAction(), we would check whether it is