Re: [PATCH v1 4/4] net/ntnic: add warning when sending on a stopped queue

2025-06-29 Thread Stephen Hemminger
On Fri, 20 Jun 2025 13:27:07 +0200 Oleksandr Kolomeiets wrote: > When sending a burst of output packets on a stopped transmit queue, > the packets are written to a memory mapped address. > On queue start the packets are processed and transmitted by the NIC. > > Signed-off-by: Oleksandr Kolomeiet

[PATCH v1 4/4] net/ntnic: add warning when sending on a stopped queue

2025-06-20 Thread Oleksandr Kolomeiets
When sending a burst of output packets on a stopped transmit queue, the packets are written to a memory mapped address. On queue start the packets are processed and transmitted by the NIC. Signed-off-by: Oleksandr Kolomeiets --- drivers/net/ntnic/ntnic_ethdev.c | 4 1 file changed, 4 insert