Re: [dpdk-dev] [PATCH v1] doc/eth: update document for functional limitation

2018-05-25 Thread Ferruh Yigit
monjalon.net] >>>> Sent: Friday, May 25, 2018 1:06 AM >>>> To: Varghese, Vipin >>>> Cc: dev@dpdk.org; Zhang, Qi Z ; Kovacevic, >>>> Marko ; Jain, Deepak K >>>> ; Yigit, Ferruh >>>> Subject: Re: [dpdk-dev] [PATCH v1] doc/eth: update

Re: [dpdk-dev] [PATCH v1] doc/eth: update document for functional limitation

2018-05-25 Thread Zhang, Qi Z
> -Original Message- > From: Yigit, Ferruh > Sent: Friday, May 25, 2018 4:35 PM > To: Zhang, Qi Z ; Thomas Monjalon > ; Varghese, Vipin > Cc: dev@dpdk.org; Kovacevic, Marko ; Jain, > Deepak K > Subject: Re: [dpdk-dev] [PATCH v1] doc/eth: update document for

Re: [dpdk-dev] [PATCH v1] doc/eth: update document for functional limitation

2018-05-25 Thread Ferruh Yigit
n, Deepak K ; >> Yigit, Ferruh >> Subject: Re: [dpdk-dev] [PATCH v1] doc/eth: update document for functional >> limitation >> >> 23/05/2018 12:05, Vipin Varghese: >>> --- a/lib/librte_ethdev/rte_ethdev.h >>> +++ b/lib/librte_ethdev/rte_ethdev.h

Re: [dpdk-dev] [PATCH v1] doc/eth: update document for functional limitation

2018-05-24 Thread Zhang, Qi Z
> -Original Message- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Friday, May 25, 2018 1:06 AM > To: Varghese, Vipin > Cc: dev@dpdk.org; Zhang, Qi Z ; Kovacevic, Marko > ; Jain, Deepak K ; > Yigit, Ferruh > Subject: Re: [dpdk-dev] [PATCH v1] doc/

Re: [dpdk-dev] [PATCH v1] doc/eth: update document for functional limitation

2018-05-24 Thread Thomas Monjalon
23/05/2018 12:05, Vipin Varghese: > --- a/lib/librte_ethdev/rte_ethdev.h > +++ b/lib/librte_ethdev/rte_ethdev.h > @@ -1479,6 +1479,9 @@ int rte_eth_dev_attach(const char *devargs, uint16_t > *port_id); > * This function must be called when the device is in the > * closed state. > * > + * Not

[dpdk-dev] [PATCH v1] doc/eth: update document for functional limitation

2018-05-23 Thread Vipin Varghese
ETH APIs dev_attach and dev_dettach can be exercised from primary process only. Secondary process only maps the resource and does not have access to internal device list. Hence updating documentation to reflect the same. Signed-off-by: Vipin Varghese --- lib/librte_ethdev/rte_ethdev.h | 6 ++