summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/lm85.c
diff options
context:
space:
mode:
authorJakub Kicinski <jakub.kicinski@netronome.com>2017-04-27 21:06:17 -0700
committerDavid S. Miller <davem@davemloft.net>2017-04-30 22:37:00 -0400
commit92e68195ebe914ae8b34cfb92148385a50454806 (patch)
treeafae4127dee3ba5aaa4d353a5a0f9a9f739d619e /drivers/hwmon/lm85.c
parentd78005a50f306edb000f0994f0470f151915cf90 (diff)
downloadlinux-92e68195ebe914ae8b34cfb92148385a50454806.tar.bz2
nfp: do simple XDP TX buffer recycling
On the RX path we follow the "drop if allocation of replacement buffer fails" rule. With XDP we extended that to the TX action, so if XDP prog returned TX but allocation of replacement RX buffer failed, we will drop the packet. To improve our XDP TX performance extend the idea of rings being always full to XDP TX rings. Pre-fill the XDP TX rings with RX buffers, and when XDP prog returns TX action swap the RX buffer with the next buffer from the TX ring. XDP TX complete will no longer free the buffers but let them sit on the TX ring and wait for swap with RX buffer, instead. Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/hwmon/lm85.c')
0 files changed, 0 insertions, 0 deletions