On 4/29/20 3:04 AM, Marvin Liu wrote: > If Tx zero copy enabled, gpa to hpa mapping table is updated one by > one. This will harm performance when guest memory backend using 2M > hugepages. Now utilize binary search to find the entry in mapping > table, meanwhile set the threshold to 256 entries for linear search. > > Signed-off-by: Marvin Liu <yong....@intel.com> Reviewed-by: Maxime Coquelin <maxime.coque...@redhat.com> Thanks, Maxime
- [dpdk-dev] [PATCH v4 1/2] vhost: utilize dpdk dynamic memo... Marvin Liu
- [dpdk-dev] [PATCH v4 2/2] vhost: binary search addres... Marvin Liu
- Re: [dpdk-dev] [PATCH v4 2/2] vhost: binary searc... Maxime Coquelin