Re: [dpdk-dev] [PATCH] ethdev: modify comment of INTR RESET event

2022-01-14 Thread Kalesh Anakkur Purayil
Hi Ferruh, Sorry for the late reply. Please see inline. On Mon, Sep 27, 2021 at 9:49 PM Ferruh Yigit wrote: > On 7/26/2021 7:43 AM, Chengwen Feng wrote: > > According to the definition of rte_eth_dev_reset(), the > > RTE_ETH_EVENT_INTR_RESET event could also use when PF resets. > > > > Can you

Re: [dpdk-dev] [PATCH] ethdev: modify comment of INTR RESET event

2021-09-27 Thread Ferruh Yigit
On 7/26/2021 7:43 AM, Chengwen Feng wrote: > According to the definition of rte_eth_dev_reset(), the > RTE_ETH_EVENT_INTR_RESET event could also use when PF resets. > Can you please highlight the part in the 'rte_eth_dev_reset()' definition related to the RESET event usage for PF? > This patch m

Re: [dpdk-dev] [PATCH] ethdev: modify comment of INTR RESET event

2021-08-11 Thread Singh, Aman Deep
Hi Chengwen, On 7/26/2021 12:13 PM, Chengwen Feng wrote: According to the definition of rte_eth_dev_reset(), the RTE_ETH_EVENT_INTR_RESET event could also use when PF resets. This patch modifies the comment of RTE_ETH_EVENT_INTR_RESET event, so that it could use in all resets. Signed-off-by: C

[dpdk-dev] [PATCH] ethdev: modify comment of INTR RESET event

2021-07-25 Thread Chengwen Feng
According to the definition of rte_eth_dev_reset(), the RTE_ETH_EVENT_INTR_RESET event could also use when PF resets. This patch modifies the comment of RTE_ETH_EVENT_INTR_RESET event, so that it could use in all resets. Signed-off-by: Chengwen Feng --- lib/ethdev/rte_ethdev.h | 3 +-- 1 file c