Conversation
sys/include/pkt.h
Outdated
59fcd08 to
7c8a9c8
Compare
ea893f2 to
0c62935
Compare
|
Addressed comments made in #2286 |
|
From #2286
No, this was the reason why I introduced this API in the first place, because I was doing the same thing over and over again, with operations that where all packet related. If we want to allocate arbitrary chunks in a buffer, fine, but than this API should be a wrapper for that, to prevent packet related code duplication in the different layer implementations. |
|
Good point. I guess then we should merge this and see how it works out! -> ACK |
1d51f12 to
57228a9
Compare
|
Squashed |
|
Kicked T. |
This data type is bound to replace the `(netdev_hlist_t *ulh, void *data)` tuples in netapi and netdev.
57228a9 to
561d205
Compare
|
Rebased to master and adapted unittest includes to #2102. |
561d205 to
62544e6
Compare
This data type is bound to replace the
(netdev_hlist_t *ulh, void *data)tuples in netapi and netdev.