[spp] [PATCH 00/11] switch to use original vhost PMD again

Yasufumi Ogawa yasufum.o at gmail.com
Mon May 25 05:04:30 CEST 2020


> Original vhost PMD was fixed to be used by a secondary process
> in DPDK v20.02.
> This series of patches switch to use original vhost PMD and
> remove SPP dedicated vhost PMD.
Acked-by: Yasufumi Ogawa <yasufum.o at gmail.com>
> 
> Itsuro Oda (11):
>    shared: switch to use original vhost PMD again
>    spp_nfv: remove unnecessary code for vhost
>    spp_primary: remove unnecessary code for vhost
>    spp_primary: remove link to vhost PMD in Makefile
>    spp_nfv: remove link to vhost PMD in Makefile
>    spp_vf: remove link to vhost PMD in Makefile
>    spp_mirror: remove link to vhost PMD in Makefile
>    spp_pcap: remove link to vhost PMD in Makefile
>    vdev_test: remove link to vhost PMD in Makefile
>    drivers: remove build task for SPP dedicated vhost PMD
>    drivers/vhost: remove SPP dedicated vhost PMD
> 
>   src/drivers/Makefile                          |   1 -
>   src/drivers/vhost/Makefile                    |  28 -
>   .../vhost/rte_pmd_spp_vhost_version.map       |   4 -
>   src/drivers/vhost/rte_spp_vhost.c             | 592 ------------------
>   src/mirror/Makefile                           |   2 +-
>   src/nfv/Makefile                              |   2 +-
>   src/nfv/commands.h                            |   1 -
>   src/pcap/Makefile                             |   2 +-
>   src/primary/Makefile                          |   2 +-
>   src/primary/main.c                            |   1 -
>   src/shared/common.c                           |   4 +-
>   src/shared/common.h                           |   1 -
>   src/shared/secondary/add_port.c               |  15 +-
>   src/shared/secondary/add_port.h               |   2 +-
>   src/vf/Makefile                               |   2 +-
>   tools/vdev_test/Makefile                      |   2 +-
>   16 files changed, 18 insertions(+), 643 deletions(-)
>   delete mode 100644 src/drivers/vhost/Makefile
>   delete mode 100644 src/drivers/vhost/rte_pmd_spp_vhost_version.map
>   delete mode 100644 src/drivers/vhost/rte_spp_vhost.c
> 


More information about the spp mailing list