[dpdk-dev] [PATCH] examples/l2fwd-crypto: flush crypto dev buffers

2016-07-11 Thread Thomas Monjalon
2016-07-06 10:38, Pablo de Lara: > Crypto operations are enqueued in the crypto devices > when the crypto device buffers are full (MAX_PKT_BURST), > in order to be more efficient. > > The problem is that operations might be stuck in those buffers, > if they never get full, and therefore, those ope

[dpdk-dev] [PATCH] examples/l2fwd-crypto: flush crypto dev buffers

2016-07-06 Thread Pablo de Lara
Crypto operations are enqueued in the crypto devices when the crypto device buffers are full (MAX_PKT_BURST), in order to be more efficient. The problem is that operations might be stuck in those buffers, if they never get full, and therefore, those operations will never be performed. Therefore,