Re: [dpdk-dev] [PATCH 0/7] vhost: make VQ metadata dereferencing robust

2020-10-23 Thread Maxime Coquelin
On 10/19/20 7:34 PM, Maxime Coquelin wrote: > The series aims at improving virtqueue metadata pointers > dereferencing robust. > > First patch fixes a real issue reported by our QE. > > Five next patches validates queue index passed as input > of the Vhost API. They are split in 5 patches to e

[dpdk-dev] [PATCH 0/7] vhost: make VQ metadata dereferencing robust

2020-10-19 Thread Maxime Coquelin
The series aims at improving virtqueue metadata pointers dereferencing robust. First patch fixes a real issue reported by our QE. Five next patches validates queue index passed as input of the Vhost API. They are split in 5 patches to ease backporting to LTSes. Last patch is not mandatory now th