Re: [dpdk-dev] [PATCH v3] eal: add counter size for efd clean

2017-11-06 Thread Thomas Monjalon
04/09/2017 04:49, Tan, Jianfeng: > From: Wu, Jingjing > > > > For virtual device, the rte_intr_handle struct is > > initialized by the virtual device driver, including > > the event fd assignment. If the event fd need to be > > read for clean, an argument is required for the proper > > event fd re

Re: [dpdk-dev] [PATCH v3] eal: add counter size for efd clean

2017-10-31 Thread Wu, Jingjing
Jacek Siuda ; > jerin.ja...@caviumnetworks.com > Subject: RE: [dpdk-dev] [PATCH v3] eal: add counter size for efd clean > > > > > -Original Message- > > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > Sent: Monday, October 16, 2017 6:46 PM

Re: [dpdk-dev] [PATCH v3] eal: add counter size for efd clean

2017-10-24 Thread Wu, Jingjing
z Duszynski > ; Jacek Siuda ; > jerin.ja...@caviumnetworks.com > Subject: Re: [dpdk-dev] [PATCH v3] eal: add counter size for efd clean > > 16/10/2017 12:29, Wu, Jingjing: > > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > > Hi, > > > > > >

Re: [dpdk-dev] [PATCH v3] eal: add counter size for efd clean

2017-10-16 Thread Thomas Monjalon
16/10/2017 12:29, Wu, Jingjing: > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > Hi, > > > > 24/08/2017 04:10, Jingjing Wu: > > > } else if (intr_handle->type == RTE_INTR_HANDLE_VDEV) { > > > - /* do nothing, and let vdev driver to initialize this > > > struct */ > >

Re: [dpdk-dev] [PATCH v3] eal: add counter size for efd clean

2017-10-16 Thread Wu, Jingjing
z Duszynski ; > Jacek Siuda ; jerin.ja...@caviumnetworks.com > Subject: Re: [dpdk-dev] [PATCH v3] eal: add counter size for efd clean > > Hi, > > 24/08/2017 04:10, Jingjing Wu: > > } else if (intr_handle->type == RTE_INTR_HANDLE_VDEV) { > > -

Re: [dpdk-dev] [PATCH v3] eal: add counter size for efd clean

2017-10-11 Thread Thomas Monjalon
Hi, 24/08/2017 04:10, Jingjing Wu: > } else if (intr_handle->type == RTE_INTR_HANDLE_VDEV) { > - /* do nothing, and let vdev driver to initialize this struct > */ > + /* only check, initialization would be done in vdev driver.*/ > + if (intr_handl

Re: [dpdk-dev] [PATCH v3] eal: add counter size for efd clean

2017-09-03 Thread Tan, Jianfeng
> -Original Message- > From: Wu, Jingjing > Sent: Thursday, August 24, 2017 10:11 AM > To: Tan, Jianfeng > Cc: Wu, Jingjing; dev@dpdk.org > Subject: [PATCH v3] eal: add counter size for efd clean > > For virtual device, the rte_intr_handle struct is > initialized by the virtual device dr