> -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Tuesday, July 3, 2018 1:52 AM > To: Trahe, Fiona <[email protected]>; > [email protected]; Daly, Lee <[email protected]> > Cc: [email protected]; De Lara Guarch, Pablo <[email protected]> > Subject: [PATCH] test/compress: add scatter-gather tests > > Added Scatter-Gather test, which split input data into multi-segment mbufs > and compresses/decompresses the data into also a multi-segment mbuf. > > Signed-off-by: Pablo de Lara <[email protected]> > --- > test/test/test_compressdev.c | 390 > ++++++++++++++++++++++++++++++++++++++----- > 1 file changed, 351 insertions(+), 39 deletions(-) > > diff --git a/test/test/test_compressdev.c b/test/test/test_compressdev.c > --
<...> > 2.14.4 Acked-by: Lee Daly <[email protected]>

