Re: [PATCH V2 3/6] ethdev: fix push new event

2022-10-24 Thread lihuisong (C)
在 2022/10/8 12:09, lihuisong (C) 写道: 在 2022/9/27 18:49, Thomas Monjalon 写道: 15/09/2022 14:45, 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 por

Re: [PATCH V2 3/6] ethdev: fix push new event

2022-10-07 Thread lihuisong (C)
在 2022/9/27 18:49, Thomas Monjalon 写道: 15/09/2022 14:45, 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_socket_id to se

Re: [PATCH V2 3/6] ethdev: fix push new event

2022-09-27 Thread Thomas Monjalon
15/09/2022 14:45, 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_socket_id to > setup the attached port. The 'state' i