]> Pileus Git - ~andy/linux/commit
i40e: add a comment on barrier and fix panic on reset
authorGreg Rose <gregory.v.rose@intel.com>
Wed, 18 Dec 2013 13:45:53 +0000 (13:45 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 9 Jan 2014 10:19:36 +0000 (02:19 -0800)
commit8e9dca536e930a7e67f771c2fe320d793d99db55
treedc36f7d8a557824e9c43a380b1fdebe75e9a074b
parent55c29c31d352bb6cfac69fbbdd546baad65d5cf1
i40e: add a comment on barrier and fix panic on reset

The memory barrier used in maybe_stop_tx can use a comment.

Also add checks to VSI->rx_rings to ensure a kernel panic is not induced.

Change-ID: I48cc1bf1d6cf301818155b737edeef77c0d790c7
Change-ID: I1363a8445fbf521a26267849966296ed55f43ad8
Signed-off-by: Greg Rose <gregory.v.rose@intel.com>
Signed-off-by: Mitch Williams <mitch.a.williams@intel.com>
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Tested-by: Kavindya Deegala <kavindya.s.deegala@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40e/i40e_main.c
drivers/net/ethernet/intel/i40e/i40e_txrx.c