On 09/15/2017 03:57 AM, Laszlo Ersek wrote:
Document the following actions on the

   EfiSimpleNetworkStarted <-> EfiSimpleNetworkInitialized

state transitions:

* from commit 46b11f00ac70 ("OvmfPkg/VirtioNetDxe: alloc RxBuf using
   AllocateSharedPages()", 2017-09-14):

   VirtioNetInitRx ->
   { VirtIo->AllocateSharedPages, VirtioMapAllBytesInSharedBuffer }

   VirtioNetShutdownRx ->
   { VirtIo->UnmapSharedBuffer, VirtIo->FreeSharedPages }

* from commit 891f016c1b99 ("OvmfPkg/VirtioNetDxe: dynamically alloc
   transmit header", 2017-09-14):

   VirtioNetInitTx ->
   { VirtIo->AllocateSharedPages, VirtioMapAllBytesInSharedBuffer }

   VirtioNetShutdownTx ->
   { VirtIo->UnmapSharedBuffer, VirtIo->FreeSharedPages }

Cc: Brijesh Singh <[email protected]>
Cc: Jordan Justen <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Laszlo Ersek <[email protected]>
---
  OvmfPkg/VirtioNetDxe/TechNotes.txt | 12 ++++++++----
  1 file changed, 8 insertions(+), 4 deletions(-)


Reviewed-by: Brijesh Singh <[email protected]>
_______________________________________________
edk2-devel mailing list
[email protected]
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to