CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/09/19 00:23:38
Modified files:
sys/dev/pv : if_vio.c
Log message:
vio: allow longer tx chains
When TCP segmentation offload is supported, we may get larger packets
with more dma segments. Allocate more segments in the busdma_map in this
case, so that we need to defragment less often.
ok jan@
