[dpdk-dev] hardware neutral driver for DPDK

2014-03-06 Thread Vincent JARDIN
librte_pmd_pcap http://dpdk.org/browse/dpdk/tree/lib/librte_pmd_pcap On 06/03/2014 22:25, Neil Horman wrote: > Hey there- > I'm interested in doing some work on the DPDK, specifically in creating > a driver backend that interfaces to the kernel using AF_PACKET rather than a > specific car

[dpdk-dev] hardware neutral driver for DPDK

2014-03-06 Thread Neil Horman
On Thu, Mar 06, 2014 at 10:26:21PM +0100, Vincent JARDIN wrote: > librte_pmd_pcap > http://dpdk.org/browse/dpdk/tree/lib/librte_pmd_pcap > Perfect, thanks! Neil > On 06/03/2014 22:25, Neil Horman wrote: > >Hey there- > > I'm interested in doing some work on the DPDK, specifically in creatin

[dpdk-dev] hardware neutral driver for DPDK

2014-03-06 Thread Neil Horman
Hey there- I'm interested in doing some work on the DPDK, specifically in creating a driver backend that interfaces to the kernel using AF_PACKET rather than a specific card for which a UIO or VFIO driver is available in kernel. I think it would be nice for the DPDK to have a hardware agno