Code Monkey home page Code Monkey logo

Comments (3)

tbarbette avatar tbarbette commented on June 2, 2024

Hi!

This is normal and related to DPDK, please see https://doc.dpdk.org/guides/prog_guide/multi_proc_support.html .

I'm not sure (this repository) mainline Click is compatible with secondary process, as opposed to FastClick that supports also DPDK rings. But you can have independent Click running with the file prefix.

If you run Click without --dpdk, you won't be able to use DPDK so the second part of error messages is expected.

Cheers,
Tom

from click.

ali64mohammad avatar ali64mohammad commented on June 2, 2024

I don't want to Run several DPDK. I want to run one Dpdk Process with several click processes.
I think multi_proc_support is for two dpdk processes. (?)
I want to run one DPDK and for example, run 10 click process based on it. fast click can support it?

from click.

tbarbette avatar tbarbette commented on June 2, 2024

DPDK is a library, there are no such things as "DPDK processes", there are DPDK applications, like Click and FastClick that uses DPDK.

You can run 10 instances of Click that all use DPDK.
If they're independent (with --file-prefix), you must use different devices in all application. It makes sense with virtual functions/virtualisation for instance.
If they're part of the same logic, then you can run one as primary, and all the others as secondary. Then communicate between the processes with DPDK rings. FastClick supports that (not Click).

from click.

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.