RE: [iproute2-next 0/4] vdpa tool to query and set config layout

2021-12-12 Thread Parav Pandit via Virtualization
> From: David Ahern > Sent: Friday, December 3, 2021 10:27 PM > > On 12/1/21 9:22 PM, Parav Pandit wrote: > > This series implements querying and setting of the mac address and mtu > > device config fields of the vdpa device of type net. > > > > An example of query and set as below. > > > > $

Re: [iproute2-next 0/4] vdpa tool to query and set config layout

2021-12-03 Thread David Ahern
On 12/1/21 9:22 PM, Parav Pandit wrote: > This series implements querying and setting of the mac address and mtu > device config fields of the vdpa device of type net. > > An example of query and set as below. > > $ vdpa dev add name bar mgmtdev vdpasim_net mac 00:11:22:33:44:55 mtu 9000 > > $