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: <979A8436335E3744ADCD3A9F2A2B68A5027BDB@SJEXCHMB10.corp.ad.broadcom.com> Date: Tue, 12 Jun 2012 13:09:20 +0000 From: "Yuval Mintz" <yuvalmin@...adcom.com> To: "Giuseppe CAVALLARO" <peppe.cavallaro@...com>, "netdev@...r.kernel.org" <netdev@...r.kernel.org> cc: "bhutchings@...arflare.com" <bhutchings@...arflare.com>, "rayagond@...avyalabs.com" <rayagond@...avyalabs.com>, "davem@...emloft.net" <davem@...emloft.net> Subject: RE: [net-next.git 4/4 (v4)] stmmac: add the Energy Efficient Ethernet support Hi Giuseppe, > @@ -1541,10 +1663,37 @@ static irqreturn_t stmmac_interrupt(int irq, > void *dev_id) > + if (unlikely(status)) { > + if (status & core_mmc_tx_irq) > + priv->xstats.mmc_tx_irq_n++; > + if (status & core_mmc_rx_irq) > + priv->xstats.mmc_rx_irq_n++; > + if (status & core_mmc_rx_csum_offload_irq) > + priv->xstats.mmc_rx_csum_offload_irq_n++; > + if (status & core_irq_receive_pmt_irq) > + priv->xstats.irq_receive_pmt_irq_n++; > + Are these EEE related? > + /* To handle DMA interrupts */ Is this related? Cheers, Yuval Mintz -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists