> -----Original Message----- > From: Zhang, Roy Fan > Sent: Monday, April 10, 2017 4:01 PM > To: [email protected] > Cc: De Lara Guarch, Pablo; [email protected] > Subject: [PATCH] crypto/scheduler: fix queue pair configuration > > This patch fixes the queue pair configuration for the scheduler PMD. > The queue pairs of a scheduler may have different nb_descriptors sizes, > which was not the case. Also, the maximum available objects in a > queue pair is 1 object smaller than nb_descriptors. This patch fixes > these issues. > > Fixes: 4987bbaa4810 ("crypto/scheduler: add packet size based mode") > > Signed-off-by: Fan Zhang <[email protected]>
Acked-by: Pablo de Lara <[email protected]>

