zephyr/drivers
Paul Sokolovsky 416d397233 drivers: eth_mcux: By default use 1 buffer each for hardware RX/TX
It was reported, and confirmed by multiple parties that default
CONFIG_ETH_MCUX_RX_BUFFERS=2 under some packet load leads to
1s and increasing packet processing delay and eventual deadlock.
No reports were about CONFIG_ETH_MCUX_TX_BUFFERS=2, but be on safe
side and just set that to the minimal value as the current default,
to allow us to have good conservative base to test various networking
stack issues.

Fixes: #3132

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2019-01-21 12:40:33 +02:00
..
adc
aio
audio
bluetooth
can
clock_control drivers: nrf: Adjust clock_control and timer drivers for nRF9160 2019-01-21 10:13:34 +01:00
console native_posix: Remove all references to the defunct legacy shell 2019-01-18 18:25:05 -05:00
counter
crypto
display
dma
entropy
ethernet drivers: eth_mcux: By default use 1 buffer each for hardware RX/TX 2019-01-21 12:40:33 +02:00
flash
gpio
i2c drivers: i2c: nrfx: Add support for TWIM2 and TWIM3 2019-01-21 10:13:34 +01:00
i2s
ieee802154
interrupt_controller
ipm
led
led_strip led_strip: ws2182: Add Device Tree support 2019-01-18 12:47:45 -06:00
modem
net
neural_net
pci
pinmux
ptp_clock
pwm drivers: pwm: nrf: Correct dependency of PWM_NRFX Kconfig option 2019-01-21 10:13:34 +01:00
rtc
sensor sensor: bmi160: Convert to new DT_<COMPAT>_<INSTANCE> defines 2019-01-18 12:53:53 -06:00
serial drivers: serial: nrfx: Add support for UARTE2 and UARTE3 2019-01-21 10:13:34 +01:00
spi
timer drivers: nrf: Adjust clock_control and timer drivers for nRF9160 2019-01-21 10:13:34 +01:00
usb
watchdog
wifi wifi: eswifi: Add access point offload support 2019-01-19 07:20:36 -05:00
CMakeLists.txt
Kconfig