[ovs-dev] [PATCH v2 1/1] datapath-windows: support meter action initial version

2022-08-16 Thread ldejing via dev
From: ldejing This patch implemented meter action, currently, meter only support drop method and only support one band. The overall implementation is, when a packet comes in, it will first lookup meter according to the meter id, then get the band->rates and delta time since last access the same m

[ovs-dev] [PATCH v2 1/1] datapath-windows: support meter action initial version

2022-08-17 Thread ldejing via dev
From: ldejing This patch implemented meter action, currently, meter only support drop method and only support one band. The overall implementation is, when a packet comes in, it will first lookup meter according to the meter id, then get the band->rates and delta time since last access the same m

[ovs-dev] [PATCH v2 1/1] datapath-windows: support meter action initial version

2022-08-18 Thread ldejing via dev
From: ldejing This patch implemented meter action, currently, meter only support drop method and only support one band. The overall implementation is, when a packet comes in, it will first lookup meter according to the meter id, then get the band->rates and delta time since last access the same m

Re: [ovs-dev] [PATCH v2 1/1] datapath-windows: support meter action initial version

2022-08-16 Thread 0-day Robot
References: <20220816111632.24236-1-svc.ovs-commun...@vmware.com> Bleep bloop. Greetings ldejing, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. checkpatch: ERROR: Author ldejing needs to

Re: [ovs-dev] [PATCH v2 1/1] datapath-windows: support meter action initial version

2022-08-17 Thread 0-day Robot
References: <20220818062439.39211-1-svc.ovs-commun...@vmware.com> Bleep bloop. Greetings ldejing, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. checkpatch: ERROR: Author ldejing needs to

Re: [ovs-dev] [PATCH v2 1/1] datapath-windows: support meter action initial version

2022-09-20 Thread alinserdean
Fixed the rebase, an include statement and applied on master. Thank you for all the work and testing! Alin. -Original Message- From: dev On Behalf Of ldejing via dev Sent: Thursday, August 18, 2022 2:11 PM To: d...@openvswitch.org Cc: ldejing Subject: [ovs-dev] [PATCH v2 1/1] datapath