[ovs-dev] PURCHASE ORDER PO#67THZ09.pdf

2019-08-11 Thread IMPORT DEPARTMENT
Dear Sir, Please find the attached purchase order and arrange the supply at your earliest and oblige. M.SAJJAD HUSSAIN PURCHASING MANAGER House # 177-C Sarwar Road Rawalpindi Cantt. 051-4252033-34 ___ dev mailing list d...@openvswitch.org

[ovs-dev] 答复: [ovs-discuss] why action "meter" only can be specified once?

2019-08-11 Thread 杨燚
William, I have several flows to share a meter, at the time, every flow has its own meter, they look like the below: table=0,ip,nw_src=10.0.0.2 actions=meter:1,meter:4, ...other-actions table=0,ip,nw_src=10.0.0.3 actions=meter:2,meter:4, ...other-actions table=0,ip,nw_src=10.0.0.3

Re: [ovs-dev] [PATCH v2 9/9] system-traffic: Add zone-based conntrack timeout policy test

2019-08-11 Thread Darrell Ball
I did some further testing and ran into another issue; in this case, one, I did not expect. I added an additional sending of packets at the end of the test after this check: AT_CHECK([ovs-appctl dpctl/dump-conntrack | FORMAT_CT(10.1.1.2)], [0], [dnl ]) Below is new code dnl Do it again dnl

Re: [ovs-dev] [PATCH v2 8/9] ofproto-dpif-xlate: Translate timeout policy in ct action

2019-08-11 Thread Darrell Ball
On Fri, Aug 9, 2019 at 1:10 PM Justin Pettit wrote: > > > On Aug 1, 2019, at 3:07 PM, Yi-Hung Wei wrote: > > > > diff --git a/lib/dpif-provider.h b/lib/dpif-provider.h > > index 79a2314500cf..57b32ccb610f 100644 > > --- a/lib/dpif-provider.h > > +++ b/lib/dpif-provider.h > > @@ -536,6 +536,11

Re: [ovs-dev] [PATCH v2 5/9] ofproto-dpif: Consume CT_Zone, and CT_Timeout_Policy tables

2019-08-11 Thread Darrell Ball
On Fri, Aug 9, 2019 at 1:23 PM Justin Pettit wrote: > > > On Aug 7, 2019, at 11:40 AM, Darrell Ball wrote: > > > > There are 3 behaviors with the patchset that are datapath specific > > > > 1/ Unwildcarding of commit flows with timeout policies > > As we discussed, the userspace conntrack