summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Tranchetti <stranche@codeaurora.org>2020-03-05 15:22:15 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2020-04-01 16:13:50 -0700
commit4fe0ef156118dd04b14c7b9eede7750eb79a0e7a (patch)
tree3cf8f19c591d37f1f6c8b577da3f2a09afaf6c2e
parentc390153e4f08c5b5fe985a0afc9f73c559ab0441 (diff)
downloaddata-kernel-4fe0ef156118dd04b14c7b9eede7750eb79a0e7a.tar.gz
drivers: rmnet_perf: Increase number of flow nodes
Allow up to 50 flows to be coalesced by software; Change-Id: I0c578f3c5b65b2826767c4bd7421b585f2125936 Signed-off-by: Sean Tranchetti <stranche@codeaurora.org>
-rw-r--r--drivers/rmnet/perf/rmnet_perf_opt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/rmnet/perf/rmnet_perf_opt.h b/drivers/rmnet/perf/rmnet_perf_opt.h
index b98261d..17ee2c7 100644
--- a/drivers/rmnet/perf/rmnet_perf_opt.h
+++ b/drivers/rmnet/perf/rmnet_perf_opt.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2018-2020, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
@@ -17,7 +17,7 @@
#include "rmnet_perf_core.h"
#define RMNET_PERF_FLOW_HASH_TABLE_BITS 4
-#define RMNET_PERF_NUM_FLOW_NODES 8
+#define RMNET_PERF_NUM_FLOW_NODES 50
struct rmnet_perf_opt_pkt_node {
unsigned char *header_start;