Re: [dpdk-dev] [PATCH v2] ethdev: fix one MAC address occupies two index in mac addrs

2021-11-07 Thread lihuisong (C)
在 2021/10/26 18:21, Ferruh Yigit 写道: On 10/22/2021 3:04 AM, lihuisong (C) wrote: 在 2021/10/21 16:30, Ferruh Yigit 写道: On 10/21/2021 3:05 AM, lihuisong (C) wrote: 在 2021/10/21 0:32, Ferruh Yigit 写道: On 10/20/2021 11:15 AM, Kevin Traynor wrote: On 20/10/2021 08:41, Ferruh Yigit wrote: On

Re: [dpdk-dev] [PATCH v2] ethdev: fix one MAC address occupies two index in mac addrs

2021-10-26 Thread Ferruh Yigit
On 10/22/2021 3:04 AM, lihuisong (C) wrote: 在 2021/10/21 16:30, Ferruh Yigit 写道: On 10/21/2021 3:05 AM, lihuisong (C) wrote: 在 2021/10/21 0:32, Ferruh Yigit 写道: On 10/20/2021 11:15 AM, Kevin Traynor wrote: On 20/10/2021 08:41, Ferruh Yigit wrote: On 10/20/2021 7:49 AM, lihuisong (C) wrote:

Re: [dpdk-dev] [PATCH v2] ethdev: fix one MAC address occupies two index in mac addrs

2021-10-21 Thread lihuisong (C)
在 2021/10/21 16:30, Ferruh Yigit 写道: On 10/21/2021 3:05 AM, lihuisong (C) wrote: 在 2021/10/21 0:32, Ferruh Yigit 写道: On 10/20/2021 11:15 AM, Kevin Traynor wrote: On 20/10/2021 08:41, Ferruh Yigit wrote: On 10/20/2021 7:49 AM, lihuisong (C) wrote: Hi Ferruh 在 2021/10/20 1:45, Ferruh Yigit

Re: [dpdk-dev] [PATCH v2] ethdev: fix one MAC address occupies two index in mac addrs

2021-10-21 Thread Ferruh Yigit
On 10/21/2021 3:05 AM, lihuisong (C) wrote: 在 2021/10/21 0:32, Ferruh Yigit 写道: On 10/20/2021 11:15 AM, Kevin Traynor wrote: On 20/10/2021 08:41, Ferruh Yigit wrote: On 10/20/2021 7:49 AM, lihuisong (C) wrote: Hi Ferruh 在 2021/10/20 1:45, Ferruh Yigit 写道: On 10/11/2021 10:28 AM, Min Hu (Co

Re: [dpdk-dev] [PATCH v2] ethdev: fix one MAC address occupies two index in mac addrs

2021-10-20 Thread lihuisong (C)
在 2021/10/21 0:32, Ferruh Yigit 写道: On 10/20/2021 11:15 AM, Kevin Traynor wrote: On 20/10/2021 08:41, Ferruh Yigit wrote: On 10/20/2021 7:49 AM, lihuisong (C) wrote: Hi Ferruh 在 2021/10/20 1:45, Ferruh Yigit 写道: On 10/11/2021 10:28 AM, Min Hu (Connor) wrote: From: Huisong Li The dev->da

Re: [dpdk-dev] [PATCH v2] ethdev: fix one MAC address occupies two index in mac addrs

2021-10-20 Thread Ferruh Yigit
On 10/20/2021 11:15 AM, Kevin Traynor wrote: On 20/10/2021 08:41, Ferruh Yigit wrote: On 10/20/2021 7:49 AM, lihuisong (C) wrote: Hi Ferruh 在 2021/10/20 1:45, Ferruh Yigit 写道: On 10/11/2021 10:28 AM, Min Hu (Connor) wrote: From: Huisong Li The dev->data->mac_addrs[0] will be changed to a n

Re: [dpdk-dev] [PATCH v2] ethdev: fix one MAC address occupies two index in mac addrs

2021-10-20 Thread Kevin Traynor
On 20/10/2021 08:41, Ferruh Yigit wrote: On 10/20/2021 7:49 AM, lihuisong (C) wrote: Hi Ferruh 在 2021/10/20 1:45, Ferruh Yigit 写道: On 10/11/2021 10:28 AM, Min Hu (Connor) wrote: From: Huisong Li The dev->data->mac_addrs[0] will be changed to a new MAC address when applications modify the de

Re: [dpdk-dev] [PATCH v2] ethdev: fix one MAC address occupies two index in mac addrs

2021-10-20 Thread Ferruh Yigit
On 10/20/2021 7:49 AM, lihuisong (C) wrote: Hi Ferruh 在 2021/10/20 1:45, Ferruh Yigit 写道: On 10/11/2021 10:28 AM, Min Hu (Connor) wrote: From: Huisong Li The dev->data->mac_addrs[0] will be changed to a new MAC address when applications modify the default MAC address by rte_eth_dev_default_m

Re: [dpdk-dev] [PATCH v2] ethdev: fix one MAC address occupies two index in mac addrs

2021-10-19 Thread lihuisong (C)
Hi Ferruh 在 2021/10/20 1:45, Ferruh Yigit 写道: On 10/11/2021 10:28 AM, Min Hu (Connor) wrote: From: Huisong Li The dev->data->mac_addrs[0] will be changed to a new MAC address when applications modify the default MAC address by rte_eth_dev_default_mac_addr_set() API. However, If the new defaul

Re: [dpdk-dev] [PATCH v2] ethdev: fix one MAC address occupies two index in mac addrs

2021-10-19 Thread Ferruh Yigit
On 10/11/2021 10:28 AM, Min Hu (Connor) wrote: From: Huisong Li The dev->data->mac_addrs[0] will be changed to a new MAC address when applications modify the default MAC address by rte_eth_dev_default_mac_addr_set() API. However, If the new default MAC address has been added as a non-default MA

Re: [dpdk-dev] [PATCH v2] ethdev: fix one MAC address occupies two index in mac addrs

2021-10-14 Thread lihuisong (C)
在 2021/10/12 15:14, Thomas Monjalon 写道: 12/10/2021 04:58, lihuisong (C): 在 2021/10/11 18:35, Thomas Monjalon 写道: 11/10/2021 11:28, Min Hu (Connor): From: Huisong Li The dev->data->mac_addrs[0] will be changed to a new MAC address when applications modify the default MAC address by rte_eth_

Re: [dpdk-dev] [PATCH v2] ethdev: fix one MAC address occupies two index in mac addrs

2021-10-12 Thread Thomas Monjalon
12/10/2021 04:58, lihuisong (C): > 在 2021/10/11 18:35, Thomas Monjalon 写道: > > 11/10/2021 11:28, Min Hu (Connor): > >> From: Huisong Li > >> > >> The dev->data->mac_addrs[0] will be changed to a new MAC address when > >> applications modify the default MAC address by > >> rte_eth_dev_default_mac_a

Re: [dpdk-dev] [PATCH v2] ethdev: fix one MAC address occupies two index in mac addrs

2021-10-11 Thread lihuisong (C)
在 2021/10/11 18:35, Thomas Monjalon 写道: 11/10/2021 11:28, Min Hu (Connor): From: Huisong Li The dev->data->mac_addrs[0] will be changed to a new MAC address when applications modify the default MAC address by rte_eth_dev_default_mac_addr_set() API. However, If the new default MAC address has

Re: [dpdk-dev] [PATCH v2] ethdev: fix one MAC address occupies two index in mac addrs

2021-10-11 Thread Thomas Monjalon
11/10/2021 11:28, Min Hu (Connor): > From: Huisong Li > > The dev->data->mac_addrs[0] will be changed to a new MAC address when > applications modify the default MAC address by > rte_eth_dev_default_mac_addr_set() API. However, If the new default > MAC address has been added as a non-default MAC

[dpdk-dev] [PATCH v2] ethdev: fix one MAC address occupies two index in mac addrs

2021-10-11 Thread Min Hu (Connor)
From: Huisong Li The dev->data->mac_addrs[0] will be changed to a new MAC address when applications modify the default MAC address by rte_eth_dev_default_mac_addr_set() API. However, If the new default MAC address has been added as a non-default MAC address by rte_eth_dev_mac_addr_add() API, the