Commit fa37a88
net: mana: Switch to page pool for jumbo frames
Frag allocators, such as netdev_alloc_frag(), were not designed to
work for fragsz > PAGE_SIZE.
So, switch to page pool for jumbo frames instead of using page frag
allocators. This driver is using page pool for smaller MTUs already.
Cc: stable@vger.kernel.org
Fixes: 80f6215 ("net: mana: Add support for jumbo frame")
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Reviewed-by: Long Li <longli@microsoft.com>
Reviewed-by: Shradha Gupta <shradhagupta@linux.microsoft.com>
Link: https://patch.msgid.link/1742920357-27263-1-git-send-email-haiyangz@microsoft.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>1 parent 52c19f9 commit fa37a88
1 file changed
Lines changed: 9 additions & 37 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
661 | 661 | | |
662 | 662 | | |
663 | 663 | | |
664 | | - | |
665 | | - | |
666 | | - | |
667 | | - | |
668 | | - | |
669 | | - | |
670 | | - | |
671 | | - | |
672 | | - | |
673 | | - | |
674 | | - | |
675 | | - | |
676 | | - | |
677 | | - | |
678 | | - | |
679 | | - | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
680 | 667 | | |
681 | | - | |
682 | | - | |
| 668 | + | |
683 | 669 | | |
684 | 670 | | |
685 | 671 | | |
686 | 672 | | |
687 | | - | |
| 673 | + | |
688 | 674 | | |
689 | 675 | | |
690 | 676 | | |
| |||
1676 | 1662 | | |
1677 | 1663 | | |
1678 | 1664 | | |
1679 | | - | |
| 1665 | + | |
1680 | 1666 | | |
1681 | 1667 | | |
1682 | 1668 | | |
| |||
1687 | 1673 | | |
1688 | 1674 | | |
1689 | 1675 | | |
1690 | | - | |
1691 | | - | |
1692 | | - | |
1693 | | - | |
1694 | | - | |
1695 | | - | |
1696 | | - | |
1697 | | - | |
1698 | | - | |
1699 | | - | |
1700 | | - | |
1701 | | - | |
1702 | | - | |
1703 | | - | |
1704 | | - | |
1705 | 1676 | | |
1706 | 1677 | | |
1707 | 1678 | | |
| |||
1734 | 1705 | | |
1735 | 1706 | | |
1736 | 1707 | | |
1737 | | - | |
| 1708 | + | |
1738 | 1709 | | |
1739 | 1710 | | |
1740 | 1711 | | |
| |||
2176 | 2147 | | |
2177 | 2148 | | |
2178 | 2149 | | |
2179 | | - | |
| 2150 | + | |
2180 | 2151 | | |
2181 | 2152 | | |
2182 | 2153 | | |
| |||
2262 | 2233 | | |
2263 | 2234 | | |
2264 | 2235 | | |
| 2236 | + | |
2265 | 2237 | | |
2266 | 2238 | | |
2267 | 2239 | | |
| |||
0 commit comments