search for: tc_plug_release

Displaying 1 result from an estimated 1 matches for "tc_plug_release".

2012 Apr 19
3
Remus' Network Buffering
...ent in Xen. From what i understood from reading the code, Remus calls the postsuspend method of the BufferedNIC after it suspends the domain that sends TC_PLUG_CHECKPOINT message and start the buffering and then calls the commit method of BufferedNIC after it gets the acknowledgement that sends the TC_PLUG_RELEASE message and releases the buffered packets. I have the following doubts 1) How does remus ensure that the packets gets buffered for an entire epoch ? 2) If i comment out the lines in the "postsuspend" and "commit" lines of the BufferedNIC class that send the TC_PLUG_CHECKPOINT an...