GithubHelp home page GithubHelp logo

homa's People

Contributors

cstlee avatar johnousterhout avatar yilongli avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

homa's Issues

Sender::sendMessage() incorrectly sets DataHeader::unscheduledIndexLimit

The documentation states that the DataHeader::unscheduledIndexLimit is the number of packets that "will be sent" without a grant. However, Sender::sendMessage() sets this value to be the max number of packets that "might" be sent. This mismatch can lead the Receiver to expect more unscheduled packets than there are packets in the message which in turn may cause RESEND requests for nonexistent packets. The current implementation ignores these "inconsistent" RESEND request with a warning message and thus the issue doesn't result in an application visible error.

The implementation should be fixed so that both the Sender and Receiver use a consistent definition of unscheduledIndexLimit.

Some problems about this implementation of Homa

Hi,
I read the paper in sigcomm 2018 about Homa. And I also check the codes roughly in this repo.
I have many problems about this implementation.
For example, in Homa/src/Protocol.h, there is nothing about priority in Grant or Data packet Header.
I also check the Homa/src/Sender.cc , I find in Sender::sendMessage function, the packets are sent without any consideration about priority (the priority is just set to 0 in line 119).
Also in Homa/src/Receiver.cc, it seems there is nothing about processing priority when send GRANT packets.

So Is this implementation far away about what described in the paper sigcomm 2018 or I check wrong places ?
Does this implementation is the final version used in the paper?

Expect your reply
Thanks!

Running Homa DPDK code

Hi,

Thank you for providing DPDK implementation of Homa. It is really helpful.

There are several issues I met.

  1. I used DPDK 18.11 and cmake 3.15 to build the code. I got this compile error and I am not sure if I missed something:

/home/qizhe/Homa/src/Drivers/DPDK/DpdkDriver.cc: In constructor ‘Homa::Drivers::DPDK::DpdkDriver::DpdkDriver(int, int, char**, const Homa::Drivers::DPDK::DpdkDriver::Config*)’: /home/qizhe/Homa/src/Drivers/DPDK/DpdkDriver.cc:96:54: error: expected ‘,’ before ‘)’ token static_assert(sizeof(members) == sizeof(Internal));

  1. I notice in Read-me, it says this implementation is incomplete. But can I still use this code to run some basic test-case? eg. I have 8 servers and simply want to run Homa among these 8 servers.

  2. In the Read-me, the second step for build is cmake -E chdir build; it should be sudo cmake -E chdir build cmake ..?

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.