Re: [ovs-dev] [PATCH v6 02/15] dpif-netdev: Refactor to multiple header files

2020-12-08 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: ERROR: Improper whitespace around control block #231 FILE:

[ovs-dev] [PATCH v6 02/15] dpif-netdev: Refactor to multiple header files

2020-12-08 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