Re: [PATCH 2/5] vdpa: Add vhost_vdpa_net_load_mq

2022-08-24 Thread Eugenio Perez Martin
On Wed, Aug 24, 2022 at 10:52 AM Jason Wang wrote: > > On Wed, Aug 24, 2022 at 3:47 PM Eugenio Perez Martin > wrote: > > > > On Wed, Aug 24, 2022 at 6:23 AM Jason Wang wrote: > > > > > > > > > 在 2022/8/20 01:13, Eugenio Pérez 写道: > > > > Same way as with the MAC, restore the expected number of

Re: [PATCH 2/5] vdpa: Add vhost_vdpa_net_load_mq

2022-08-24 Thread Eugenio Perez Martin
On Wed, Aug 24, 2022 at 11:08 AM Jason Wang wrote: > > On Wed, Aug 24, 2022 at 5:06 PM Eugenio Perez Martin > wrote: > > > > On Wed, Aug 24, 2022 at 10:52 AM Jason Wang wrote: > > > > > > On Wed, Aug 24, 2022 at 3:47 PM Eugenio Perez Martin > > > wrote: > > > > > > > > On Wed, Aug 24, 2022 at

Re: [PATCH 2/5] vdpa: Add vhost_vdpa_net_load_mq

2022-08-24 Thread Jason Wang
On Wed, Aug 24, 2022 at 5:06 PM Eugenio Perez Martin wrote: > > On Wed, Aug 24, 2022 at 10:52 AM Jason Wang wrote: > > > > On Wed, Aug 24, 2022 at 3:47 PM Eugenio Perez Martin > > wrote: > > > > > > On Wed, Aug 24, 2022 at 6:23 AM Jason Wang wrote: > > > > > > > > > > > > 在 2022/8/20 01:13,

Re: [PATCH 2/5] vdpa: Add vhost_vdpa_net_load_mq

2022-08-24 Thread Jason Wang
On Wed, Aug 24, 2022 at 3:47 PM Eugenio Perez Martin wrote: > > On Wed, Aug 24, 2022 at 6:23 AM Jason Wang wrote: > > > > > > 在 2022/8/20 01:13, Eugenio Pérez 写道: > > > Same way as with the MAC, restore the expected number of queues at > > > device's start. > > > > > > Signed-off-by: Eugenio

Re: [PATCH 2/5] vdpa: Add vhost_vdpa_net_load_mq

2022-08-24 Thread Eugenio Perez Martin
On Wed, Aug 24, 2022 at 6:23 AM Jason Wang wrote: > > > 在 2022/8/20 01:13, Eugenio Pérez 写道: > > Same way as with the MAC, restore the expected number of queues at > > device's start. > > > > Signed-off-by: Eugenio Pérez > > --- > > net/vhost-vdpa.c | 33 + > >

Re: [PATCH 2/5] vdpa: Add vhost_vdpa_net_load_mq

2022-08-23 Thread Jason Wang
在 2022/8/20 01:13, Eugenio Pérez 写道: Same way as with the MAC, restore the expected number of queues at device's start. Signed-off-by: Eugenio Pérez --- net/vhost-vdpa.c | 33 + 1 file changed, 33 insertions(+) diff --git a/net/vhost-vdpa.c

[PATCH 2/5] vdpa: Add vhost_vdpa_net_load_mq

2022-08-19 Thread Eugenio Pérez
Same way as with the MAC, restore the expected number of queues at device's start. Signed-off-by: Eugenio Pérez --- net/vhost-vdpa.c | 33 + 1 file changed, 33 insertions(+) diff --git a/net/vhost-vdpa.c b/net/vhost-vdpa.c index 1e0dbfcced..96fd3bc835 100644 ---