> From: netdev-ow...@vger.kernel.org [mailto:netdev- > ow...@vger.kernel.org] On Behalf Of Leonid Bloch > Sent: Tuesday, October 13, 2015 2:48 AM > To: linux-ker...@vger.kernel.org > Cc: Kirsher, Jeffrey T <jeffrey.t.kirs...@intel.com>; Brandeburg, Jesse > <jesse.brandeb...@intel.com>; Nelson, Shannon > <shannon.nel...@intel.com>; Wyborny, Carolyn > <carolyn.wybo...@intel.com>; Skidmore, Donald C > <donald.c.skidm...@intel.com>; Vick, Matthew <matthew.v...@intel.com>; > Ronciak, John <john.ronc...@intel.com>; Williams, Mitch A > <mitch.a.willi...@intel.com>; intel-wired-...@lists.osuosl.org; > netdev@vger.kernel.org; Dmitry Fleytman <dmi...@daynix.com> > Subject: [PATCH] e1000e: fix division by zero on jumbo MTUs > > From: Dmitry Fleytman <dmi...@daynix.com> > > This patch fixes possible division by zero in receive > interrupt handler when working without adaptive interrupt > moderation. > > The adaptive interrupt moderation mechanism is typically > disabled on jumbo MTUs. > > Signed-off-by: Dmitry Fleytman <dmi...@daynix.com> > Signed-off-by: Leonid Bloch <leo...@daynix.com> > --- > drivers/net/ethernet/intel/e1000e/netdev.c | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-)
Tested-by: Aaron Brown <aaron.f.br...@intel.com> -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html