Re: [PATCH v3 2/2] vdpa_sim_net: Add the support of set mac address

2024-07-08 Thread Jason Wang
On Mon, Jul 8, 2024 at 3:19 PM Cindy Lu wrote: > > On Mon, 8 Jul 2024 at 15:06, Jason Wang wrote: > > > > On Mon, Jul 8, 2024 at 2:48 PM Cindy Lu wrote: > > > > > > Add the function to support setting the MAC address. > > > For vdpa_sim_net, the driver will write the MAC address > > > to the con

Re: [PATCH v3 2/2] vdpa_sim_net: Add the support of set mac address

2024-07-08 Thread Cindy Lu
On Mon, 8 Jul 2024 at 15:06, Jason Wang wrote: > > On Mon, Jul 8, 2024 at 2:48 PM Cindy Lu wrote: > > > > Add the function to support setting the MAC address. > > For vdpa_sim_net, the driver will write the MAC address > > to the config space, and other devices can implement > > their own functio

Re: [PATCH v3 2/2] vdpa_sim_net: Add the support of set mac address

2024-07-08 Thread Jason Wang
On Mon, Jul 8, 2024 at 2:48 PM Cindy Lu wrote: > > Add the function to support setting the MAC address. > For vdpa_sim_net, the driver will write the MAC address > to the config space, and other devices can implement > their own functions to support this. > > Signed-off-by: Cindy Lu > --- > driv

[PATCH v3 2/2] vdpa_sim_net: Add the support of set mac address

2024-07-07 Thread Cindy Lu
Add the function to support setting the MAC address. For vdpa_sim_net, the driver will write the MAC address to the config space, and other devices can implement their own functions to support this. Signed-off-by: Cindy Lu --- drivers/vdpa/vdpa_sim/vdpa_sim_net.c | 19 ++- 1 file