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....@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....@intel.com>
Acked-by: Remy Horton <remy.hor...@intel.com>