mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-04 00:43:24 +00:00
Atmel SAM family GMAC Ethernet driver is implementing zero-copy networking. As a result it has to reserve a defined amount of RX data net buffers before bringing up the interface. Since net buffer pool is initialized by the network stack and this driver was bringing the interface up in its initialization function the driver initialization was performed, as a workaround, after network stack initialization. It is not a clean solution. This patch fixes this by bringing the interface up in interface initialization function. The driver itself can now be initialized before the network stack is. Tested on Atmel SMART SAM E70 Xplained board Change-Id: I65886fd6db6f27a10628e393cfabd8e5f78c08ff Signed-off-by: Piotr Mienkowski <piotr.mienkowski@gmail.com> |
||
---|---|---|
.. | ||
coaps_client | ||
coaps_server | ||
common | ||
dhcpv4_client | ||
dns_client | ||
dns_resolve | ||
echo_client | ||
echo_server | ||
http_client | ||
http_server | ||
ieee802154 | ||
irc_bot | ||
leds_demo | ||
mbedtls_dtlsclient | ||
mbedtls_dtlsserver | ||
mbedtls_sslclient | ||
mqtt_publisher | ||
nats | ||
telnet | ||
wpan_serial | ||
wpanusb | ||
zoap_client | ||
zoap_server | ||
zperf | ||
net.rst |