Re: [PATCH V8] ethdev: fix one address occupies two entries in MAC addrs

2023-05-17 Thread Ferruh Yigit
On 5/17/2023 12:46 PM, lihuisong (C) wrote: > > 在 2023/5/17 16:53, Ferruh Yigit 写道: >> On 5/17/2023 8:45 AM, lihuisong (C) wrote: >>> 在 2023/5/16 22:13, Ferruh Yigit 写道: On 5/16/2023 12:47 PM, lihuisong (C) wrote: > Hi Ferruh, > > There is no result on techboard. > How to deal

Re: [PATCH V8] ethdev: fix one address occupies two entries in MAC addrs

2023-05-17 Thread lihuisong (C)
在 2023/5/17 16:53, Ferruh Yigit 写道: On 5/17/2023 8:45 AM, lihuisong (C) wrote: 在 2023/5/16 22:13, Ferruh Yigit 写道: On 5/16/2023 12:47 PM, lihuisong (C) wrote: Hi Ferruh, There is no result on techboard. How to deal with this problem next? +techboard for comment. Btw, what was your positi

Re: [PATCH V8] ethdev: fix one address occupies two entries in MAC addrs

2023-05-17 Thread Ferruh Yigit
On 5/17/2023 8:45 AM, lihuisong (C) wrote: > > 在 2023/5/16 22:13, Ferruh Yigit 写道: >> On 5/16/2023 12:47 PM, lihuisong (C) wrote: >>> Hi Ferruh, >>> >>> There is no result on techboard. >>> How to deal with this problem next? >> +techboard for comment. >> >> >> Btw, what was your positioning to Br

Re: [PATCH V8] ethdev: fix one address occupies two entries in MAC addrs

2023-05-17 Thread lihuisong (C)
在 2023/5/16 22:13, Ferruh Yigit 写道: On 5/16/2023 12:47 PM, lihuisong (C) wrote: Hi Ferruh, There is no result on techboard. How to deal with this problem next? +techboard for comment. Btw, what was your positioning to Bruce's suggestion, when a MAC address is in the list, fail to set it as

Re: [PATCH V8] ethdev: fix one address occupies two entries in MAC addrs

2023-05-16 Thread Ferruh Yigit
On 5/16/2023 12:47 PM, lihuisong (C) wrote: > Hi Ferruh, > > There is no result on techboard. > How to deal with this problem next? +techboard for comment. Btw, what was your positioning to Bruce's suggestion, when a MAC address is in the list, fail to set it as default and enforce user do the

Re: [PATCH V8] ethdev: fix one address occupies two entries in MAC addrs

2023-05-16 Thread lihuisong (C)
Hi Ferruh, There is no result on techboard. How to deal with this problem next? /Huisong 在 2023/2/2 20:36, Huisong Li 写道: The dev->data->mac_addrs[0] will be changed to a new MAC address when applications modify the default MAC address by .mac_addr_set(). However, if the new default one has be

Re: [PATCH V8] ethdev: fix one address occupies two entries in MAC addrs

2023-02-10 Thread lihuisong (C)
在 2023/2/10 20:27, Ferruh Yigit 写道: On 2/10/2023 9:54 AM, lihuisong (C) wrote: 在 2023/2/9 20:45, Ferruh Yigit 写道: On 2/4/2023 2:57 AM, lihuisong (C) wrote: 在 2023/2/3 20:58, Ferruh Yigit 写道: On 2/3/2023 1:56 AM, lihuisong (C) wrote: 在 2023/2/3 5:10, Thomas Monjalon 写道: 02/02/2023 19:09, F

Re: [PATCH V8] ethdev: fix one address occupies two entries in MAC addrs

2023-02-10 Thread Ferruh Yigit
On 2/10/2023 9:54 AM, lihuisong (C) wrote: > > 在 2023/2/9 20:45, Ferruh Yigit 写道: >> On 2/4/2023 2:57 AM, lihuisong (C) wrote: >>> 在 2023/2/3 20:58, Ferruh Yigit 写道: On 2/3/2023 1:56 AM, lihuisong (C) wrote: > 在 2023/2/3 5:10, Thomas Monjalon 写道: >> 02/02/2023 19:09, Ferruh Yigit: >>>

Re: [PATCH V8] ethdev: fix one address occupies two entries in MAC addrs

2023-02-10 Thread lihuisong (C)
在 2023/2/9 20:45, Ferruh Yigit 写道: On 2/4/2023 2:57 AM, lihuisong (C) wrote: 在 2023/2/3 20:58, Ferruh Yigit 写道: On 2/3/2023 1:56 AM, lihuisong (C) wrote: 在 2023/2/3 5:10, Thomas Monjalon 写道: 02/02/2023 19:09, Ferruh Yigit: On 2/2/2023 12:36 PM, Huisong Li wrote: The dev->data->mac_addrs[0

Re: [PATCH V8] ethdev: fix one address occupies two entries in MAC addrs

2023-02-09 Thread Ferruh Yigit
On 2/4/2023 2:57 AM, lihuisong (C) wrote: > > 在 2023/2/3 20:58, Ferruh Yigit 写道: >> On 2/3/2023 1:56 AM, lihuisong (C) wrote: >>> 在 2023/2/3 5:10, Thomas Monjalon 写道: 02/02/2023 19:09, Ferruh Yigit: > On 2/2/2023 12:36 PM, Huisong Li wrote: >> The dev->data->mac_addrs[0] will be chang

Re: [PATCH V8] ethdev: fix one address occupies two entries in MAC addrs

2023-02-09 Thread lihuisong (C)
在 2023/2/4 10:57, lihuisong (C) 写道: 在 2023/2/3 20:58, Ferruh Yigit 写道: On 2/3/2023 1:56 AM, lihuisong (C) wrote: 在 2023/2/3 5:10, Thomas Monjalon 写道: 02/02/2023 19:09, Ferruh Yigit: On 2/2/2023 12:36 PM, Huisong Li wrote: The dev->data->mac_addrs[0] will be changed to a new MAC address wh

Re: [PATCH V8] ethdev: fix one address occupies two entries in MAC addrs

2023-02-03 Thread lihuisong (C)
在 2023/2/3 20:58, Ferruh Yigit 写道: On 2/3/2023 1:56 AM, lihuisong (C) wrote: 在 2023/2/3 5:10, Thomas Monjalon 写道: 02/02/2023 19:09, Ferruh Yigit: On 2/2/2023 12:36 PM, Huisong Li wrote: The dev->data->mac_addrs[0] will be changed to a new MAC address when applications modify the default MAC

Re: [PATCH V8] ethdev: fix one address occupies two entries in MAC addrs

2023-02-03 Thread Ferruh Yigit
On 2/3/2023 1:56 AM, lihuisong (C) wrote: > > 在 2023/2/3 5:10, Thomas Monjalon 写道: >> 02/02/2023 19:09, Ferruh Yigit: >>> On 2/2/2023 12:36 PM, Huisong Li wrote: The dev->data->mac_addrs[0] will be changed to a new MAC address when applications modify the default MAC address by .mac_addr

Re: [PATCH V8] ethdev: fix one address occupies two entries in MAC addrs

2023-02-02 Thread lihuisong (C)
在 2023/2/3 5:10, Thomas Monjalon 写道: 02/02/2023 19:09, Ferruh Yigit: On 2/2/2023 12:36 PM, Huisong Li wrote: The dev->data->mac_addrs[0] will be changed to a new MAC address when applications modify the default MAC address by .mac_addr_set(). However, if the new default one has been added as

RE: [PATCH V8] ethdev: fix one address occupies two entries in MAC addrs

2023-02-02 Thread Morten Brørup
> From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Thursday, 2 February 2023 22.11 > > 02/02/2023 19:09, Ferruh Yigit: > > On 2/2/2023 12:36 PM, Huisong Li wrote: > > > The dev->data->mac_addrs[0] will be changed to a new MAC address > when > > > applications modify the default MAC addre

Re: [PATCH V8] ethdev: fix one address occupies two entries in MAC addrs

2023-02-02 Thread Thomas Monjalon
02/02/2023 19:09, Ferruh Yigit: > On 2/2/2023 12:36 PM, Huisong Li wrote: > > The dev->data->mac_addrs[0] will be changed to a new MAC address when > > applications modify the default MAC address by .mac_addr_set(). However, > > if the new default one has been added as a non-default MAC address by

Re: [PATCH V8] ethdev: fix one address occupies two entries in MAC addrs

2023-02-02 Thread Ferruh Yigit
On 2/2/2023 12:36 PM, Huisong Li wrote: > The dev->data->mac_addrs[0] will be changed to a new MAC address when > applications modify the default MAC address by .mac_addr_set(). However, > if the new default one has been added as a non-default MAC address by > .mac_addr_add(), the .mac_addr_set() d

Re: [PATCH V8] ethdev: fix one address occupies two entries in MAC addrs

2023-02-02 Thread Thomas Monjalon
02/02/2023 13:36, Huisong Li: > The dev->data->mac_addrs[0] will be changed to a new MAC address when > applications modify the default MAC address by .mac_addr_set(). However, > if the new default one has been added as a non-default MAC address by > .mac_addr_add(), the .mac_addr_set() doesn't rem

[PATCH V8] ethdev: fix one address occupies two entries in MAC addrs

2023-02-02 Thread Huisong Li
The dev->data->mac_addrs[0] will be changed to a new MAC address when applications modify the default MAC address by .mac_addr_set(). However, if the new default one has been added as a non-default MAC address by .mac_addr_add(), the .mac_addr_set() doesn't remove it from the mac_addrs list. As a r