summaryrefslogtreecommitdiff
path: root/Extra
blob: 12d4a2a17d17c594cde62cd8aef9d4edf921c89a (plain)
1
2
3
4
# Targets that need extra treatment for now

curvetun: LDFLAGS += -L ${CONFIG_NACL_LIB_DIR}
mausezahn: CFLAGS = $(mausezahn-eflags)
ed='selected'>includemode:
authorDavid Ertman <david.m.ertman@intel.com>2016-09-20 07:10:50 -0700
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2016-10-27 14:08:56 -0700
commitea6acb7ef78960e4b6f1cd8c4162a5e490e83dcd (patch)
treee28fb1e880691eb96cec0824f59ebf1a82edda61
parenta3b8cb1f84a0de95323902c76bab245675d6d218 (diff)
i40e: Fix configure TCs after initial DCB disable
in commit a036244c068612a43fa8c0f33a0eb4daa4d8dba0 a fix was put into place to avoid a kernel panic when a non- supported traffic class configuration was put into place and then lldp was enabled/disabled on the link partner switch. This fix caused it to be necessary to unload/reload the driver to reenable DCB once a supported TC config was in place. The root cause of the original panic was that the function i40e_pf_get_default_tc was allowing for a default TC other than TC 0, and only TC 0 is supported as a default. This patch removes the get_default_tc function and replaces it with a #define since there is only one TC supported as a default. Change-Id: I448371974e946386d0a7718d73668b450b7c72ef Signed-off-by: Dave Ertman <david.m.ertman@intel.com> Tested-by: Ronald Bynoe <ronald.j.bynoe@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat