Skip to content

Add core version of XDPLua#13

Open
VictorNogueiraRio wants to merge 3 commits intoxdp_lua_core_version_basefrom
xdp_lua_core_version
Open

Add core version of XDPLua#13
VictorNogueiraRio wants to merge 3 commits intoxdp_lua_core_version_basefrom
xdp_lua_core_version

Conversation

@VictorNogueiraRio
Copy link
Copy Markdown
Owner

No description provided.

Comment thread net/core/dev.c Outdated
sd->backlog.weight = weight_p;

new_state_cpu = (lua_state_cpu *) kmalloc(sizeof(lua_state_cpu),
GFP_KERNEL);
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

I'm not sure if GFP_KERNEL can be used in this context

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

You think it needs to be GFP_ATOMIC?

@VictorNogueiraRio VictorNogueiraRio force-pushed the xdp_lua_core_version_base branch 2 times, most recently from 601992d to cf6afad Compare August 16, 2019 22:21
@VictorNogueiraRio VictorNogueiraRio force-pushed the xdp_lua_core_version branch 2 times, most recently from 7b9fa04 to 752c983 Compare August 16, 2019 22:35
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.

2 participants