Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

[dev_io] Remove static limit on the maixmum number of SMIOs #141

Open
lerwys opened this issue Jan 26, 2017 · 0 comments
Open

[dev_io] Remove static limit on the maixmum number of SMIOs #141

lerwys opened this issue Jan 26, 2017 · 0 comments

Comments

@lerwys
Copy link
Contributor

lerwys commented Jan 26, 2017

Problem: We are using a static number to llimit the maximum number of SMIOs. This is fine so far, but this shouldn't be limited at all.

Possible Solution: Dynamically allocate SMIO structures as needed.

lerwys added a commit that referenced this issue Jan 26, 2017
Typically this should not be a constant, but
rather unlimited and allocated at runtime as
needed. For now, this is ok.

See github issue #141.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant