HomeFreeBSD

mlx5en: Fix for inlining issues in transmit path

Description

mlx5en: Fix for inlining issues in transmit path

  1. Don't exceed the drivers own hardcoded TX inline limit.

The blueflame register size can be much greater than the hardcoded limit
for inlining. Make sure we don't exceed the drivers own limit, because this
also means that the maximum number of TX fragments becomes invalid and
then memory size assumptions in the TX path no longer hold up.

  1. Make sure the mlx5_query_min_inline() function returns an error code.
  1. Header inlining is required when using TSO.
  1. Catch failure to compute inline header size for TSO.
  1. Add support for UDP when computing inline header size.
  1. Fix for inlining issues with regards to DSCP.

Make sure we inline 4 bytes beyond the ethernet and/or
VLAN header to workaround a hardware bug extracting
the DSCP field from the IPv4/v6 header.

Submitted by: hselasky@
Approved by: hselasky (mentor)
MFC after: 1 week
Sponsored by: Mellanox Technologies

Details

Provenance
slavashAuthored on
Parents
rS341578: mlx5en: Remove the DRBR and associated logic in the transmit path.
Branches
Unknown
Tags
Unknown