Skip to content
Commit 4be0439b authored by Declan Snyder's avatar Declan Snyder Committed by Alberto Escolar
Browse files

drivers: nxp_enet: Convert RX to workqueue



Convert from multiple threads for each instance to use
one workqueue for all instances. The benefit is to save
memory and use a kernel function that already exists
for a use case like this.

Also introduce the ETH_NXP_ENET_RX_THREAD_PRIORITY kconfig,
which makes the thread priority of the workqueue configurable.

Finally, remove the code enabling the RxBufferInterrupt, since
the meaning of it isn't used currently in this driver.

Signed-off-by: default avatarDeclan Snyder <declan.snyder@nxp.com>
parent bc785e07
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment