Re: [ovs-dev] [PATCH v3 03/10] dpif-netdev: Refactor to multiple header files

2020-11-18 Thread 0-day Robot
Bleep bloop. Greetings Harry van Haaren, 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 committ

[ovs-dev] [PATCH v3 03/10] dpif-netdev: Refactor to multiple header files

2020-11-18 Thread Harry van Haaren
Split the very large file dpif-netdev.c and the datastructures it contains into multiple header files. Each header file is responsible for the datastructures of that component. This logical split allows better reuse and modularity of the code, and reduces the very large file dpif-netdev.c to be mo