ns3-rdma icon indicating copy to clipboard operation
ns3-rdma copied to clipboard

Questions about some member variables of the BroadcomNode class

Open YuTao-Zhangyy opened this issue 5 months ago • 2 comments

Greetings to the esteemed author:

Recently I've been carefully analyzing your project ns3-rdma-master code, and I found some member variables in BroadcomNode hard to understand. In order to better sort out the key steps of the DCQCN protocol, could you please help me explain the meaning of the following variables?

for example,m_usedIngressPGBytes[pCnt][qCnt]、m_usedIngressPortBytes[pCnt]、m_usedIngressSPBytes[4]、m_usedIngressPGHeadroomBytes[pCnt][qCnt]、m_usedEgressQMinBytes[pCnt][qCnt]、m_usedEgressQSharedBytes[pCnt][qCnt]、m_usedEgressPortBytes[pCnt]、m_usedEgressSPBytes[4].

In fact, I don't understand the meaning of the fields PGBytes, SPBytes, PGHeadroomBytes, QMinBytes, QSharedBytes. If you can help me with these queries, perhaps I can deduce the meaning of the other variables on my own.

I wish you all the best.

YuTao-Zhangyy avatar Sep 13 '24 03:09 YuTao-Zhangyy