diff options
author | Alexander Lobakin <alexandr.lobakin@intel.com> | 2022-02-18 22:50:33 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-02-19 13:34:04 +0100 |
commit | 7e1b54d07751edcbf23c7211508abf5667b490ee (patch) | |
tree | 1d9e97f204d138cd39bfc0cd1645ca8480c7b7a0 /net | |
parent | Merge branch 'add-checks-for-incoming-packet-addresses' (diff) | |
download | linux-7e1b54d07751edcbf23c7211508abf5667b490ee.tar.xz linux-7e1b54d07751edcbf23c7211508abf5667b490ee.zip |
i40e: remove dead stores on XSK hotpath
The 'if (ntu == rx_ring->count)' block in i40e_alloc_rx_buffers_zc()
was previously residing in the loop, but after introducing the
batched interface it is used only to wrap-around the NTU descriptor,
thus no more need to assign 'xdp'.
'cleaned_count' in i40e_clean_rx_irq_zc() was previously being
incremented in the loop, but after commit f12738b6ec06
("i40e: remove unnecessary cleaned_count updates") it gets
assigned only once after it, so the initialization can be dropped.
Fixes: 6aab0bb0c5cd ("i40e: Use the xsk batched rx allocation interface")
Fixes: f12738b6ec06 ("i40e: remove unnecessary cleaned_count updates")
Signed-off-by: Alexander Lobakin <alexandr.lobakin@intel.com>
Acked-by: Maciej Fijalkowski <maciej.fijalkowski@intel.com>
Tested-by: George Kuruvinakunnel <george.kuruvinakunnel@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions