i40e: update comment explaining where FDIR buffers are freed
authorJacob Keller <jacob.e.keller@intel.com>
Fri, 10 Feb 2017 07:44:27 +0000 (23:44 -0800)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sun, 12 Feb 2017 04:39:01 +0000 (20:39 -0800)
commita158aeaf5bb5b014240b360693751476aca7440b
tree82b414a02f951787e649fe165338cf8d62caf74d
parent9b37c937313bf6769d0b018ca35180b379d40862
i40e: update comment explaining where FDIR buffers are freed

The original comment implies that the only location where the raw_packet
buffer will be freed is in i40e_clean_tx_ring() which is incorrect. In
fact this isn't even the normal case. Update the comment explaining
where the memory is freed.

Change-ID: Ie0defc35ed1c3af183f81fdc60b6d783707a5595
Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40e/i40e_txrx.c