[ovs-dev] [RFC PATCH] netdev-dpdk: add control plane protection support

2022-09-21 Thread Robin Jarry
Some control protocols are used to maintain link status between forwarding engines (e.g. LACP). When the system is not sized properly, the PMD threads may not be able to process all incoming traffic from the configured Rx queues. When a signaling packet of such protocols is dropped, it can cause li

Re: [ovs-dev] [RFC PATCH] netdev-dpdk: add control plane protection support

2022-09-21 Thread 0-day Robot
Bleep bloop. Greetings Robin Jarry, 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 80 characters long (recommended limit is 79) #133 FILE: Documentation/topics/dp

Re: [ovs-dev] [RFC PATCH] netdev-dpdk: add control plane protection support

2022-09-21 Thread Thilak Raj Surendra Babu
Message- From: dev On Behalf Of Robin Jarry Sent: 21 September 2022 08:54 To: d...@openvswitch.org Subject: [ovs-dev] [RFC PATCH] netdev-dpdk: add control plane protection support Some control protocols are used to maintain link status between forwarding engines (e.g. LACP). When the system is not

Re: [ovs-dev] [RFC PATCH] netdev-dpdk: add control plane protection support

2022-09-21 Thread Robin Jarry
Hi Thilak, Thilak Raj Surendra Babu, Sep 22, 2022 at 07:16: > Could we call rte_flow_validate() before calling flow_create ? At first, I thought it would not be necessary hence skipped the validation and I am only relying on the driver to reject the rule if not supported. However, it may be a bit