Re: [dpdk-dev] [PATCH 3/4] crypto: add sgl support for sw PMDs

2016-12-12 Thread Kulasek, TomaszX
Hi Michał, > -Original Message- > From: Michał Mirosław [mailto:mir...@gmail.com] > Sent: Saturday, December 3, 2016 09:28 > To: Kulasek, TomaszX > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH 3/4] crypto: add sgl support for sw PMDs > > 2016-12-02 18:07

Re: [dpdk-dev] [PATCH 3/4] crypto: add sgl support for sw PMDs

2016-12-03 Thread Michał Mirosław
2016-12-02 18:07 GMT+01:00 Tomasz Kulasek : > This patch introduces RTE_CRYPTODEV_FF_MBUF_SCATTER_GATHER feature flag > informing that selected crypto device supports segmented mbufs natively > and doesn't need to be coalesced before crypto operation. > > While using segmented buffers in crypto dev

[dpdk-dev] [PATCH 3/4] crypto: add sgl support for sw PMDs

2016-12-02 Thread Tomasz Kulasek
This patch introduces RTE_CRYPTODEV_FF_MBUF_SCATTER_GATHER feature flag informing that selected crypto device supports segmented mbufs natively and doesn't need to be coalesced before crypto operation. While using segmented buffers in crypto devices may have unpredictable results, for PMDs which d