• Alessandro Rubini's avatar
    arch-wrs: pad frames sent with VLAN tag · d37136ea
    Alessandro Rubini authored
    The switch is padding short frames sent from the CPU in the nic core.
    When the frame is then being sent to an "access" port, the tag is
    removed, and thus the frame gets shorter.  The net effect is that
    sync/f-up/delay-rep were sent short, and discarded by the recipient.
    
    Greg could move padding to the endpoint, but this extra work is not
    really needed, as nobody else is expected to get frames from the CPU
    over the SFP ports. So we chose to fix transmission in software and
    avoid to change the gateware.
    Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
    d37136ea
Name
Last commit
Last update
arch-bare-i386 Loading commit data...
arch-bare-x86-64 Loading commit data...
arch-sim Loading commit data...
arch-unix Loading commit data...
arch-wrpc Loading commit data...
arch-wrs Loading commit data...
configs Loading commit data...
doc Loading commit data...
etc Loading commit data...
include/ppsi Loading commit data...
lib Loading commit data...
lib-bare Loading commit data...
pp_printf Loading commit data...
proto-ext-whiterabbit Loading commit data...
proto-standard Loading commit data...
scripts Loading commit data...
time-bare Loading commit data...
time-sim Loading commit data...
time-unix Loading commit data...
time-wrpc Loading commit data...
time-wrs Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
COPYING.LIB Loading commit data...
Kconfig Loading commit data...
MAKEALL Loading commit data...
Makefile Loading commit data...
Makefile.kconfig Loading commit data...
diag.c Loading commit data...
fsm.c Loading commit data...