Re: [PATCH v2 01/41] hw/net/net_tx_pkt: Decouple implementation from PCI

2023-04-20 Thread Akihiko Odaki
On 2023/04/20 18:46, Philippe Mathieu-Daudé wrote: Hi Akihiko, On 20/4/23 07:46, Akihiko Odaki wrote: This is intended to be followed by another change for the interface. It also fixes the leak of memory mapping when the specified memory is partially mapped. Fixes: e263cd49c7 ("Packet abstract

Re: [PATCH v2 01/41] hw/net/net_tx_pkt: Decouple implementation from PCI

2023-04-20 Thread Philippe Mathieu-Daudé
Hi Akihiko, On 20/4/23 07:46, Akihiko Odaki wrote: This is intended to be followed by another change for the interface. It 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: Akih

[PATCH v2 01/41] hw/net/net_tx_pkt: Decouple implementation from PCI

2023-04-19 Thread Akihiko Odaki
This is intended to be followed by another change for the interface. It 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 --- hw/net/net_tx_pkt.h | 9 hw/