Re: [ovs-dev] [PATCH v2] dpif-netdev: Forwarding optimization for direct output flows.

2021-05-24 Thread 0-day Robot
Bleep bloop. Greetings Sriharsha Basavapatna, 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: Unexpected sign-offs from developers who are not authors or co-authors or

[ovs-dev] [PATCH v2] dpif-netdev: Forwarding optimization for direct output flows.

2021-05-24 Thread Sriharsha Basavapatna via dev
From: Ilya Maximets There are some cases where users want to have simple forwarding or drop rules for all packets received from particular port, i.e : "in_port=1,actions=2" "in_port=1,actions=IN_PORT" "in_port=1,actions=drop" There are also cases where complex OF flows could be

[ovs-dev] [PATCH v2] dpif-netdev: Forwarding optimization for direct output flows.

2019-05-27 Thread Ilya Maximets
There are some cases where users want to have simple forwarding or drop rules for all packets received from particular port, i.e : "in_port=1,actions=2" "in_port=1,actions=IN_PORT" "in_port=1,actions=drop" There are also cases where complex OF flows could be simplified down to simple