Skip to content

[VPP-2129] VPP plugin Compatibility with C++ #3592

Open
@mohammadmahdi255

Description

@mohammadmahdi255

Hello,

I would like to know if it is possible to create a VPP plugin using C++. I have attempted to make it compatible, but I encountered several issues related to C++ policies:

Use of reserved keywords: variable names such as class, template, and new.
Converting void* to another type without casting.
Comparing unsigned and signed integers.
Overflow warnings.
Performing arithmetic calculations with void*.

I can fix these issues, but I wanted to check if they are acceptable to address.

Thank you!

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