Re: [dpdk-dev] [PATCH v2] doc: announce API and ABI change for ethdev

2017-08-07 Thread Shahaf Shuler
Friday, August 4, 2017 9:56 AM, Remy Horton: > On 04/08/2017 06:27, Zhiyong Yang wrote: > > This is an API/ABI change notice for DPDK 17.11 on redefinition of > > port_id. port_id is defined as uint8_t by now, which is just ranged > > from 0 to 255. For more and more scenerioes, more than 256 ports

Re: [dpdk-dev] [PATCH v2] doc: announce API and ABI change for ethdev

2017-08-07 Thread Thomas Monjalon
07/08/2017 05:07, Yang, Zhiyong: > Hi, Thomas: > Need I sent another V3 patch to update commit log according to Remy's > suggestion? Yes it would be better if you can do it please

Re: [dpdk-dev] [PATCH v2] doc: announce API and ABI change for ethdev

2017-08-06 Thread Yang, Zhiyong
dev@dpdk.org > Cc: Tan, Jianfeng ; y...@fridaylinux.org; > jerin.ja...@caviumnetworks.com; tho...@monjalon.net > Subject: Re: [dpdk-dev] [PATCH v2] doc: announce API and ABI change for > ethdev > > Hi, Remy: > > > -Original Message- > > From: Horton, Remy >

Re: [dpdk-dev] [PATCH v2] doc: announce API and ABI change for ethdev

2017-08-05 Thread Yang, Zhiyong
Hi, Remy: > -Original Message- > From: Horton, Remy > Sent: Friday, August 4, 2017 2:56 PM > To: Yang, Zhiyong ; dev@dpdk.org > Cc: Tan, Jianfeng ; y...@fridaylinux.org; > jerin.ja...@caviumnetworks.com; tho...@monjalon.net > Subject: Re: [dpdk-dev] [PATCH v2] doc:

Re: [dpdk-dev] [PATCH v2] doc: announce API and ABI change for ethdev

2017-08-03 Thread Remy Horton
On 04/08/2017 06:27, Zhiyong Yang wrote: This is an API/ABI change notice for DPDK 17.11 on redefinition of port_id. port_id is defined as uint8_t by now, which is just ranged from 0 to 255. For more and more scenerioes, more than 256 ports are needed to support for vdev scalability. It is nece

Re: [dpdk-dev] [PATCH v2] doc: announce API and ABI change for ethdev

2017-02-14 Thread Thomas Monjalon
Applied

Re: [dpdk-dev] [PATCH v2] doc: announce API and ABI change for ethdev

2017-02-14 Thread Iremonger, Bernard
> -Original Message- > From: Jerin Jacob [mailto:jerin.ja...@caviumnetworks.com] > Sent: Tuesday, February 14, 2017 3:17 AM > To: Thomas Monjalon > Cc: Iremonger, Bernard ; dev@dpdk.org; > Mcnamara, John > Subject: Re: [dpdk-dev] [PATCH v2] doc: announce API and AB

Re: [dpdk-dev] [PATCH v2] doc: announce API and ABI change for ethdev

2017-02-13 Thread Jerin Jacob
On Mon, Feb 13, 2017 at 06:57:20PM +0100, Thomas Monjalon wrote: > 2017-01-05 15:25, Bernard Iremonger: > > In 17.05 nine rte_eth_dev_* functions will be removed from > > librte_ether, renamed and moved to the ixgbe PMD. > > > > Signed-off-by: Bernard Iremonger > > "ixgbe bypass" should be in th

Re: [dpdk-dev] [PATCH v2] doc: announce API and ABI change for ethdev

2017-02-13 Thread Thomas Monjalon
2017-01-05 15:25, Bernard Iremonger: > In 17.05 nine rte_eth_dev_* functions will be removed from > librte_ether, renamed and moved to the ixgbe PMD. > > Signed-off-by: Bernard Iremonger "ixgbe bypass" should be in the title and the description. I'll reword to: doc: announce move of ethdev bypa