Re: [dpdk-dev] [PATCH v2] net/dpaa: fix public API port ID type

2020-09-14 Thread Ferruh Yigit
On 8/26/2020 6:15 AM, Hemant Agrawal wrote: >> -Original Message- >> From: Ferruh Yigit >> Sent: Tuesday, August 25, 2020 11:21 PM >> To: dev@dpdk.org; Ray Kinsella ; Neil Horman >> ; John McNamara ; >> Marko Kovacevic ; Hemant Agrawal >> ; Sachin Saxena >> Cc: Ferruh Yigit ; sta...@dpdk

Re: [dpdk-dev] [PATCH v2] net/dpaa: fix public API port ID type

2020-08-25 Thread Hemant Agrawal
Acked-by: Hemant Agrawal > -Original Message- > From: Ferruh Yigit > Sent: Tuesday, August 25, 2020 11:21 PM > To: dev@dpdk.org; Ray Kinsella ; Neil Horman > ; John McNamara ; > Marko Kovacevic ; Hemant Agrawal > ; Sachin Saxena > Cc: Ferruh Yigit ; sta...@dpdk.org > Subject: [PATCH v2]

[dpdk-dev] [PATCH v2] net/dpaa: fix public API port ID type

2020-08-25 Thread Ferruh Yigit
Updating the type for 'port' variable from 'uint8_t' to 'uint16_t'. Fixes: 8c3495f5d2dd ("net/dpaa: support loopback API") Cc: sta...@dpdk.org Signed-off-by: Ferruh Yigit --- v2: * Remove deprecation notice --- doc/guides/rel_notes/deprecation.rst | 3 --- drivers/net/dpaa/dpaa_ethdev.c |