[dpdk-dev] [PATCH] net/mlx5: fix vni matching with non-std port

2021-08-02 Thread Rongwei Liu
In the recent update, the misc5 matcher was introduced to match VxLAN header extra fields. However, ConnectX-5 doesn't support misc5 for the UDP ports different from VXLAN's standard one (4789). Need to fall back to the previous approach and use legacy misc matcher if non-standard UDP port is reco

Re: [dpdk-dev] [PATCH] net/mlx5: fix vni matching with non-std port

2021-08-02 Thread Thomas Monjalon
02/08/2021 12:26, Rongwei Liu: > In the recent update, the misc5 matcher was introduced to > match VxLAN header extra fields. However, ConnectX-5 > doesn't support misc5 for the UDP ports different from > VXLAN's standard one (4789). > > Need to fall back to the previous approach and use legacy >