Giter VIP home page Giter VIP logo

Comments (7)

ChenYuHo avatar ChenYuHo commented on August 22, 2024

Did you set up DPDK as instructed here?

from omnireduce.

ertza avatar ertza commented on August 22, 2024

Yes I did follow that guide, since its a Mellanox interface I did not bind it to igb_uio driver. The DPDK example applications also seem to run perfectly on their own.

from omnireduce.

mcanini avatar mcanini commented on August 22, 2024

Did you set up hugepages? How large of a memory did you allocate to hugepages? Did you try to increase it?

from omnireduce.

ertza avatar ertza commented on August 22, 2024

Yes I did with:

echo 1024 > /sys/devices/system/node/node0/hugepages/hugepages-64kB/nr_hugepages
echo 1024 > /sys/devices/system/node/node0/hugepages/hugepages-2048kB/nr_hugepages
mkdir -p /mnt/huge; mount -t hugetlbfs pagesize=1GB /mnt/huge

Haven't tried increasing the size as this seemed enough, will try now to rule it out.

from omnireduce.

ertza avatar ertza commented on August 22, 2024

Increasing to 4GB fixed it!!! Thanks!!!

from omnireduce.

ertza avatar ertza commented on August 22, 2024

A small general question though, is there any component in DAIET to ensure reliable delivery and/or how does it know when to retransmit?

from omnireduce.

ChenYuHo avatar ChenYuHo commented on August 22, 2024

You can find that in Appendix A of our paper.

from omnireduce.

Related Issues (4)

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.