Thanks.
>> With this patch, do you see other problems with VPP?
No further problems were noticed and MTU can be set to custom values.
- Alexander Skorichenko
On Wed, Jul 3, 2024 at 2:35 AM Long Li wrote:
> Thank you, Alexander.
>
>
>
> The patch looks good to me. With t
reinit()
in the patch:
if (dev->data->rx_queues[0] != NULL) ...
Because of the difference between rx/tx queues described above, it's
probably safer to extend the condition to check both rx and tx separately
if (dev->data->rx_queues[0] != NULL && dev->data->
Prevent segfault in hn_reinit() caused by changing the MTU for
an incompletely initialized device.
Signed-off-by: Alexander Skorichenko
---
drivers/net/netvsc/hn_ethdev.c | 16 ++--
1 file changed, 10 insertions(+), 6 deletions(-)
diff --git a/drivers/net/netvsc/hn_ethdev.c b
3 matches
Mail list logo