Changes between Version 2 and Version 3 of TBR/UserManual/Controlling_MBUF_Allocation


Ignore:
Timestamp:
11/13/18 23:00:05 (5 years ago)
Author:
taneka zenon hans
Comment:

Edited for grammar/spelling

Legend:

Unmodified
Added
Removed
Modified
  • TBR/UserManual/Controlling_MBUF_Allocation

    v2 v3  
    44Note: The feature discussed here is only available in RTEMS CVS, and versions after 4.6.99.3.
    55
    6 Sometimes it is important to be able to control where MBUF's for the network stack are located in memory, and how they are allocated.
     6Sometimes it is important to be able to control where MBUFs for the network stack are located in memory, and how they are allocated.
    77
    88Traditionally the BSD Stack would just malloc the buffers.  This is appropriate for many systems.  However, for better performance it may be more appropriate to have MBUF's located in memory that is easier and/or faster for the network driver to use.  (Such as memory on a network card or simply just statically allocated).