Commit bee0180
committed
eth: bnxt: allocate enough buffer space to meet HDS threshold
Now that we can configure HDS threshold separately from the rx_copybreak
HDS threshold may be higher than rx_copybreak.
We need to make sure that we have enough space for the headers.
Fixes: 6b43673 ("bnxt_en: add support for hds-thresh ethtool command")
Reviewed-by: Michael Chan <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>1 parent 928459b commit bee0180
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4671 | 4671 | | |
4672 | 4672 | | |
4673 | 4673 | | |
4674 | | - | |
4675 | | - | |
4676 | | - | |
| 4674 | + | |
| 4675 | + | |
| 4676 | + | |
| 4677 | + | |
4677 | 4678 | | |
4678 | 4679 | | |
4679 | 4680 | | |
| |||
0 commit comments