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

2021-02-04 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Dey, Souvik > Sent: Tuesday, February 2, 2021 7:49 PM > To: Raslan Darawsheh ; Slava Ovsiienko > ; Matan Azrad ; Shahaf > Shuler > Cc: dev@dpdk.org; sta...@dpdk.org; Souvik Dey > Subject: [PATCH v3] common/mlx5: fix storing the synched MAC to internal >

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

2021-02-03 Thread Raslan Darawsheh
> -Original Message- > From: Slava Ovsiienko > Sent: Wednesday, February 3, 2021 4:15 PM > To: Dey, Souvik ; Raslan Darawsheh > ; Matan Azrad > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: RE: [PATCH v3] common/mlx5: fix storing the synched MAC to > internal table > > > back again, do yo

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

2021-02-03 Thread Slava Ovsiienko
t; To: Dey, Souvik ; Raslan Darawsheh > ; Matan Azrad > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v3] common/mlx5: fix storing the synched > MAC to internal table > > NOTICE: This email was received from an EXTERNAL sender. > > > Hi, > >

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

2021-02-03 Thread Dey, Souvik
he patch itself as you have already acked ? -- Regards, Souvik -Original Message- From: dev On Behalf Of Slava Ovsiienko Sent: Wednesday, February 3, 2021 3:04 AM To: Dey, Souvik ; Raslan Darawsheh ; Matan Azrad Cc: dev@dpdk.org; sta...@dpdk.org Subject: Re: [dpdk-dev] [PATCH v3] c

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

2021-02-03 Thread Slava Ovsiienko
Hi, I'm sorry, but quota character in "Fixes" tags is still wrong, causing the checking script errors. It should be " (0x22 ASCII), not ' (0x27 ASCII). Beside this: Acked-by: Viacheslav Ovsiienko > -Original Message- > From: Dey, Souvik > Sent: Tuesday, February 2, 2021 19:49 > To: R

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

2021-02-02 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