[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 0/8] Net patches
From: |
Jason Wang |
Subject: |
[PULL 0/8] Net patches |
Date: |
Tue, 27 Sep 2022 15:30:14 +0800 |
The following changes since commit 99d6b11b5b44d7dd64f4cb1973184e40a4a174f8:
Merge tag 'pull-target-arm-20220922' of
https://git.linaro.org/people/pmaydell/qemu-arm into staging (2022-09-26
13:38:26 -0400)
are available in the git repository at:
https://github.com/jasowang/qemu.git tags/net-pull-request
for you to fetch changes up to bf769f742c3624952f125b303878a77ea870c156:
virtio: del net client if net_init_tap_one failed (2022-09-27 15:14:37 +0800)
----------------------------------------------------------------
----------------------------------------------------------------
Ding Hui (1):
e1000e: set RX desc status with DD flag in a separate operation
Eugenio Pérez (6):
vdpa: Make VhostVDPAState cvq_cmd_in_buffer control ack type
vdpa: extract vhost_vdpa_net_load_mac from vhost_vdpa_net_load
vdpa: Add vhost_vdpa_net_load_mq
vdpa: validate MQ CVQ commands
virtio-net: Update virtio-net curr_queue_pairs in vdpa backends
vdpa: Allow MQ feature in SVQ
lu zhipeng (1):
virtio: del net client if net_init_tap_one failed
hw/net/e1000e_core.c | 53 ++++++++++++++++++++++-
hw/net/virtio-net.c | 17 +++-----
net/tap.c | 18 +++++---
net/vhost-vdpa.c | 119 +++++++++++++++++++++++++++++++++++++--------------
4 files changed, 157 insertions(+), 50 deletions(-)
Ding Hui (1):
e1000e: set RX desc status with DD flag in a separate operation
Eugenio Pérez (6):
vdpa: Make VhostVDPAState cvq_cmd_in_buffer control ack type
vdpa: extract vhost_vdpa_net_load_mac from vhost_vdpa_net_load
vdpa: Add vhost_vdpa_net_load_mq
vdpa: validate MQ CVQ commands
virtio-net: Update virtio-net curr_queue_pairs in vdpa backends
vdpa: Allow MQ feature in SVQ
lu zhipeng (1):
virtio: del net client if net_init_tap_one failed
hw/net/e1000e_core.c | 53 ++++++++++++++++++++++-
hw/net/virtio-net.c | 17 +++-----
net/tap.c | 18 +++++---
net/vhost-vdpa.c | 119 +++++++++++++++++++++++++++++++++++++--------------
4 files changed, 157 insertions(+), 50 deletions(-)
--
2.7.4
- [PULL 0/8] Net patches,
Jason Wang <=
- [PULL 1/8] e1000e: set RX desc status with DD flag in a separate operation, Jason Wang, 2022/09/27
- [PULL 4/8] vdpa: Add vhost_vdpa_net_load_mq, Jason Wang, 2022/09/27
- [PULL 2/8] vdpa: Make VhostVDPAState cvq_cmd_in_buffer control ack type, Jason Wang, 2022/09/27
- [PULL 3/8] vdpa: extract vhost_vdpa_net_load_mac from vhost_vdpa_net_load, Jason Wang, 2022/09/27
- [PULL 5/8] vdpa: validate MQ CVQ commands, Jason Wang, 2022/09/27
- [PULL 6/8] virtio-net: Update virtio-net curr_queue_pairs in vdpa backends, Jason Wang, 2022/09/27
- [PULL 7/8] vdpa: Allow MQ feature in SVQ, Jason Wang, 2022/09/27
- [PULL 8/8] virtio: del net client if net_init_tap_one failed, Jason Wang, 2022/09/27
- Re: [PULL 0/8] Net patches, Stefan Hajnoczi, 2022/09/27