From 585178db34ffb93318da51f54c8cdf55d9cd0433 Mon Sep 17 00:00:00 2001 From: Manjunathappa Prakash Date: Thu, 14 Apr 2016 01:11:18 -0700 Subject: qcacld-3.0: Cleanup fastpath changes Do following cleanup on fastpath code changes: 1) Remove reaping of Tx HIF buffers in Rx handling, instead handle reaping in Tx fastpath itself. 2) In ce_per_engine_service_fast check for more Rx packets after packet processing. 3) Make stub functions as static inline for non-fastpath enabled case. Change-Id: If07c4344a424ce13b94128bf28931a24255b661a CRs-Fixed: 987182 --- uapi/linux/osapi_linux.h | 1 + 1 file changed, 1 insertion(+) (limited to 'uapi/linux') diff --git a/uapi/linux/osapi_linux.h b/uapi/linux/osapi_linux.h index a62b96d3f613..21f8ff629ab1 100644 --- a/uapi/linux/osapi_linux.h +++ b/uapi/linux/osapi_linux.h @@ -231,6 +231,7 @@ void a_netbuf_queue_init(A_NETBUF_QUEUE_T *q); #include "ath_carr_pltfrm.h" #endif /* QCA_PARTNER_PLATFORM */ +#define SLOTS_PER_DATAPATH_TX 2 #else /* __KERNEL__ */ #ifdef __GNUC__ -- cgit v1.2.3