[dpdk-dev] [PATCH v2] net/mlx4: fix targetless internal rule creation

Ferruh Yigit ferruh.yigit at intel.com
Tue Oct 24 20:18:51 CEST 2017


On 10/24/2017 3:05 AM, Matan Azrad wrote:
> The corrupted code allowed to create internal rule with no any target queue
> in case the rule creation occurred before queues creation.
> 
> For example, when user calls rte_eth_dev_default_mac_addr_set after probe
> and before dev_configure, mlx4 fails because the RSS queue number was 0.
> 
> The fix prevents internal rules creation before queues creation based on
> future creation before traffic start.
> 
> Fixes: 7d8675956f57 ("net/mlx4: add RSS support outside flow API")
> Fixes: bdcad2f4843a ("net/mlx4: refactor internal flow rules")
> 
> Signed-off-by: Matan Azrad <matan at mellanox.com>
> Acked-by: Adrien Mazarguil <adrien.mazarguil at 6wind.com>

Applied to dpdk-next-net/master, thanks.


More information about the dev mailing list