iqiyi / dpvs

DPVS is a high performance Layer-4 load balancer based on DPDK.
Other
3k stars 723 forks source link

Can kpvs run in the vm based on kvm ? #121

Closed keloyang closed 6 years ago

keloyang commented 6 years ago

As we know, dpdk can run in the vm, can dpvs run in the vm based on kvm ?

Other environment should also OK if DPDK works, pls check dpdk.org for more info. Pls check this link for NICs supported by DPDK: http://dpdk.org/doc/nics. Note flow-director (fdir) is needed for Full-NAT and SNAT mode

Is it(fdir) optional or must to run dpvs , and can we run dpvs without Full-NAT and SNAT mode ?

ping @beacer @ywc689 @icymoon @kldeng

beacer commented 6 years ago

Pls check the tutorial.md for launching DPVS on Ubuntu VM. fdir is must for FullNAT and SNAT mode, if more than one worker is needed. But if run DPVS with only one worker, no fdir is OK.