Skip to content

Revise heap and stack size for Ethernet of GR-PEACH #7549

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 24, 2018

Conversation

TomoYamanaka
Copy link
Contributor

@TomoYamanaka TomoYamanaka commented Jul 19, 2018

Description

I changed stack size because the deafult stack size may not be enough for Ethernet of GR-PEACH(Cortex-A).
Stack size is default size + 128 byte.

In order to maximize the performance of Ethernet, I changed heap size to below.
Heap size is default size * 32 byte(send descriptor num is 16 and recv descriptoer num is 16).

Pull request type

[x] Fix
[ ] Refactor
[ ] New target
[ ] Feature
[ ] Breaking change

"default-thread-stacksize": 640,
"ppp-thread-stacksize": 896,
"mem-size": 51200
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you align this same as line 130 or 127

@0xc0170 0xc0170 requested a review from a team July 19, 2018 07:07
I changed stack size because the deafult stack size may not be enough for
Ethernet of GR-PEACH(Cortex-A).
- Stack size is default size + 128 byte
In order to maximize the performance of Ethernet, I changed heap size to
below.
- Heap size is default size * 32 byte(send descriptor num is 16 and recv
descriptoer num is 16).
@TomoYamanaka
Copy link
Contributor Author

@0xc0170

I aligned line 136. Make a sense?

@TomoYamanaka
Copy link
Contributor Author

@0xc0170
Thank you for approval. Could you trigger CI test?

@0xc0170
Copy link
Contributor

0xc0170 commented Jul 24, 2018

Thank you for approval. Could you trigger CI test?

We are waiting for ipcore approval (review)

@0xc0170
Copy link
Contributor

0xc0170 commented Jul 24, 2018

/morph build

@mbed-ci
Copy link

mbed-ci commented Jul 24, 2018

Build : SUCCESS

Build number : 2661
Build artifacts/logs : http://mbed-os.s3-website-eu-west-1.amazonaws.com/?prefix=builds/7549/

Triggering tests

/morph test
/morph uvisor-test
/morph export-build
/morph mbed2-build

@mbed-ci
Copy link

mbed-ci commented Jul 24, 2018

@mbed-ci
Copy link

mbed-ci commented Jul 24, 2018

@cmonr cmonr merged commit 0df9e15 into ARMmbed:master Jul 24, 2018
@TomoYamanaka TomoYamanaka deleted the improve_ether branch July 25, 2018 00:29
pan- pushed a commit to pan-/mbed that referenced this pull request Aug 22, 2018
Revise heap and stack size for Ethernet of GR-PEACH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants