WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Implement clear for the softnpu ASIC. #130

@rcgoodfellow

Description

@rcgoodfellow

The dpd daemon expects that it can clear ASIC table state at startup. However, the softnpu TableOps implementation does not implement this:

fn clear(&self, _hdl: &Handle) -> AsicResult<()> {
//TODO implement in softnpu
Ok(())
}

This can lead to unpredictable behavior as noted in oxidecomputer/maghemite#545.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions