[ovs-dev] [PATCH v5 0/4] netdev-dpdk: Add support for userspace port-based packet-per-second policing.

2023-06-18 Thread miterv
From: Lin Huang v5->v4: police pkts bps and pps at the same time. Get the maximum from the number of dropped packets, and drop that. v4->v3: rewrite egress_policer_details_to_param func. add a new pkts_policer_profile_config func. v2->v3: police and free pkts by bulk. fi

Re: [ovs-dev] [PATCH v5 0/4] netdev-dpdk: Add support for userspace port-based packet-per-second policing.

2023-06-29 Thread Ilya Maximets
On 6/18/23 15:58, mit...@outlook.com wrote: > From: Lin Huang > > v5->v4: police pkts bps and pps at the same time. > Get the maximum from the number of dropped packets, and drop that. > > v4->v3: rewrite egress_policer_details_to_param func. > add a new pkts_policer_profile_conf

Re: [ovs-dev] [PATCH v5 0/4] netdev-dpdk: Add support for userspace port-based packet-per-second policing.

2023-06-29 Thread miter
Hi Ilya, Thank you for your advice. 😁 Can I take 2 minutes off of your time? 😉 Does this command work correctly? I usually use this command to send patches. "git send-email --to d...@openvswitch.org --cover-letter --annotate -v6 -4" Best regards, Lin Huang. On 6/29/2023 10:51 PM, Ilya Maxim

Re: [ovs-dev] [PATCH v5 0/4] netdev-dpdk: Add support for userspace port-based packet-per-second policing.

2023-06-29 Thread Ilya Maximets
On 6/29/23 18:17, miter wrote: > Hi Ilya, > > Thank you for your advice. 😁 > > Can I take 2 minutes off of your time? 😉 > > Does this command work correctly? I usually use this command to send > patches. > "git send-email --to d...@openvswitch.org --cover-letter --annotate -v6 -4" Hmm. Yes, i

Re: [ovs-dev] [PATCH v5 0/4] netdev-dpdk: Add support for userspace port-based packet-per-second policing.

2023-06-29 Thread Ilya Maximets
On 6/29/23 18:47, Ilya Maximets wrote: > On 6/29/23 18:17, miter wrote: >> Hi Ilya, >> >> Thank you for your advice. 😁 >> >> Can I take 2 minutes off of your time? 😉 >> >> Does this command work correctly? I usually use this command to send >> patches. >> "git send-email --to d...@openvswitch.org