Skip to content

Commit

Permalink
chore(DK-DEV-1SDX-P): change default PCIe configuration to 1xGen4x16
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubcabal committed Dec 11, 2024
1 parent 95e4785 commit e9bec00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cards/intel/dk-dev-1sdx-p/config/card_conf.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ set ETH_PORT_LANES(1) 4
# PCIe parameters (not all combinations work):
# ------------------------------------------------------------------------------
# Supported combinations for this card:
# 1x PCIe Gen4 x8x8 -- PCIE_GEN=4, PCIE_ENDPOINTS=2, PCIE_ENDPOINT_MODE=1 (Note: default configuration)
# 1x PCIe Gen4 x16 -- PCIE_GEN=4, PCIE_ENDPOINTS=1, PCIE_ENDPOINT_MODE=0 (Note: worse DMA performance)
# 1x PCIe Gen4 x16 -- PCIE_GEN=4, PCIE_ENDPOINTS=1, PCIE_ENDPOINT_MODE=0 (Note: default configuration)
# 1x PCIe Gen4 x8x8 -- PCIE_GEN=4, PCIE_ENDPOINTS=2, PCIE_ENDPOINT_MODE=1 (Note: better DMA performance)
# ------------------------------------------------------------------------------

# Set default PCIe configuration
set PCIE_CONF "1xGen4x8x8"
set PCIE_CONF "1xGen4x16"
if { [info exist env(PCIE_CONF)] } {
set PCIE_CONF $env(PCIE_CONF)
}
Expand Down

0 comments on commit e9bec00

Please sign in to comment.