[riot-commits] [RIOT-OS/RIOT] be9af0: native: assert that the pktbuf is big enough
Martine Lenders
authmillenon at gmail.com
Wed Apr 20 16:02:20 CEST 2016
Branch: refs/heads/2016.04-branch
Home: https://github.com/RIOT-OS/RIOT
Commit: be9af06aced3f8d4a8139c6fa016ff5091d2bbe1
https://github.com/RIOT-OS/RIOT/commit/be9af06aced3f8d4a8139c6fa016ff5091d2bbe1
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: f9f6217443245e000e452c528dff95d6d55643aa
https://github.com/RIOT-OS/RIOT/commit/f9f6217443245e000e452c528dff95d6d55643aa
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: c838f3d3fc07803e5e867b717dd9bab93876b44f
https://github.com/RIOT-OS/RIOT/commit/c838f3d3fc07803e5e867b717dd9bab93876b44f
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 #5372 from OlegHahm/pktbuf_minimal_check
pktbuf: assure minimum pktbuf size for native (backport)
Compare: https://github.com/RIOT-OS/RIOT/compare/22d570064cb4...c838f3d3fc07
More information about the commits
mailing list