> -----Original Message----- > From: Adrien Mazarguil [mailto:[email protected]] > Sent: Tuesday, April 25, 2017 9:30 AM > To: [email protected] > Cc: Zhang, Roy Fan <[email protected]> > Subject: [PATCH v2 01/13] crypto/scheduler: fix missing includes > > This commit addresses the following compilation errors: > > In file included from build/include/rte_cryptodev_scheduler.h:37:0, > from /tmp/check-includes.sh.5355.c:1: > build/include/rte_cryptodev_scheduler_operations.h:43:30: error: unknown > type name 'uint8_t' struct rte_cryptodev *dev, uint8_t slave_id); [...] > > Fixes: 097ab0bac017 ("crypto/scheduler: add API")
Acked-by: Fan Zhang <[email protected]> Thanks for the patch, Adrien.

