From 0f4bc99e5497267ad04375b820494d9facce1a19 Mon Sep 17 00:00:00 2001 From: Jim Rollenhagen Date: Thu, 3 Dec 2015 07:46:36 -0800 Subject: [PATCH] Add reno for AMT wakeup patch Change-Id: I654291277d9aaa441d921a5ce1e34300c284133e --- .../notes/amt-driver-wake-up-0880ed85476968be.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 releasenotes/notes/amt-driver-wake-up-0880ed85476968be.yaml diff --git a/releasenotes/notes/amt-driver-wake-up-0880ed85476968be.yaml b/releasenotes/notes/amt-driver-wake-up-0880ed85476968be.yaml new file mode 100644 index 0000000000..96d5eee58e --- /dev/null +++ b/releasenotes/notes/amt-driver-wake-up-0880ed85476968be.yaml @@ -0,0 +1,14 @@ +--- +upgrade: + - Adds a config [amt]awake_interval for the interval to + wake up the AMT interface for a node. This should + correspond to the IdleTimeout config option on the + AMT interface. Setting to 0 will disable waking the + AMT interface, just like setting IdleTimeout=0 on the + AMT interface will disable the AMT interface from sleeping + when idle. +fixes: + - Fixes an issue with talking to a sleeping AMT interface + by waking up the interface before sending commands, if + needed. This is configured with the [amt]awake_interval + config option.