Re: [PATCH] ethdev: fix push new event

2022-10-07 Thread lihuisong (C)
在 2022/9/27 18:29, Thomas Monjalon 写道: 11/06/2022 10:59, lihuisong (C): 在 2022/6/7 14:44, Thomas Monjalon 写道: 07/06/2022 03:23, lihuisong (C): 在 2022/6/3 15:42, Thomas Monjalon 写道: 02/06/2022 13:24, lihuisong (C): 在 2022/5/30 19:10, Ferruh Yigit 写道: On 5/30/2022 9:28 AM, Thomas Monjalon w

Re: [PATCH] ethdev: fix push new event

2022-09-27 Thread Thomas Monjalon
11/06/2022 10:59, lihuisong (C): > 在 2022/6/7 14:44, Thomas Monjalon 写道: > > 07/06/2022 03:23, lihuisong (C): > >> 在 2022/6/3 15:42, Thomas Monjalon 写道: > >>> 02/06/2022 13:24, lihuisong (C): > 在 2022/5/30 19:10, Ferruh Yigit 写道: > > On 5/30/2022 9:28 AM, Thomas Monjalon wrote: > >> [C

Re: [PATCH] ethdev: fix push new event

2022-06-06 Thread Thomas Monjalon
07/06/2022 03:23, lihuisong (C): > > 在 2022/6/3 15:42, Thomas Monjalon 写道: > > 02/06/2022 13:24, lihuisong (C): > >> 在 2022/5/30 19:10, Ferruh Yigit 写道: > >>> On 5/30/2022 9:28 AM, Thomas Monjalon wrote: > [CAUTION: External Email] > > 28/05/2022 10:53, lihuisong (C): > > 在 2022

Re: [PATCH] ethdev: fix push new event

2022-06-03 Thread Thomas Monjalon
02/06/2022 13:24, lihuisong (C): > > 在 2022/5/30 19:10, Ferruh Yigit 写道: > > On 5/30/2022 9:28 AM, Thomas Monjalon wrote: > >> [CAUTION: External Email] > >> > >> 28/05/2022 10:53, lihuisong (C): > >>> > >>> 在 2022/5/23 22:36, Thomas Monjalon 写道: > 23/05/2022 11:51, David Marchand: > > On

Re: [PATCH] ethdev: fix push new event

2022-05-30 Thread Ferruh Yigit
On 5/30/2022 9:28 AM, Thomas Monjalon wrote: [CAUTION: External Email] 28/05/2022 10:53, lihuisong (C): 在 2022/5/23 22:36, Thomas Monjalon 写道: 23/05/2022 11:51, David Marchand: On Sat, May 21, 2022 at 8:57 AM Min Hu (Connor) wrote: From: Huisong Li The 'state' in struct rte_eth_dev may be

Re: [PATCH] ethdev: fix push new event

2022-05-30 Thread Thomas Monjalon
28/05/2022 10:53, lihuisong (C): > > 在 2022/5/23 22:36, Thomas Monjalon 写道: > > 23/05/2022 11:51, David Marchand: > >> On Sat, May 21, 2022 at 8:57 AM Min Hu (Connor) wrote: > >>> From: Huisong Li > >>> > >>> The 'state' in struct rte_eth_dev may be used to update some information > >>> when app

Re: [PATCH] ethdev: fix push new event

2022-05-23 Thread Thomas Monjalon
23/05/2022 11:51, David Marchand: > On Sat, May 21, 2022 at 8:57 AM Min Hu (Connor) wrote: > > > > From: Huisong Li > > > > The 'state' in struct rte_eth_dev may be used to update some information > > when app receive these events. For example, when app receives a new event, > > app may get the s

Re: [PATCH] ethdev: fix push new event

2022-05-23 Thread David Marchand
On Sat, May 21, 2022 at 8:57 AM Min Hu (Connor) wrote: > > From: Huisong Li > > The 'state' in struct rte_eth_dev may be used to update some information > when app receive these events. For example, when app receives a new event, > app may get the socket id of this port by calling rte_eth_dev_soc