]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2486a865e2bf7f2c729a9f8f0932618913bfba11
tree82b414a02f951787e649fe165338cf8d62caf74d
parent7f3af98cafbb65ef94745b408086e4e164bf04f6
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