Behnam Montazeri

Results 11 comments of Behnam Montazeri

Hi @Bajie-cigarette Could you explain what you mean by "organize scheduled and unscheduled"? The switch model is output queue, priority forwarded switch. Check out slides 13 and 14 of the...

I do not have experience in hardware and ASICs designs of the switches. All I can say is that Homa doesn't depend on any specialized hardware feature from switches and...

You need to check out these files: HomaSimulation/RpcTransportDesign/OMNeT++Simulation/homatransport/src/application/WorkloadSynthesizer.[h,cc] and HomaSimulation/RpcTransportDesign/OMNeT++Simulation/homatransport/src/application/ MsgSizeDistributions.[h,cc] Adding new workloads should be quite easy once you read and understand these sources. adding permutation matrix is a...

Hi @liulalala Sorry for the very late reply. The ns2 code is only used for PIAS and pFabric comparisons. Homa is not simulated in ns2, only in omnet++. If you...

@liulalala First, make sure you know enough about omnet++ and how to configure and run simulations from command line (refer to oment++ manual on omnet++ website). Then, in order to...

Grant packets are transmitted one packet at a time, for every single data packet that arrives. So, for each unscheduled packet (including the request packet) that arrives at the receiver,...

@liulalala Happy to help. Find the responses inline. > Thanks a lot for your reply! And I am sorry to bother you again... I am reading the paper and code...

@liulalala responses inlined > Got it! Thank you so much! Another question: how to determine the priority of the scheduled packets? As far as I am concerned, > First, to...

> Thank you so much! Sorry to bother you again. > Do you mean that for scheduled packets that do not belong to the last RTT, their priority is calculated...

> Thanks! Small few questions that I got confused: > > 1. the workload files present the size of flows in bytes or in packet number? I guess in bytes?...