CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/06/08 20:01:57
Modified files:
sys/dev/pci : if_bnxt.c
Log message:
Make use of vlan and checksum offloads. This involves using the long
form tx descriptor, so to keep the ring accounting relatively simple
we use that for every packet whether offloads are used or not.
ok dlg@
