Re: [dpdk-dev] [PATCH] net/mlx5: fix wrong function of hairpin unbind

2020-11-13 Thread Thomas Monjalon
13/11/2020 08:05, Bing Zhao: > In the implementation of mlx5_hairpin_unbind, a copy-paste error was > inside. If a single peer Rx port needed to be unbound, it would be > bound again by mistake. > > All the hardware resources were released when stopping the device and > no mess of the configuratio

[dpdk-dev] [PATCH] net/mlx5: fix wrong function of hairpin unbind

2020-11-12 Thread Bing Zhao
In the implementation of mlx5_hairpin_unbind, a copy-paste error was inside. If a single peer Rx port needed to be unbound, it would be bound again by mistake. All the hardware resources were released when stopping the device and no mess of the configuration was introduced. But when trying to unbi