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

2021-02-15 Thread Christian Ehrhardt
On Mon, Feb 15, 2021 at 1:21 PM Christian Ehrhardt wrote: > > On Fri, Feb 12, 2021 at 4:10 PM Dey, Souvik wrote: > > > > From: Souvik Dey > > > > [ upstream commit 493f0bb51c1144eedcff2bba199cab1b64ff9fd0 ] > > Thanks, added > > > > > As the internal MAC table is divided into Unicast and Multica

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

2021-02-15 Thread Christian Ehrhardt
On Fri, Feb 12, 2021 at 4:10 PM Dey, Souvik wrote: > > From: Souvik Dey > > [ upstream commit 493f0bb51c1144eedcff2bba199cab1b64ff9fd0 ] Thanks, added > > As the internal MAC table is divided into Unicast and Multicast address > sections, we should check the type of synched MAC address before s

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

2021-02-12 Thread Dey, Souvik
From: Souvik Dey [ upstream commit 493f0bb51c1144eedcff2bba199cab1b64ff9fd0 ] 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 synche