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

2017-03-04 Thread Ferruh Yigit
On 3/2/2017 7:07 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 function

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

2017-03-01 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)