commit | 9e0748311f871de69cf8b09a9d6cdc650a471740 | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Sat Feb 09 14:27:46 2019 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Feb 12 15:38:06 2019 -0500 |
tree | 7926c1488179bc177a871f6b45b6c095845c895e | |
parent | 96a6e40bee9d3e4f3b844d2a0a789a562aebf83d [diff] |
drivers: eth: gmac: reduce ETH_SAM_GMAC_BUF_RX_COUNT Now that the RX packets are limited to the RX workqueue only, we can reduce ETH_SAM_GMAC_BUF_RX_COUNT to 12 and still be able to receive a full Ethernet frame. This reduces the minimum NET_BUF_RX_COUNT required by this driver to 24. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>