diff options
author | Tariq Toukan <tariqt@nvidia.com> | 2023-04-17 15:18:59 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-04-19 10:59:26 +0300 |
commit | 63abf14e13ed09ead1d979949963fe08ced3a77c (patch) | |
tree | bb47d5bba792b574612ada80e1f560f9a35b4fd2 /tools/perf/scripts/python/mem-phys-addr.py | |
parent | 124d0d8daf85ddf106a25ab0647e41b956e5cd38 (diff) | |
download | linux-63abf14e13ed09ead1d979949963fe08ced3a77c.tar.xz |
net/mlx5e: XDP, Allow non-linear single-segment frames in XDP TX MPWQE
Under a few restrictions, TX MPWQE feature can serve multiple TX packets
in a single TX descriptor. It requires each of the packets to have a
single scatter entry / segment.
Today we allow only linear frames to use this feature, although there's
no real problem with non-linear ones where the whole packet reside in
the first fragment.
Expand the XDP TX MPWQE feature support to include such frames. This is
in preparation for the downstream patch, in which we will generate such
non-linear frames.
Signed-off-by: Tariq Toukan <tariqt@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/mem-phys-addr.py')
0 files changed, 0 insertions, 0 deletions