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

2017-08-08 Thread Thomas Monjalon
> > This is an API/ABI change notice for DPDK 17.11 announcing the redefinition 
> > of
> > port_id. port_id is currently defined as uint8_t, which is limited to the 
> > range 0 to
> > 255. A larger range is required for vdev scalability.
> > 
> > It is necessary for a redefinition of port_id to extend it from 1 bytes to
> > 2 bytes. All ethdev APIs and usages related to port_id will be changed at 
> > the
> > same time.
> > 
> > cc: jianfeng@intel.com
> > cc: y...@fridaylinux.org
> > cc: jerin.ja...@caviumnetworks.com
> > cc: tho...@monjalon.net
> > cc: remy.hor...@intel.com
> > 
> > Signed-off-by: Zhiyong Yang 
> > Acked-by: Jianfeng Tan 
> > Acked-by: Yuanhan Liu 
> > Acked-by: Jerin Jacob 
> > Acked-by: Remy Horton 
> 
> This ack in v2 is added in v3. Thanks, Shahaf.
> 
> Acked-by: Shahaf Shuler 

Applied, thanks



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

2017-08-07 Thread Yang, Zhiyong

> -Original Message-
> From: Yang, Zhiyong
> Sent: Monday, August 7, 2017 8:43 PM
> To: dev@dpdk.org
> Cc: Tan, Jianfeng ; y...@fridaylinux.org;
> jerin.ja...@caviumnetworks.com; tho...@monjalon.net; Horton, Remy
> ; Yang, Zhiyong 
> Subject: [PATCH v3] doc: announce API and ABI change for ethdev
> 
> This is an API/ABI change notice for DPDK 17.11 announcing the redefinition of
> port_id. port_id is currently defined as uint8_t, which is limited to the 
> range 0 to
> 255. A larger range is required for vdev scalability.
> 
> It is necessary for a redefinition of port_id to extend it from 1 bytes to
> 2 bytes. All ethdev APIs and usages related to port_id will be changed at the
> same time.
> 
> cc: jianfeng@intel.com
> cc: y...@fridaylinux.org
> cc: jerin.ja...@caviumnetworks.com
> cc: tho...@monjalon.net
> cc: remy.hor...@intel.com
> 
> Signed-off-by: Zhiyong Yang 
> Acked-by: Jianfeng Tan 
> Acked-by: Yuanhan Liu 
> Acked-by: Jerin Jacob 
> Acked-by: Remy Horton 
> ---

This ack in v2 is added in v3. Thanks, Shahaf.

Acked-by: Shahaf Shuler