summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorStefan Wahren <wahrenst@gmx.net>2024-01-28 23:10:53 +0300
committerDavid S. Miller <davem@davemloft.net>2024-01-31 16:38:50 +0300
commit0a8ef9ed7a16d42fe1c3bf4656312d875a7e1ce5 (patch)
treeb304dd2185867abb0e8d8f2605c07ee01b2bc50a /tools/perf/scripts/python/export-to-sqlite.py
parentfa5343952f45d478897d5d3db9d64007b13e4abd (diff)
downloadlinux-0a8ef9ed7a16d42fe1c3bf4656312d875a7e1ce5.tar.xz
qca_spi: Improve calculation of RX buffer size
There are two points with the calculation of RX buffer size which are not optimal: 1. dev->mtu is a mutual parameter and it's currently initialized with QCAFRM_MAX_MTU. But for RX buffer size calculation we always need the maximum possible MTU. So better use the define directly. 2. This magic number 4 represent the hardware generated frame length which is specific to SPI. We better replace this with the suitable define. There is no functional change. Signed-off-by: Stefan Wahren <wahrenst@gmx.net> Reviewed-by: Jacob Keller <jacob.e.keller@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions