Skip to content
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

runtime-config-linux: Convert classID from hex to uint32 #296

Merged
merged 1 commit into from Jan 13, 2016

Conversation

wking
Copy link
Contributor

@wking wking commented Jan 8, 2016

The just-landed style conventions (#287) prefer integers to hex
strings, and I said I'd post an update for this setting if/when those
landed
. The kernel uses uint32s for this setting.

The just-landed style conventions prefer integers to hex strings [1],
and I said I'd post an update for this setting if/when those landed
[2].  The kernel uses uint32s for this setting [3].

[1]: opencontainers#287
[2]: opencontainers#287 (comment)
[3]: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/include/net/cls_cgroup.h?id=refs/tags/v4.3#n24

Signed-off-by: W. Trevor King <wking@tremily.us>
@mrunalp
Copy link
Contributor

mrunalp commented Jan 8, 2016

LGTM

@crosbymichael
Copy link
Member

LGMT

crosbymichael added a commit that referenced this pull request Jan 13, 2016
runtime-config-linux: Convert classID from hex to uint32
@crosbymichael crosbymichael merged commit ad6092e into opencontainers:master Jan 13, 2016
@wking wking deleted the integer-classID branch January 22, 2016 00:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants