Re: [PATCH linux-next v4 5/8] vdpa_sim_net: Enable user to set mac address and mtu

2021-10-25 Thread Michael S. Tsirkin
On Mon, Oct 25, 2021 at 08:10:15AM +, Parav Pandit wrote: > > > > From: Michael S. Tsirkin > > Sent: Monday, October 25, 2021 1:39 PM > > > > On Mon, Oct 25, 2021 at 07:11:23AM +, Parav Pandit wrote: > > > > > > > > > > From: Jason Wang > > > > Sent: Monday, October 25, 2021 12:32 PM

RE: [PATCH linux-next v4 5/8] vdpa_sim_net: Enable user to set mac address and mtu

2021-10-25 Thread Parav Pandit via Virtualization
> From: Michael S. Tsirkin > Sent: Monday, October 25, 2021 1:39 PM > > On Mon, Oct 25, 2021 at 07:11:23AM +, Parav Pandit wrote: > > > > > > > From: Jason Wang > > > Sent: Monday, October 25, 2021 12:32 PM > > > > > > > > > 在 2021/10/22 上午12:35, Parav Pandit 写道: > > > > Enable user to

Re: [PATCH linux-next v4 5/8] vdpa_sim_net: Enable user to set mac address and mtu

2021-10-25 Thread Michael S. Tsirkin
On Mon, Oct 25, 2021 at 07:11:23AM +, Parav Pandit wrote: > > > > From: Jason Wang > > Sent: Monday, October 25, 2021 12:32 PM > > > > > > 在 2021/10/22 上午12:35, Parav Pandit 写道: > > > Enable user to set the mac address and mtu so that each vdpa device > > > can have its own user specified

RE: [PATCH linux-next v4 5/8] vdpa_sim_net: Enable user to set mac address and mtu

2021-10-25 Thread Parav Pandit via Virtualization
> From: Jason Wang > Sent: Monday, October 25, 2021 12:32 PM > > > 在 2021/10/22 上午12:35, Parav Pandit 写道: > > Enable user to set the mac address and mtu so that each vdpa device > > can have its own user specified mac address and mtu. > > This is done by implementing the management device's

Re: [PATCH linux-next v4 5/8] vdpa_sim_net: Enable user to set mac address and mtu

2021-10-25 Thread Jason Wang
在 2021/10/22 上午12:35, Parav Pandit 写道: Enable user to set the mac address and mtu so that each vdpa device can have its own user specified mac address and mtu. This is done by implementing the management device's configuration layout fields setting callback routine. Now that user is enabled to