[dpdk-dev] [PATCH 0/4] some fixes target for 18.05

Jianfeng Tan jianfeng.tan at intel.com
Wed Feb 14 05:01:28 CET 2018


Some trivial fixes, and a vhost memory optimization to avoid polulating
guest memory.

Jianfeng Tan (4):
  vhost: remove unused macro
  vhost: avoid function call in data path
  app/testpmd: add option to avoid lock all memory
  vhost: avoid populate guest memory

 app/test-pmd/parameters.c     |  5 ++++-
 app/test-pmd/testpmd.c        | 32 ++++++++++++++++++--------------
 app/test-pmd/testpmd.h        |  1 +
 lib/librte_vhost/vhost.c      | 13 -------------
 lib/librte_vhost/vhost.h      | 15 ++++++++++++---
 lib/librte_vhost/vhost_user.c |  4 +++-
 6 files changed, 38 insertions(+), 32 deletions(-)

-- 
2.7.4



More information about the dev mailing list