This patchset adds support for hardware TSO on mlx5 PMD. * Patches 1/4 and 2/4 adds TSO flags and capabilities to ethdev layer. * Patch 3/4 adds support for the flag introduced in patch 2/4. This patch also simplifies the testing of patch 4/4. * Patch 4/4 implement support for hardware TSO and demonstrate the use of patches 1/2 and 2/2.
[PATCH 1/4] ethdev: add Tx offload limitations [PATCH 2/4] ethdev: add TSO disable flag [PATCH 3/4] app/testpmd: add TSO disable to test options [PATCH 4/4] net/mlx5: add hardware TSO support