Home
last modified time | relevance | path

Searched hist:"8 a519a57" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/
H A Dveth.c8a519a57 Fri Aug 11 21:30:16 CDT 2023 Liang Chen <liangchen.linux@gmail.com> net: veth: Page pool creation error handling for existing pools only

The failure handling procedure destroys page pools for all queues,
including those that haven't had their page pool created yet. this patch
introduces necessary adjustments to prevent potential risks and
inconsistency with the error handling behavior.

Fixes: 0ebab78cbcbf ("net: veth: add page_pool for page recycling")
Acked-by: Jesper Dangaard Brouer <hawk@kernel.org>
Signed-off-by: Liang Chen <liangchen.linux@gmail.com>
Link: https://lore.kernel.org/r/20230812023016.10553-1-liangchen.linux@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>