GithubHelp home page GithubHelp logo

Comments (3)

beacer avatar beacer commented on July 17, 2024
  1. How much NIC are bound to DPDK, show with dpdk-devbind --st. Is the DPDK NIC number match /etc/dpvs.conf ?
  2. is the NIC supported by DPDK ? http://dpdk.org/doc/nics
  3. Pls check README.md or doc/tutialor.md for examples.

from dpvs.

beacer avatar beacer commented on July 17, 2024

The return value -5 means DPDK NIC is not enough according to config file. It's possible the NIC is not supported by DPDK. Pls check the return value of rte_eth_dev_count in check_lcore_conf.
You can also run DPDK examples like l2fwd first to see if NIC works with DPDK.

from dpvs.

xmjlong avatar xmjlong commented on July 17, 2024

my server's CPU core number is 8, and i find there are cpu0--cpu8 in /etc/dpvs.conf, so i Commented-Out cpu8 , it's this part:

<init> worker   cpu8 {
    type        slave
   cpu_id      8
   port        dpdk0 {
        rx_queue_ids     7
        tx_queue_ids     7
        ! isol_rx_cpu_ids  16
        ! isol_rxq_ring_sz 1048576
    }
}

and then it works

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.