qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 01/40] hw/net/net_tx_pkt: Decouple from PCI


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 01/40] hw/net/net_tx_pkt: Decouple from PCI
Date: Fri, 14 Apr 2023 16:23:15 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.9.1

On 14/4/23 13:36, Akihiko Odaki wrote:
This also fixes the leak of memory mapping when the specified memory is
partially mapped.

Fixes: e263cd49c7 ("Packet abstraction for VMWARE network devices")
Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
---
  hw/net/net_tx_pkt.c  | 65 +++++++++++++++++++++++---------------------
  hw/net/net_tx_pkt.h  | 38 +++++++++++++++++++-------

Preferably split the patch in at least 2, first the back-end,
then the front-ends.

Also consider installing scripts/git.orderfile when posting
API changes, as this eases email review workflow (no need to
scroll up/down frenetically to follow).

  hw/net/e1000e_core.c | 13 +++++----
  hw/net/igb_core.c    | 13 ++++-----

  hw/net/vmxnet3.c     | 14 +++++-----
  5 files changed, 83 insertions(+), 60 deletions(-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]