summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorqctecmdr <qctecmdr@localhost>2020-04-06 16:40:47 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2020-04-06 16:40:47 -0700
commit45adf64aa27ff852eb4c5fc8ad358d4867fbfa2f (patch)
treed404dd669dc3c51a869e4d51abcdc0772aef44dd
parentda89cfc916a08db23756e27e95cb8bc0c5eabcdd (diff)
parent4fe0ef156118dd04b14c7b9eede7750eb79a0e7a (diff)
downloaddata-kernel-45adf64aa27ff852eb4c5fc8ad358d4867fbfa2f.tar.gz
Merge "drivers: rmnet_perf: Increase number of flow nodes"
-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;