Intel
®
Ethernet Network Adapter E810-CQDA2T
User Guide
16 722960-002
Warning: Any changes to the port option configuration will require a reboot
before the device will function correctly.
All actions succeeded.
c. Check the current and available configuration: (active 2 x 1 x 100)
#./epct64e -nic 2 -get
Ethernet Port Configuration Tool
EPCT version: v1.38.03.06
Copyright 2019 - 2022 Intel Corporation.
Available Port Options:
==========================================================================
Port Quad 0 Quad 1
Option Option (Gbps) L0 L1 L2 L3 L4 L5 L6 L7
======= ============================= ================ ================
Active 2x1x100 -> 100 - - - 100 - - -
8x10 -> 10 10 10 10 10 10 10 10
Warning: Any changes to the port option configuration will require a reboot
before the device will function correctly.
All actions succeeded.
d. Configure the NIC to the new port configuration: (8x10) Need to restart the system.
#./epct64e -nic 2 -set 8x10
Ethernet Port Configuration Tool
EPCT version: v1.38.03.06
Copyright 2019 - 2022 Intel Corporation.
New configuration was set: 8x10
Restart the system to apply the changes.
The port options have changed for this device. You must reboot for the device
to function correctly.
All actions succeeded.
3.2 Building a linuxptp Project
1. Download the latest linuxptp release from SourceForge (v4.0 or later):
https://sourceforge.net/projects/linuxptp/files/latest/download
or use:
# git clone git://git.code.sf.net/p/linuxptp/code linuxptp-4.1
2. Extract the downloaded archive, if required:
# tar xzf linuxptp-4.1.tgz
3. Navigate to the linuxptp-4.1 directory and compile the source code:
# cd linuxptp-4.1
# make