bobzhuyb / ns3-rdma

NS3 simulator for RDMA over Converged Ethernet v2 (RoCEv2), including the implementation of DCQCN, TIMELY, PFC, ECN and shared buffer switch
GNU General Public License v2.0
260 stars 119 forks source link

some questions about pfc pause frame #4

Closed lan1120 closed 7 years ago

lan1120 commented 7 years ago

hi,I'm interested in your project. I want to know how pause frame come to upstream device(NIC). Pause frame is transmittid based L2.Did you use the Global routing?

bobzhuyb commented 7 years ago

No, there is nothing about L3 routing. It's on L2 point-to-point link, which means after one side sends it out, the other side will receive it..

lan1120 commented 7 years ago

OK, I got it. Thank you!