• Alessandro Rubini's avatar
    general: move buffers our of pp_instance, and make them smaller · d93b31c7
    Alessandro Rubini authored
    In order to fit all pp_instance items withing WRS shared memory,
    we need to make them a little smaller.  Thus, the tx and rx buffers
    are now allocated separately.  And, while I am at it, I make them
    smaller, because 128 bytes are more than enough for PTP with
    extensions (all frames are under 100 bytes). Given we are always
    showr of memory in wrpc-sw, this is benefical.
    
    As a side effect, clean up some out-of-memory exit paths, and fix a
    use-before-check buglet in arch-unix (no, we never go out of memory,
    but the check was wrong).
    Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
    d93b31c7
Name
Last commit
Last update
..
Makefile Loading commit data...
arith.c Loading commit data...
bmc.c Loading commit data...
common-fun.c Loading commit data...
common-fun.h Loading commit data...
fsm-table.c Loading commit data...
hooks.c Loading commit data...
msg.c Loading commit data...
open-close.c Loading commit data...
servo.c Loading commit data...
state-disabled.c Loading commit data...
state-faulty.c Loading commit data...
state-initializing.c Loading commit data...
state-listening.c Loading commit data...
state-master.c Loading commit data...
state-passive.c Loading commit data...
state-pre-master.c Loading commit data...
state-slave.c Loading commit data...
state-uncalibrated.c Loading commit data...
timeout.c Loading commit data...