Changeset 54fb9f0 in rtems-libbsd for libbsd.txt


Ignore:
Timestamp:
06/19/15 07:35:06 (9 years ago)
Author:
Chris Johns <chrisj@…>
Branches:
4.11, 5, 5-freebsd-12, 6-freebsd-12, freebsd-9.3, master
Children:
82830ce
Parents:
59bc7c1
Message:

Return the default TX and RX hardware checksum for the Cadence driver to off.

The hardware support does not seem to work with qemu. The support can be
enabled with ifconfig or via ioctl on real hardware to get the
performance boost.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libbsd.txt

    r59bc7c1 r54fb9f0  
    10761076E1000 IGB               _bsd_igb_pcimodule_sys_init     Links
    10771077E1000 EM                _bsd_em_pcimodule_sys_init      Links
    1078 ----
    1079 
     1078Cadence                 ?                               Links, works.
     1079----
    10801080
    10811081Symbols (A)
    10821082         pci_get_vpd_ident
     1083
     1084=== Cadence ===
     1085
     1086The cadence driver works on the Xilinx Zynq platform. The hardware checksum
     1087support works on real hardware but does not seem to be supported on qemu
     1088therefore the default state is disabled and it can be enabled from the shell
     1089with:
     1090
     1091  # ifconfig cgem0 rxcsum txcsum
     1092
     1093or with an ioctl call to the network interface driver with SIOCSIFCAP and the
     1094mask IFCAP_TXCSUM and IFCAP_RXCSUM set.
    10831095
    10841096== Problems to report to FreeBSD ==
Note: See TracChangeset for help on using the changeset viewer.