|
|
26ba25 |
From d6ae7e8d693de7865fe31e58daeabf9cb9a62e8d Mon Sep 17 00:00:00 2001
|
|
|
26ba25 |
From: Xiao Wang <jasowang@redhat.com>
|
|
|
26ba25 |
Date: Fri, 11 Jan 2019 07:59:03 +0000
|
|
|
26ba25 |
Subject: [PATCH 08/11] virtio-net-test: remove unused macro
|
|
|
26ba25 |
MIME-Version: 1.0
|
|
|
26ba25 |
Content-Type: text/plain; charset=UTF-8
|
|
|
26ba25 |
Content-Transfer-Encoding: 8bit
|
|
|
26ba25 |
|
|
|
26ba25 |
RH-Author: Xiao Wang <jasowang@redhat.com>
|
|
|
26ba25 |
Message-id: <20190111075904.2030-9-jasowang@redhat.com>
|
|
|
26ba25 |
Patchwork-id: 83983
|
|
|
26ba25 |
O-Subject: [RHEL8 qemu-kvm PATCH 8/9] virtio-net-test: remove unused macro
|
|
|
26ba25 |
Bugzilla: 1636784
|
|
|
26ba25 |
RH-Acked-by: Thomas Huth <thuth@redhat.com>
|
|
|
26ba25 |
RH-Acked-by: Philippe Mathieu-Daudé <philmd@redhat.com>
|
|
|
26ba25 |
RH-Acked-by: Jens Freimann <jfreimann@redhat.com>
|
|
|
26ba25 |
RH-Acked-by: Maxime Coquelin <maxime.coquelin@redhat.com>
|
|
|
26ba25 |
RH-Acked-by: Michael S. Tsirkin <mst@redhat.com>
|
|
|
26ba25 |
|
|
|
26ba25 |
Reviewed-by: Thomas Huth <thuth@redhat.com>
|
|
|
26ba25 |
Reviewed-by: Eric Blake <eblake@redhat.com>
|
|
|
26ba25 |
Signed-off-by: Jason Wang <jasowang@redhat.com>
|
|
|
26ba25 |
Message-id: 20181204035347.6148-5-jasowang@redhat.com
|
|
|
26ba25 |
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
|
|
|
26ba25 |
(cherry picked from commit 432a82d72720f71cb965b64836672f19d57ceedb)
|
|
|
26ba25 |
Signed-off-by: Danilo C. L. de Paula <ddepaula@redhat.com>
|
|
|
26ba25 |
---
|
|
|
26ba25 |
tests/virtio-net-test.c | 1 -
|
|
|
26ba25 |
1 file changed, 1 deletion(-)
|
|
|
26ba25 |
|
|
|
26ba25 |
diff --git a/tests/virtio-net-test.c b/tests/virtio-net-test.c
|
|
|
26ba25 |
index ad6968c..9da8f3d 100644
|
|
|
26ba25 |
--- a/tests/virtio-net-test.c
|
|
|
26ba25 |
+++ b/tests/virtio-net-test.c
|
|
|
26ba25 |
@@ -24,7 +24,6 @@
|
|
|
26ba25 |
|
|
|
26ba25 |
#define PCI_SLOT_HP 0x06
|
|
|
26ba25 |
#define PCI_SLOT 0x04
|
|
|
26ba25 |
-#define PCI_FN 0x00
|
|
|
26ba25 |
|
|
|
26ba25 |
#define QVIRTIO_NET_TIMEOUT_US (30 * 1000 * 1000)
|
|
|
26ba25 |
#define VNET_HDR_SIZE sizeof(struct virtio_net_hdr_mrg_rxbuf)
|
|
|
26ba25 |
--
|
|
|
26ba25 |
1.8.3.1
|
|
|
26ba25 |
|