Skip to content

Support more binary operators in hardware filtering #13

Description

@thearossman

The Mellanox ConnectX-5 (which we use by default) only supports == operations on protocol fields (see here).

We could easily frame other filter binary ops as == operations. E.g.:

  • Change != to a "redirect (drop) if =="
  • Change in to multiple or conditions

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions