GithubHelp home page GithubHelp logo

snat不能跑在kvm虚拟机上? about dpvs HOT 5 CLOSED

iqiyi avatar iqiyi commented on July 17, 2024
snat不能跑在kvm虚拟机上?

from dpvs.

Comments (5)

beacer avatar beacer commented on July 17, 2024

Flow director (fdir) is necessary for multi-core configure with SNAT/FNAT mode of DPVS now, it's the fastest way we found.
For the NIC without fdir support, there are also some alternated options, such as RSS calculate for local port selection, and packet reschedule between cores, but for now, we have no time to develop them due to limited developer resource.
If any one want to contribute, we'll be very glad, and we can discuss the ideas for NIC without FDIR in detail.

from dpvs.

liangfudeng avatar liangfudeng commented on July 17, 2024

e1000 and virtio without rss support too。single core is the only way?

from dpvs.

beacer avatar beacer commented on July 17, 2024

DPVS is for high performance, if running load balancer on VM with 1G or less NIC or little number of CPU cores, I think LVS's performance is good enough.
To support SNAT/FNAT without fdir, the code will be much complicated, since packets need be re-scheduled among CPU cores.

from dpvs.

liangfudeng avatar liangfudeng commented on July 17, 2024

thanks for you response。 I have change some code for kvm .it is running now.

from dpvs.

beacer avatar beacer commented on July 17, 2024

@liangfudeng sounds grate, can you pls show which codes for KVM you've changed ? so that other users can get benefited.

from dpvs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.