Release Date:21 March 2016 Release Version: V_00-06
===============================================================================
TOSHIBA PCIe EMAC driver is based on "Fedora 20, kernel-3.11". Kernel needs to
be recompiled with following options set into the ".config" file.
- CONFIG_HAVE_GENERIC_DMA_COHERENT=y
- CONFIG_BLK_DEV_NVME is not set
Note: MAC ID can be to be configured in "config.ini" file. The current MAC ID is for test purpose only. Default MAC ID can be changed in "dev_addr" array in file "DWC_ETH_QOS_pci.c".
- Execute following commands: #make clean #make (For debug version) #make RELEASE_PACKAGE=1 (For release version)
- Load PTP module #modprobe ptp
- Load the driver #insmod DWC_ETH_QOS.ko
- Remove the driver #rmmod DWC_ETH_QOS
- Legacy and AVB traffic
- Descriptors/Data buffer can be placed in SRAM/Host memory. Default is Descriptors and Data buffer are placed in Host memory.
- MAC ID is configurable.