From: sa...@kernel.org Date: Mon, 21 Sep 2020 19:46:52 -0700 > From: Saeed Mahameed <sae...@nvidia.com> > > Hi Dave & Jakub > > This series adds support for Multi packet tx descriptors for SKBs. > For more information please see tag log below. > > v1->v2: > - Move small irrelevant changes from the refactoring patch to separate > patches. > - Don't touch mlx5e_txwqe_build_eseg_csum without need. > > v2->v3: > Manual inlining was dropped, test results were updated for GCC 10. The > previous numbers were measured on a kernel compiled with GCC 4.9, and it > turns out that the new GCC optimizes code in a different way, and manual > inlining is not needed to avoid performance degradation with GCC 10. > > Please pull and let me know if there is any problem.
Pulled, thank you.