[dpdk-dev] [PATCH] kni: remove KNI vhost support

Bruce Richardson bruce.richardson at intel.com
Wed Feb 15 15:03:42 CET 2017


On Wed, Feb 15, 2017 at 01:15:38PM +0000, Ferruh Yigit wrote:
> Signed-off-by: Ferruh Yigit <ferruh.yigit at intel.com>
> ---
>  config/common_base                             |   3 -
>  devtools/test-build.sh                         |   1 -
>  doc/guides/prog_guide/index.rst                |   4 -
>  doc/guides/prog_guide/kernel_nic_interface.rst | 113 ----
>  doc/guides/rel_notes/deprecation.rst           |   6 -
>  lib/librte_eal/linuxapp/kni/Makefile           |   1 -
>  lib/librte_eal/linuxapp/kni/kni_dev.h          |  33 -
>  lib/librte_eal/linuxapp/kni/kni_fifo.h         |  14 -
>  lib/librte_eal/linuxapp/kni/kni_misc.c         |  22 -
>  lib/librte_eal/linuxapp/kni/kni_net.c          |  13 -
>  lib/librte_eal/linuxapp/kni/kni_vhost.c        | 842 -------------------------
>  11 files changed, 1052 deletions(-)
>  delete mode 100644 lib/librte_eal/linuxapp/kni/kni_vhost.c
> 
Missing a release note entry for the removal itself from the 17.05 RN -
which John has proposed starting.

With that added:

Acked-by: Bruce Richardson <bruce.richardson at intel.com>


More information about the dev mailing list