summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorTariq Toukan <tariqt@mellanox.com>2018-04-02 16:28:10 +0300
committerSaeed Mahameed <saeedm@mellanox.com>2018-06-01 16:48:15 -0700
commit6c3a823e1e9c645f30c5b03fefe87fea8881060b (patch)
tree62251a79b774cde44dd513d29aab43af0f82ab97 /security
parent386471f16b73ddc52d1f711d63c7dba5559c31f6 (diff)
net/mlx5e: RX, Remove HW LRO support in legacy RQ
Current LRO implementation in Legacy RQ uses high-order pages. In downstream patches of this series we complete the transition to using only order-0 pages in RX datapath (which was already done in Striding RQ). Unlike the more advanced Striding RQ, Legacy RQ does not make reuse of any non-consumed buffers of non-full LRO sessions, and combining it with order-0 pages has many performance drawbacks. Hence, here we totally remove LRO support in Legacy RQ. This guarantees having no out-of-order completions, which allows using a cyclic work queue (instead of a linked-list) in a downstream patch. Signed-off-by: Tariq Toukan <tariqt@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
Diffstat (limited to 'security')
0 files changed, 0 insertions, 0 deletions