public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: Brijesh Singh <brijesh.singh@amd.com>
To: Laszlo Ersek <lersek@redhat.com>,
	edk2-devel-01 <edk2-devel@lists.01.org>
Cc: brijesh.singh@amd.com, Jordan Justen <jordan.l.justen@intel.com>
Subject: Re: [PATCH 1/2] OvmfPkg/VirtioNetDxe: document Rx/Tx allocs and mappings on Init/Shutdown
Date: Fri, 15 Sep 2017 08:38:30 -0500	[thread overview]
Message-ID: <d786a6f6-aa1c-acb8-3b23-55ffd88f686f@amd.com> (raw)
In-Reply-To: <20170915085747.7209-2-lersek@redhat.com>



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 <brijesh.singh@amd.com>
> Cc: Jordan Justen <jordan.l.justen@intel.com>
> Contributed-under: TianoCore Contribution Agreement 1.1
> Signed-off-by: Laszlo Ersek <lersek@redhat.com>
> ---
>   OvmfPkg/VirtioNetDxe/TechNotes.txt | 12 ++++++++----
>   1 file changed, 8 insertions(+), 4 deletions(-)
> 

Reviewed-by: Brijesh Singh <brijesh.singh@amd.com>


  reply	other threads:[~2017-09-15 13:35 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-15  8:57 [PATCH 0/2] OvmfPkg/VirtioNetDxe: update TechNotes, log message at ExitBootServices Laszlo Ersek
2017-09-15  8:57 ` [PATCH 1/2] OvmfPkg/VirtioNetDxe: document Rx/Tx allocs and mappings on Init/Shutdown Laszlo Ersek
2017-09-15 13:38   ` Brijesh Singh [this message]
2017-09-15  8:57 ` [PATCH 2/2] OvmfPkg/VirtioNetDxe: log debug message in VirtioNetExitBoot() Laszlo Ersek
2017-09-15 13:39   ` Brijesh Singh
2017-09-22 13:03 ` [PATCH 0/2] OvmfPkg/VirtioNetDxe: update TechNotes, log message at ExitBootServices Laszlo Ersek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d786a6f6-aa1c-acb8-3b23-55ffd88f686f@amd.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox