[dpdk-dev] [PATCH] eventdev: change port_id to uint16_t

Remy Horton remy.horton at intel.com
Thu May 10 14:58:07 CEST 2018


Would have preferred it if the patch also changed the variable name to 
something a bit more descriptive (e.g. port_id, idx_port, ..).

On 08/05/2018 15:27, Lei wrote:
> From: yao <lei.a.yao at intel.com>
>
> From 17.11, port_id is changed from uint8_t to uint16_t.But in eventdev,
> it still use the old fashion. This patch fix this issue.

Reworded using proper tense:

In 17.11 port_id was changed from uint8_t to uint16_t, but eventdev
still uses the old fashion. This patch fixes this issue.


> Signed-off-by: Lei Yao <lei.a.yao at intel.com>

Acked-by: Remy Horton <remy.horton at intel.com>


More information about the dev mailing list