Skip to content

Hotconfig is not supported with DPDK #429

@abooteg

Description

@abooteg

Hi,

I’ve encountered an issue where I’m unable to use hotconfig with DPDK.
Each time I try to load a new configuration, I get an error:
520-Write handler 'hotconfig' error:
520-config:71: While initializing 'FromDPDKDevice@16 :: FromDPDKDevice':
520- Trying to configure DPDK device after initialization
520 Router could not be initialized!

After reviewing the code, I found that fastclick does not support hotconfig in /elements/userlevel/fromdpdkdevice.hh:
bool can_live_reconfigure() const override { return false; }

Is there any way to fix or work around this limitation?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions