]> git.baikalelectronics.ru Git - kernel.git/commit
i40evf: remove aq_pending
authorMitch Williams <mitch.a.williams@intel.com>
Tue, 7 Apr 2015 23:45:32 +0000 (19:45 -0400)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 15 Apr 2015 00:20:39 +0000 (17:20 -0700)
commitdaa52a34b9e25437977065be12398536684a565c
tree3a58e7b9fc4f9a93638eb4561823041515bfc7d5
parente55f97520880b8c63f7251bed8b277d8ab01b94d
i40evf: remove aq_pending

The aq_pending field in the adapter structure is actually redundant with
the current_op field. Remove the aq_pending field and expunge all traces
of it from the official record. This simplifies the code significantly,
especially in the virtual channel completion routine.

Change-ID: Ib2957c8c19882bd0cecc6fcd133912c24b46a1ff
Signed-off-by: Mitch Williams <mitch.a.williams@intel.com>
Tested-by: Jim Young <james.m.young@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40evf/i40evf.h
drivers/net/ethernet/intel/i40evf/i40evf_main.c
drivers/net/ethernet/intel/i40evf/i40evf_virtchnl.c