]> git.dujemihanovic.xyz Git - linux.git/commit
ionic: rename ionic_xdp_rx_put_bufs
authorShannon Nelson <shannon.nelson@amd.com>
Fri, 6 Sep 2024 23:26:18 +0000 (16:26 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 10 Sep 2024 02:18:14 +0000 (19:18 -0700)
commit7639a6e058155614d638072de6be2fba485813d6
treeffb6beb01202792c95f5c4bd206d3ba3c2f36d7d
parent4a0ec34870a2d278373897cf182cbe662d559eb2
ionic: rename ionic_xdp_rx_put_bufs

We aren't "putting" buf, we're just unlinking them from our tracking in
order to let the XDP_TX and XDP_REDIRECT tx clean paths take care of the
pages when they are done with them.  This rename clears up the intent.

Signed-off-by: Shannon Nelson <shannon.nelson@amd.com>
Signed-off-by: Brett Creeley <brett.creeley@amd.com>
Link: https://patch.msgid.link/20240906232623.39651-3-brett.creeley@amd.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/pensando/ionic/ionic_txrx.c