[dpdk-dev] [PATCH 8/8] doc: update port id type

Van Haaren, Harry harry.van.haaren at intel.com
Wed Oct 18 11:13:43 CEST 2017


> From: Mcnamara, John
> Sent: Friday, October 13, 2017 4:41 PM
> To: Yang, Zhiyong <zhiyong.yang at intel.com>; dev at dpdk.org
> Cc: Yigit, Ferruh <ferruh.yigit at intel.com>; Yang, Zhiyong
> <zhiyong.yang at intel.com>; Van Haaren, Harry <harry.van.haaren at intel.com>
> Subject: RE: [dpdk-dev] [PATCH 8/8] doc: update port id type
> 
> 
> 
> > -----Original Message-----
> > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Zhiyong Yang
> > Sent: Friday, October 13, 2017 2:17 PM
> > To: dev at dpdk.org
> > Cc: Yigit, Ferruh <ferruh.yigit at intel.com>; Yang, Zhiyong
> > <zhiyong.yang at intel.com>
> > Subject: [dpdk-dev] [PATCH 8/8] doc: update port id type
> >
> > Since port id has changed from uint8_t to uint16_t in dpdk code, So update
> > the change in related doc.
> >
> > Fixes: f8244c6399d9 ("ethdev: increase port id range")
> > Signed-off-by: Zhiyong Yang <zhiyong.yang at intel.com>
> 
> Looks good. There is one other unchanged reference but I don't know if it is
> relevant.
> 
> CC: Harry
> 
>     $ ag "uint8_t port" doc/guides/
>     doc/guides/prog_guide/eventdev.rst
>     283:        uint8_t port_id = 0;


No need to change this in the docs - the port here is an Eventdev port, not an Ethdev port.

TL:DR; Looks good to me! -Harry


More information about the dev mailing list