CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/02/25 20:09:50
Modified files:
sys/dev/pci : if_ix.c
Log message:
put the rx buffer at the end of the mbuf
this should give a bit of space if the packet needs an m_pullup.
care is taken to ensure the packet is still aligned for the ip
stack.
ok and tweaks claudio@
