lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <6b20af33-3790-dddb-8474-cb0d910524fe@st.com> Date: Mon, 8 May 2017 16:22:29 +0200 From: Giuseppe CAVALLARO <peppe.cavallaro@...com> To: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>, Joao Pinto <Joao.Pinto@...opsys.com>, Jan Kiszka <jan.kiszka@...mens.com>, netdev <netdev@...r.kernel.org>, "David S. Miller" <davem@...emloft.net> Subject: Re: [PATCH v1 1/4] stmmac: pci: set default number of rx and tx queues On 5/8/2017 4:14 PM, Andy Shevchenko wrote: > The commit 26d6851fd24e > > ("net: stmmac: set default number of rx and tx queues in stmmac_pci") > > missed Intel Quark configuration. Append it here. > > Fixes: 26d6851fd24e ("net: stmmac: set default number of rx and tx queues in stmmac_pci") > Cc: Joao Pinto <Joao.Pinto@...opsys.com> > Signed-off-by: Andy Shevchenko <andriy.shevchenko@...ux.intel.com> > --- > drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c b/drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c > index 39be96779145..ae3e836f9bb6 100644 > --- a/drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c > +++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c > @@ -145,6 +145,10 @@ static int quark_default_data(struct plat_stmmacenet_data *plat, > /* Set the maxmtu to a default of JUMBO_LEN */ > plat->maxmtu = JUMBO_LEN; > > + /* Set default number of RX and TX queues to use */ > + plat->tx_queues_to_use = 1; > + plat->rx_queues_to_use = 1; > + > return 0; > } > For the Series, please consider my Acked-by: Giuseppe Cavallaro <peppe.cavallaro@...com> thx a lot
Powered by blists - more mailing lists