Re: [dpdk-dev] [PATCH v2] common/mlx5: fix storing the synched MAC to internal table

2021-02-02 Thread Slava Ovsiienko
Hi, It seems there is wrong quota character in the "Fixes: " tags: ( net/mlx5: reduce Netlink commands dependencies ) With best regards, Slava > -Original Message- > From: Dey, Souvik > Sent: Tuesday, February 2, 2021 5:54 > To: Raslan Darawsheh ; Slava Ovsiienko > ; Matan Azrad ; Sha

[dpdk-dev] [PATCH v2] common/mlx5: fix storing the synched MAC to internal table

2021-02-01 Thread Dey, Souvik
From: Souvik Dey As the internal MAC table is divided into Unicast and Multicast address sections, we should check the type of synched MAC address before storing it to the internal table. Currently the check is not done, and the synched MAC of 33:33:00:00:00:01 gets stored in the unicast section