i40e: correctly setup ARQ descriptors
authorMitch Williams <mitch.a.williams@intel.com>
Wed, 18 Dec 2013 13:45:48 +0000 (13:45 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 8 Jan 2014 05:50:16 +0000 (21:50 -0800)
commit9007777364e91e1e4348cdf503223a80f81065b5
tree1e0c38d7dbfa11449e77dc20fc6755454b8a2d38
parent071b8de9820fb622c1fd29775f3a47b99db312ad
i40e: correctly setup ARQ descriptors

When cleaning descriptors, we must set up ALL fields, not just the DMA
address. The initial setup does this correctly, but not the cleanup
code, so the firmware would process the ring exactly once and then fail.

Change-ID: I2930b83c76194b3016a8ac0fa693f9a573995640
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_adminq.c