Re: [ovs-dev] [PATCH V7 08/13] netdev-offload: Disallow offloading to unrelated tunneling vports.

2021-06-23 Thread 0-day Robot
Bleep bloop. Greetings Eli Britstein, 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 V7 08/13] netdev-offload: Disallow offloading to unrelated tunneling vports.

2021-06-23 Thread Eli Britstein
From: Ilya Maximets 'linux_tc' flow API suitable only for tunneling vports with backing linux interfaces. DPDK flow API is not suitable for such ports. With this change we could drop vport restriction from dpif-netdev. This is a prerequisite for enabling vport offloading in DPDK.