Re: [PATCH v2 02/41] hw/net/net_tx_pkt: Decouple interface from PCI

2023-04-20 Thread Akihiko Odaki
On 2023/04/20 18:54, Philippe Mathieu-Daudé wrote: On 20/4/23 07:46, Akihiko Odaki wrote: This allows to use the network packet abstractions even if PCI is not used. Signed-off-by: Akihiko Odaki ---   hw/net/net_tx_pkt.h  | 31 ---   hw/net/e1000e_core.c | 13 +++

Re: [PATCH v2 02/41] hw/net/net_tx_pkt: Decouple interface from PCI

2023-04-20 Thread Philippe Mathieu-Daudé
On 20/4/23 07:46, Akihiko Odaki wrote: This allows to use the network packet abstractions even if PCI is not used. Signed-off-by: Akihiko Odaki --- hw/net/net_tx_pkt.h | 31 --- hw/net/e1000e_core.c | 13 - hw/net/igb_core.c| 13 ++--- h

[PATCH v2 02/41] hw/net/net_tx_pkt: Decouple interface from PCI

2023-04-19 Thread Akihiko Odaki
This allows to use the network packet abstractions even if PCI is not used. Signed-off-by: Akihiko Odaki --- hw/net/net_tx_pkt.h | 31 --- hw/net/e1000e_core.c | 13 - hw/net/igb_core.c| 13 ++--- hw/net/net_tx_pkt.c | 36 +---