[dpdk-dev] [PATCH v3 0/2] vhost: fix segfault on bad descriptor address

2016-07-15 Thread Thomas Monjalon
2016-07-15 20:14, Yuanhan Liu: > On Fri, Jul 15, 2016 at 02:15:03PM +0300, Ilya Maximets wrote: > > Version 3: > > * Patch splitted in two. > > * Applied workaround from Rich Lane and added comment about > > performance issue with some compilers and 'unlikely' macro. > > Thanks a lot

[dpdk-dev] [PATCH v3 0/2] vhost: fix segfault on bad descriptor address

2016-07-15 Thread Yuanhan Liu
On Fri, Jul 15, 2016 at 02:15:03PM +0300, Ilya Maximets wrote: > Version 3: > * Patch splitted in two. > * Applied workaround from Rich Lane and added comment about > performance issue with some compilers and 'unlikely' macro. Thanks a lot for the patches. Acked-by: Yuanhan Li

[dpdk-dev] [PATCH v3 0/2] vhost: fix segfault on bad descriptor address

2016-07-15 Thread Ilya Maximets
Version 3: * Patch splitted in two. * Applied workaround from Rich Lane and added comment about performance issue with some compilers and 'unlikely' macro. Version 2: * Rebased on top of current master. * host's address now checked in meargeable case,