Re: [dpdk-dev] [PATCH 0/3] Break dependency on bus infrastructure*

2017-10-24 Thread Gaƫtan Rivet
Hello Declan, On Fri, Oct 20, 2017 at 10:21:10PM +0100, Declan Doherty wrote: > This patch set breaks the dependency of the cryptodev library on both the > virtual and PCI device infrastructure. > > It introduces new bus independent crypto PMD driver assist functions for > parsing initialisatio

Re: [dpdk-dev] [PATCH 0/3] Break dependency on bus infrastructure*

2017-10-23 Thread Doherty, Declan
Hey folks, to assist in the work of moving the PCI (http://dpdk.org/ml/archives/dev/2017-October/078803.html) and virtual bus (http://dpdk.org/ml/archives/dev/2017-October/077858.html, http://dpdk.org/ml/archives/dev/2017-October/078783.html) out of EAL I've put together this patch set which