Re: [dpdk-dev] [PATCH v2 00/13] Improve Solarflare PMD performance

2017-03-20 Thread Ferruh Yigit
On 3/20/2017 10:15 AM, Andrew Rybchenko wrote: > Implement EF10 (SFN7xxx and SFN8xxx) native datapaths which may be > chosen per device using PCI whitelist device arguments. > > libefx-based datapath implementation is bound to API and structure > imposed by the libefx. It has many indirect functio

[dpdk-dev] [PATCH v2 00/13] Improve Solarflare PMD performance

2017-03-20 Thread Andrew Rybchenko
Implement EF10 (SFN7xxx and SFN8xxx) native datapaths which may be chosen per device using PCI whitelist device arguments. libefx-based datapath implementation is bound to API and structure imposed by the libefx. It has many indirect function calls to provide HW abstraction (bad for CPU pipeline)