Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/dev/mlx4/mlx4_en/mlx4_en_netdev.c | ||
---|---|---|
1905 ↗ | (On Diff #32537) | Why the ifdefs? |
sys/dev/mlx4/mlx4_en/mlx4_en_netdev.c | ||
---|---|---|
1905 ↗ | (On Diff #32537) |
sys/dev/mlx4/mlx4_en/mlx4_en_netdev.c | ||
---|---|---|
2041 ↗ | (On Diff #32537) | Hi, Please add a "length" argument to rss_key and optimise away the intermediate "key" storage. --HPS |
sys/dev/mlx4/mlx4_en/mlx4_en_rx.c | ||
821 ↗ | (On Diff #32537) | BSD-style: 4-space indent after wrap. |
846 ↗ | (On Diff #32537) | Can you optimise away this temporary storage? |
sys/dev/mlx4/mlx4_en/mlx4_en_netdev.c | ||
---|---|---|
2041 ↗ | (On Diff #32537) | Toeplitz key size is pretty standard. But, sure, I could add a length parameter. As about optimizing away the key, it's fine w/ me; though I will have to say both code you mentioned is not on hot path. |
sys/dev/mlx4/mlx4_en/mlx4_en_rx.c | ||
821 ↗ | (On Diff #32537) | Heh, OK. This is verbatim copy of the original code. |
846 ↗ | (On Diff #32537) | Sure. |