Skip to content

refactor(balancer): dataplane#688

Draft
egnees wants to merge 4 commits intomainfrom
balancer-dp
Draft

refactor(balancer): dataplane#688
egnees wants to merge 4 commits intomainfrom
balancer-dp

Conversation

@egnees
Copy link
Copy Markdown
Collaborator

@egnees egnees commented Apr 28, 2026

No description provided.

@egnees egnees changed the title balancer: dataplane refactor(balancer): dataplane Apr 28, 2026
Comment thread common/network.h
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This pollutes a project-wide header with the two most overloaded short names in the codebase.

struct memory_context *mctx = &agent->memory_context;
free_vs_matchers(cfg);
free_vs_array(mctx, ADDR_OF(&cfg->vs), cfg->vs_count, workers);
cp_module_fini(&cfg->cp_module);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

rcu_free (to mirror rcu_init in the init_module_config)?

btw, why there is free_module_config before init_module_config and not the opposite?

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