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

Commit 834bc67b authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ipa: increase the lan rx pool to achive wlan KPI"

parents 6173ece8 be26588f
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -38,13 +38,13 @@
#define MTU_BYTE 1500
#define MTU_BYTE 1500


#define IPA_MAX_NUM_PIPES 0x14
#define IPA_MAX_NUM_PIPES 0x14
#define IPA_SYS_DESC_FIFO_SZ 0x800
#define IPA_SYS_DESC_FIFO_SZ 0x2000
#define IPA_SYS_TX_DATA_DESC_FIFO_SZ 0x1000
#define IPA_SYS_TX_DATA_DESC_FIFO_SZ 0x1000
#define IPA_LAN_RX_HEADER_LENGTH (2)
#define IPA_LAN_RX_HEADER_LENGTH (2)
#define IPA_QMAP_HEADER_LENGTH (4)
#define IPA_QMAP_HEADER_LENGTH (4)
#define IPA_DL_CHECKSUM_LENGTH (8)
#define IPA_DL_CHECKSUM_LENGTH (8)
#define IPA_NUM_DESC_PER_SW_TX (2)
#define IPA_NUM_DESC_PER_SW_TX (2)
#define IPA_GENERIC_RX_POOL_SZ 192
#define IPA_GENERIC_RX_POOL_SZ 1000


#define IPA_MAX_STATUS_STAT_NUM 30
#define IPA_MAX_STATUS_STAT_NUM 30


+1 −1
Original line number Original line Diff line number Diff line
@@ -20,7 +20,7 @@
#include <linux/if_ether.h>
#include <linux/if_ether.h>
#include "linux/msm_gsi.h"
#include "linux/msm_gsi.h"


#define IPA_APPS_MAX_BW_IN_MBPS 200
#define IPA_APPS_MAX_BW_IN_MBPS 700
/**
/**
 * enum ipa_transport_type
 * enum ipa_transport_type
 * transport type: either GSI or SPS
 * transport type: either GSI or SPS