Opened 18 years ago
Closed 12 years ago
#810 closed enhancement (fixed)
Improve net_buffer implementation
Reported by: | axeld | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Network & Internet/Stack | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
There is quite a bunch of functionality missing from the net_buffers, like:
- split
- have more than one data_node (append/prepend will just fail), ...
Attachments (1)
Change History (9)
comment:1 by , 18 years ago
Platform: | → All |
---|
comment:2 by , 18 years ago
I think some of these have already been implemented, can you confirm that Axel?
comment:3 by , 18 years ago
Some, yes :-) However, it's still not complete; just look at how split_buffer() is implemented; it's just a temporary solution.
comment:4 by , 17 years ago
Milestone: | R1 Network Stack → R1 |
---|
comment:5 by , 16 years ago
Summary: | Complete net_buffer implementation → Improve net_buffer implementation |
---|
Clarified summary.
comment:6 by , 14 years ago
patch: | 0 → 1 |
---|
comment:8 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
This patch was applied long time ago, in hrev31007.
Note:
See TracTickets
for help on using tickets.
I implemented split, but in a very dumb way (makes a copy first). I hope this supports further stack development.