On Mon, Jul 25, 2022 at 3:23 PM Xuan Zhuo wrote:
>
> On Mon, 25 Jul 2022 14:57:11 +0800, Jason Wang wrote:
> > On Mon, Jul 25, 2022 at 2:43 PM Xuan Zhuo
> > wrote:
> > >
> > > On Thu, 21 Jul 2022 17:25:59 +0800, Jason Wang
> > > wrote:
> > > >
> > > > 在 2022/7/20 11:04, Xuan Zhuo 写道:
> > > >
On Mon, 25 Jul 2022 14:57:11 +0800, Jason Wang wrote:
> On Mon, Jul 25, 2022 at 2:43 PM Xuan Zhuo wrote:
> >
> > On Thu, 21 Jul 2022 17:25:59 +0800, Jason Wang wrote:
> > >
> > > 在 2022/7/20 11:04, Xuan Zhuo 写道:
> > > > This patch implements the resize function of the rx queues.
> > > > Based on
On Mon, Jul 25, 2022 at 2:43 PM Xuan Zhuo wrote:
>
> On Thu, 21 Jul 2022 17:25:59 +0800, Jason Wang wrote:
> >
> > 在 2022/7/20 11:04, Xuan Zhuo 写道:
> > > This patch implements the resize function of the rx queues.
> > > Based on this function, it is possible to modify the ring num of the
> > > qu
On Thu, 21 Jul 2022 17:25:59 +0800, Jason Wang wrote:
>
> 在 2022/7/20 11:04, Xuan Zhuo 写道:
> > This patch implements the resize function of the rx queues.
> > Based on this function, it is possible to modify the ring num of the
> > queue.
> >
> > Signed-off-by: Xuan Zhuo
> > ---
> > drivers/net
在 2022/7/20 11:04, Xuan Zhuo 写道:
This patch implements the resize function of the rx queues.
Based on this function, it is possible to modify the ring num of the
queue.
Signed-off-by: Xuan Zhuo
---
drivers/net/virtio_net.c | 22 ++
1 file changed, 22 insertions(+)
diff