commit | 56023f56497364881ca0c3f7238d6b89e4d64d9d | [log] [tgz] |
---|---|---|
author | Manjunathappa Prakash <prakashpm@codeaurora.org> | Wed Mar 28 20:05:56 2018 -0700 |
committer | nshrivas <nshrivas@codeaurora.org> | Fri May 04 20:43:09 2018 -0700 |
tree | 30fbb6e83bb5a86c2377c4c51ed501d4bed6aa13 | |
parent | 848fc04585e2477438cc742d86e0bb3ae5ba916a [diff] |
qcacmn: Add GRO support to NAPI+Rx_thread processing model GRO aggregations are hanging out of NAPI instance and we cannot use the hif NAPI instance in Rx thread as gro_list inside NAPI is flushed out at the start and end of NAPI poll, this will corrupt the gro_list on which rx_thread is working. Address this concern by creating dummy NAPI instances mapping to each hif NAPI and by not scheduling them. Change-Id: I517c4c6158ed3ac073f5f617afde46c7ed07ff3e CRs-Fixed: 2128457