Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Tue, 6 May 2025 11:00:04 -0500 you wrote:
> Make veth_pool_store detect requested pool changes, close device if
> necessary, update pool, and reopen device.
>
> Signed-off-by: Dave Marquardt
> ---
> drivers/net
On 5/6/2025 9:00 AM, Dave Marquardt wrote:
> Make veth_pool_store detect requested pool changes, close device if
> necessary, update pool, and reopen device.
>
> Signed-off-by: Dave Marquardt
> ---
The diff itself is quite ugly, but the end result was much easier to follow.
Reviewed-by: Jacob
Make veth_pool_store detect requested pool changes, close device if
necessary, update pool, and reopen device.
Signed-off-by: Dave Marquardt
---
drivers/net/ethernet/ibm/ibmveth.c | 111 +
1 file changed, 67 insertions(+), 44 deletions(-)
diff --git a/drivers/net/eth