diff options
author | Daniel Machon <daniel.machon@microchip.com> | 2024-09-02 16:54:13 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-09-04 11:53:50 +0100 |
commit | 0a5c440850896a0ae5a2cd637b3e84e442520f1d (patch) | |
tree | cad729250a52d2b1946e222128b08cb2c87591de /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 4ff58c394715ee0828fb82799d4176bfbe0721c9 (diff) |
net: sparx5: use the FDMA library for allocation of tx buffers
Use the two functions: fdma_alloc_phys() and fdma_dcb_init() for tx
buffer allocation and use the new buffers throughout.
In order to replace the old buffers with the new ones, we have to do the
following refactoring:
- use fdma_alloc_phys() and fdma_dcb_init()
- replace the variables: tx->dma, tx->first_entry and tx->curr_entry
with the equivalents from the FDMA struct.
- replace uses of sparx5_db_hw and sparx5_tx_dcb_hw with fdma_db and
fdma_dcb.
- add sparx5_fdma_tx_dataptr_cb callback for obtaining the dataptr.
- Initialize FDMA struct values.
Signed-off-by: Daniel Machon <daniel.machon@microchip.com>
Reviewed-by: Steen Hegelund <Steen.Hegelund@microchip.com>
Reviewed-by: Jens Emil Schulz Østergaard <jensemil.schulzostergaard@microchip.com>
Reviewed-by: Horatiu Vultur <horatiu.vultur@microchip.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions