Re: [ovs-dev] [PATCH v10 3/4] netdev-dpdk: Add support for egress packet-per-second policing.

2023-12-04 Thread miter
Hi Eelco, On 12/4/2023 5:01 PM, Eelco Chaudron wrote: On 3 Dec 2023, at 15:19, miter wrote: Hi Eelco, Some comments below. On 9/19/2023 10:58 PM, Eelco Chaudron wrote: On 26 Aug 2023, at 8:01, mit...@outlook.com wrote: From: Lin Huang OvS has supported packet-per-second policer which

Re: [ovs-dev] [PATCH v10 3/4] netdev-dpdk: Add support for egress packet-per-second policing.

2023-12-04 Thread Eelco Chaudron
On 3 Dec 2023, at 15:19, miter wrote: > Hi Eelco, > > > Some comments below. > > > On 9/19/2023 10:58 PM, Eelco Chaudron wrote: >> On 26 Aug 2023, at 8:01, mit...@outlook.com wrote: >> >>> From: Lin Huang >>> >>> OvS has supported packet-per-second policer which can be set at ingress >>> and eg

Re: [ovs-dev] [PATCH v10 3/4] netdev-dpdk: Add support for egress packet-per-second policing.

2023-12-03 Thread miter
Hi Eelco, Some comments below. On 9/19/2023 10:58 PM, Eelco Chaudron wrote: On 26 Aug 2023, at 8:01, mit...@outlook.com wrote: From: Lin Huang OvS has supported packet-per-second policer which can be set at ingress and egress side in kernel datapath. But the userspace datapath doesn't sup

Re: [ovs-dev] [PATCH v10 3/4] netdev-dpdk: Add support for egress packet-per-second policing.

2023-09-19 Thread Eelco Chaudron
On 26 Aug 2023, at 8:01, mit...@outlook.com wrote: From: Lin Huang OvS has supported packet-per-second policer which can be set at ingress and egress side in kernel datapath. But the userspace datapath doesn't support for ingress and egress packet-per-second policing now. So, this patch add

Re: [ovs-dev] [PATCH v10 3/4] netdev-dpdk: Add support for egress packet-per-second policing.

2023-08-25 Thread 0-day Robot
Bleep bloop. Greetings miter, 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: WARNING: Line is 84 characters long (recommended limit is 79) #84 FILE: NEWS:66: * Added new Qos t

[ovs-dev] [PATCH v10 3/4] netdev-dpdk: Add support for egress packet-per-second policing.

2023-08-25 Thread miterv
From: Lin Huang OvS has supported packet-per-second policer which can be set at ingress and egress side in kernel datapath. But the userspace datapath doesn't support for ingress and egress packet-per-second policing now. So, this patch add support for userspace egress pps policing by using nati