Re: [dpdk-dev] [PATCH v2 00/32] Support more features in Solarflare PMD

2016-12-16 Thread Ferruh Yigit
On 12/15/2016 12:50 PM, Andrew Rybchenko wrote: > The patch series adds a number of features to Solarflare libefx-based > PMD. Basically one patch per feature. > > The patches are grouped into one series since they touch nearby lines > in either PMD feature list, or dev_ops structure, or documenta

[dpdk-dev] [PATCH v2 00/32] Support more features in Solarflare PMD

2016-12-15 Thread Andrew Rybchenko
The patch series adds a number of features to Solarflare libefx-based PMD. Basically one patch per feature. The patches are grouped into one series since they touch nearby lines in either PMD feature list, or dev_ops structure, or documentation. So, patches cannot be applied in arbitrary order. -