Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4fe0ef15 authored by Sean Tranchetti's avatar Sean Tranchetti Committed by Gerrit - the friendly Code Review server
Browse files

drivers: rmnet_perf: Increase number of flow nodes



Allow up to 50 flows to be coalesced by software;

Change-Id: I0c578f3c5b65b2826767c4bd7421b585f2125936
Signed-off-by: default avatarSean Tranchetti <stranche@codeaurora.org>
parent c390153e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* 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;