RE: [PATCH linux-next v4 0/8] vdpa: enable user to set mac, mtu

2021-10-25 Thread Parav Pandit via Virtualization
Hi Michael, > From: Parav Pandit > Sent: Monday, October 25, 2021 9:14 AM > > > Thanks for the report. Parav, could you help bisect this please? > > > I also pushed out a new head with some patches dropped. > > > Could you test that maybe? > > > > > > Thanks! > > > > OK I think it's due to

RE: [PATCH linux-next v4 0/8] vdpa: enable user to set mac, mtu

2021-10-24 Thread Parav Pandit via Virtualization
> From: Michael S. Tsirkin > Sent: Sunday, October 24, 2021 2:46 AM [..] > > > [1.243559] Call Trace: > > > [1.243559] virtio_queue_rq+0x1e4/0x5f0 > > > [1.243559] __blk_mq_try_issue_directly+0x138/0x1e0 > > > [1.243559] blk_mq_try_issue_directly+0x47/0xa0 > > > [

Re: [PATCH linux-next v4 0/8] vdpa: enable user to set mac, mtu

2021-10-23 Thread Michael S. Tsirkin
On Sat, Oct 23, 2021 at 04:03:12PM -0400, Michael S. Tsirkin wrote: > On Fri, Oct 22, 2021 at 03:07:32PM +, Parav Pandit wrote: > > Hi Michael, > > > > > From: Michael S. Tsirkin > > > Sent: Friday, October 22, 2021 4:11 PM > > > > > > On Thu, Oct 21, 2021 at 07:35:01PM +0300, Parav Pandit

Re: [PATCH linux-next v4 0/8] vdpa: enable user to set mac, mtu

2021-10-23 Thread Michael S. Tsirkin
On Fri, Oct 22, 2021 at 03:07:32PM +, Parav Pandit wrote: > Hi Michael, > > > From: Michael S. Tsirkin > > Sent: Friday, October 22, 2021 4:11 PM > > > > On Thu, Oct 21, 2021 at 07:35:01PM +0300, Parav Pandit wrote: > > > Currently user cannot view the vdpa device config space. Also user >

RE: [PATCH linux-next v4 0/8] vdpa: enable user to set mac, mtu

2021-10-22 Thread Parav Pandit via Virtualization
Hi Michael, > From: Michael S. Tsirkin > Sent: Friday, October 22, 2021 4:11 PM > > On Thu, Oct 21, 2021 at 07:35:01PM +0300, Parav Pandit wrote: > > Currently user cannot view the vdpa device config space. Also user > > cannot set the mac address and mtu of the vdpa device. > > This patchset

Re: [PATCH linux-next v4 0/8] vdpa: enable user to set mac, mtu

2021-10-22 Thread Michael S. Tsirkin
On Thu, Oct 21, 2021 at 07:35:01PM +0300, Parav Pandit wrote: > Currently user cannot view the vdpa device config space. Also user > cannot set the mac address and mtu of the vdpa device. > This patchset enables users to set the mac address and mtu of the vdpa > device once the device is created.

[PATCH linux-next v4 0/8] vdpa: enable user to set mac, mtu

2021-10-21 Thread Parav Pandit via Virtualization
Currently user cannot view the vdpa device config space. Also user cannot set the mac address and mtu of the vdpa device. This patchset enables users to set the mac address and mtu of the vdpa device once the device is created. If a vendor driver supports such configuration user can set it