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
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.:!=to a "redirect (drop) if =="into multipleorconditions