diff options
author | Hariprasad Kelam <hkelam@marvell.com> | 2024-11-22 21:50:32 +0530 |
---|---|---|
committer | Paolo Abeni <pabeni@redhat.com> | 2024-11-26 12:09:40 +0100 |
commit | d1e8884e050c1255a9ceb477f5ff926ee9214a23 (patch) | |
tree | 8b0f13d52ccd9ecbe61faa6b57b7f9ddbbe64da6 /mm/khugepaged.c | |
parent | 7ebbbb23ea5b6d051509cb11399afac5042c9266 (diff) |
octeontx2-af: RPM: Fix low network performance
Low network performance is observed even on RPMs with larger
FIFO lengths.
The cn10kb silicon has three RPM blocks with the following
FIFO sizes:
--------------------
| RPM0 | 256KB |
| RPM1 | 256KB |
| RPM2 | 128KB |
--------------------
The current design stores the FIFO length in a common structure for all
RPMs (mac_ops). As a result, the FIFO length of the last RPM is applied
to all RPMs, leading to reduced network performance.
This patch resolved the problem by storing the fifo length in per MAC
structure (cgx).
Fixes: b9d0fedc6234 ("octeontx2-af: cn10kb: Add RPM_USX MAC support")
Signed-off-by: Hariprasad Kelam <hkelam@marvell.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'mm/khugepaged.c')
0 files changed, 0 insertions, 0 deletions