]> git.baikalelectronics.ru Git - kernel.git/commit
iavf: Fix handling of dummy receive descriptors
authorPrzemyslaw Patynowski <przemyslawx.patynowski@intel.com>
Sat, 25 Jun 2022 00:33:01 +0000 (17:33 -0700)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Mon, 18 Jul 2022 16:36:40 +0000 (09:36 -0700)
commit6f66aea6da3e620d85a59ba97eb571bd8488ff26
treebae38de96c384ef1b70778407734757fdce8de4e
parent93530753e5b57aeb7d9c0a1c0bbe0bb7f03426da
iavf: Fix handling of dummy receive descriptors

Fix memory leak caused by not handling dummy receive descriptor properly.
iavf_get_rx_buffer now sets the rx_buffer return value for dummy receive
descriptors. Without this patch, when the hardware writes a dummy
descriptor, iavf would not free the page allocated for the previous receive
buffer. This is an unlikely event but can still happen.

[Jesse: massaged commit message]

Fixes: 97d5336740c4 ("iavf: allow null RX descriptors")
Signed-off-by: Przemyslaw Patynowski <przemyslawx.patynowski@intel.com>
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Tested-by: Konrad Jankowski <konrad0.jankowski@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/ethernet/intel/iavf/iavf_txrx.c