Re: [ovs-dev] [PATCH v6 12/15] dpif-netdev/dpcls-avx512: enable 16 block processing

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: WARNING: Line is 80 characters long (recommended limit is 79) #100 FILE:

[ovs-dev] [PATCH v6 12/15] dpif-netdev/dpcls-avx512: enable 16 block processing

2020-12-08 Thread Harry van Haaren
This commit implements larger subtable searches in avx512. A limitation of the previous implementation was that up to 8 blocks of miniflow data could be matched on (so a subtable with 8 blocks was handled in avx, but 9 blocks or more would fall back to scalar/generic). This limitation is removed