mirror of
git://nv-tegra.nvidia.com/kernel/nvethernetrm.git
synced 2025-12-25 11:04:28 +03:00
nvethernetrm: enable rx frame based interrupt coalescing
Rx frame based coalescing can be enabled only when Rx timer based coalescing is also enabled. This is to avoid no rx interrupt issue for applications which send only limited frames and expects reply. Bug 200529168 Change-Id: If20ec8322d6597f0a018c5668a9d632e456f60cd Signed-off-by: Ajay Gupta <ajayg@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2233501 Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: svc-mobile-misra <svc-mobile-misra@nvidia.com> Reviewed-by: svc-mobile-cert <svc-mobile-cert@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Srinivas Ramachandran <srinivasra@nvidia.com> Reviewed-by: Bhadram Varka <vbhadram@nvidia.com> Reviewed-by: Ashutosh Jha <ajha@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
86cdd25195
commit
a690e68bc4
@@ -39,6 +39,7 @@
|
||||
#define OSI_ONE_MEGA_HZ 1000000U
|
||||
#define OSI_MAX_RX_COALESCE_USEC 1020U
|
||||
#define OSI_MIN_RX_COALESCE_USEC 3U
|
||||
#define OSI_MIN_RX_COALESCE_FRAMES 1U
|
||||
|
||||
#define OSI_PAUSE_FRAMES_ENABLE 0U
|
||||
#define OSI_PAUSE_FRAMES_DISABLE 1U
|
||||
|
||||
Reference in New Issue
Block a user