[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20201029122050.776445-1-lvivier@redhat.com>
Date: Thu, 29 Oct 2020 13:20:48 +0100
From: Laurent Vivier <lvivier@...hat.com>
To: linux-kernel@...r.kernel.org
Cc: "Michael S. Tsirkin" <mst@...hat.com>,
virtualization@...ts.linux-foundation.org,
Jason Wang <jasowang@...hat.com>,
Laurent Vivier <lvivier@...hat.com>
Subject: [PATCH 0/2] vdpasim: allow to set MAC address
This series starts by fixing a bug:
vdpa_sim generates a MAC address that is never show to
upper layer, and thus virtio-net generates another random
MAC address, that changes each time virtio-net is loaded
(even if vdpa_sim is not unloaded).
Then it adds a parameter to vpa_sim module to allow the user to
set the MAC address. With that we use vdpa_sim with a stable
MAC addres, that doesn't change between reboots.
Laurent Vivier (2):
vdpasim: fix MAC address configuration
vdpasim: allow to assign a MAC address
drivers/vdpa/vdpa_sim/vdpa_sim.c | 17 +++++++++++++++--
1 file changed, 15 insertions(+), 2 deletions(-)
--
2.26.2
Powered by blists - more mailing lists