summaryrefslogtreecommitdiff
path: root/bpf.c
diff options
context:
space:
mode:
authorVadim Kochan <vadim4j@gmail.com>2016-01-07 08:34:46 +0200
committerTobias Klauser <tklauser@distanz.ch>2016-01-12 09:16:43 +0100
commit06a08d866094dda92caf33504c748621a2fef0d3 (patch)
treea02ca146b2143641bcbb93b995ab13f725a12b55 /bpf.c
parent5163796ab0f772d8f3bc8473e92d401d67cbe6bd (diff)
trafgen: Move gap feature into shaper logic
Move gap feature into rate shaper, as these features means the same - delay the packet sending. Signed-off-by: Vadim Kochan <vadim4j@gmail.com> Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'bpf.c')
0 files changed, 0 insertions, 0 deletions
onnections during such an operation and the S2 loader doesn't expect the connections to go away during normal operation (except in the case of mode-switch). This patch defines a new quirk GB_INTERFACE_QUIRK_NO_PM and uses a new interface init status value (GB_INIT_S2_LOADER_INITIALIZED) which will be advertised by S2 Loader now in the init status. After detecting the currently running stage as S2 Loader, the kernel wouldn't attempt suspending or resuming the bundle. Reviewed-by: David Lin <dtwlin@google.com> Reviewed-by: Johan Hovold <johan@hovoldconsulting.com> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging')