[riot-commits] [RIOT-OS/RIOT] 3f1c2e: native: assert that the pktbuf is big enough
Martine Lenders
authmillenon at gmail.com
Wed Apr 20 14:44:31 CEST 2016
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 3f1c2e1f1b9d00554f566722b08a2b75490aebf2
https://github.com/RIOT-OS/RIOT/commit/3f1c2e1f1b9d00554f566722b08a2b75490aebf2
Author: Oleg Hahm <oleg at hobbykeller.org>
Date: 2016-04-20 (Wed, 20 Apr 2016)
Changed paths:
M cpu/native/include/cpu_conf.h
Log Message:
-----------
native: assert that the pktbuf is big enough
Rationale: the netdev2_tap Ethernet driver for native requires to temporarily store at least a maximum sized Ethernet frame.
Commit: 26cf46cf706e84d1dc8058e53659d16498584746
https://github.com/RIOT-OS/RIOT/commit/26cf46cf706e84d1dc8058e53659d16498584746
Author: Oleg Hahm <oleg at hobbykeller.org>
Date: 2016-04-20 (Wed, 20 Apr 2016)
Changed paths:
M examples/gnrc_minimal/Makefile
Log Message:
-----------
gnrc_minimal: remove workaround for native
The workaround for the pktbuf size is not longer needed, since native itself assures a big enough buffer.
Using a neighbor cache size of 1 is mandatory for all platforms when compiling pedantically.
Commit: c24e91d4df8c2cc1ee767a6cd1dbe220e08999e5
https://github.com/RIOT-OS/RIOT/commit/c24e91d4df8c2cc1ee767a6cd1dbe220e08999e5
Author: Martine Lenders <authmillenon at gmail.com>
Date: 2016-04-20 (Wed, 20 Apr 2016)
Changed paths:
M cpu/native/include/cpu_conf.h
M examples/gnrc_minimal/Makefile
Log Message:
-----------
Merge pull request #5229 from OlegHahm/pktbuf_minimal_check
netdev ethernet: deal with too small packet buffer
Compare: https://github.com/RIOT-OS/RIOT/compare/d071b2a23d80...c24e91d4df8c
More information about the commits
mailing list