Re: [PATCH net-next] ibmveth: Use WARN_ON with error handling rather than BUG_ON

2025-04-15 Thread Dave Marquardt
Michal Swiatkowski writes: > On Thu, Apr 10, 2025 at 01:39:18PM -0500, Dave Marquardt wrote: >> - Replaced BUG_ON calls with WARN_ON calls with error handling, >> with calls to a new ibmveth_reset routine, which resets the device. >> - Added KUnit tests for ibmveth_remove_buffer_from_pool and >

Re: [PATCH net-next] ibmveth: Use WARN_ON with error handling rather than BUG_ON

2025-04-10 Thread Michal Swiatkowski
On Thu, Apr 10, 2025 at 01:39:18PM -0500, Dave Marquardt wrote: > - Replaced BUG_ON calls with WARN_ON calls with error handling, > with calls to a new ibmveth_reset routine, which resets the device. > - Added KUnit tests for ibmveth_remove_buffer_from_pool and > ibmveth_rxq_get_buffer under ne