From: David Miller <da...@davemloft.net> Date: Wed, 09 Sep 2015 21:53:22 -0700 (PDT)
> From: Wei Liu <wei.l...@citrix.com> > Date: Wed, 9 Sep 2015 11:23:04 +0100 > >> Wei Liu (2): >> xen-netback: respect user provided max_queues >> xen-netfront: respect user provided max_queues > > Both applied, thanks. Yo, this doesn't even compile! drivers/net/xen-netfront.c: In function ‘netif_init’: drivers/net/xen-netfront.c:2138:6: error: ‘xenvif_max_queues’ undeclared (first use in this function) if (xenvif_max_queues == 0) ^ drivers/net/xen-netfront.c:2138:6: note: each undeclared identifier is reported only once for each function it appears in