diff options
| author | Yunsheng Lin <[email protected]> | 2017-09-27 09:45:24 +0800 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2017-09-28 10:35:11 -0700 |
| commit | acf61ecd44feae2a78c13d0d7cb8e386741c5cf0 (patch) | |
| tree | 48d6c201ac9e18fa6fe94e291efe7fa40c66150d /tools/perf/scripts/python/bin/stackcollapse-report | |
| parent | 9ffe79a9c2eec0f30687c2fd8b452bda5c8287b0 (diff) | |
net: hns3: Add support for dynamically buffer reallocation
Current buffer allocation can only happen at init, when
doing buffer reallocation after init, care must be taken
care of memory which priv_buf points to.
This patch fixes it by using a dynamic allocated temporary
memory. Because we only do buffer reallocation at init or
when setting up the DCB parameter, and priv_buf is only
used at buffer allocation process, so it is ok to use a
dynamic allocated temporary memory.
Signed-off-by: Yunsheng Lin <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions