Re: [dpdk-dev] [PATCH v5 0/5] net/i40e: implement dynamic mapping of flow types to pctypes

2017-10-04 Thread Ferruh Yigit
On 10/4/2017 10:48 PM, Ferruh Yigit wrote: > On 10/4/2017 1:52 PM, Kirill Rybalchenko wrote: >> Implement dynamic mapping of software flow types to hardware pctypes. >> This allows to map new flow types to pctypes without changing >> API of the driver. >> >> v2: >> Remove unnecessary check for new

Re: [dpdk-dev] [PATCH v5 0/5] net/i40e: implement dynamic mapping of flow types to pctypes

2017-10-04 Thread Ferruh Yigit
On 10/4/2017 1:52 PM, Kirill Rybalchenko wrote: > Implement dynamic mapping of software flow types to hardware pctypes. > This allows to map new flow types to pctypes without changing > API of the driver. > > v2: > Remove unnecessary check for new flow types. > Re-arrange patchset to avoid compill

[dpdk-dev] [PATCH v5 0/5] net/i40e: implement dynamic mapping of flow types to pctypes

2017-10-04 Thread Kirill Rybalchenko
Implement dynamic mapping of software flow types to hardware pctypes. This allows to map new flow types to pctypes without changing API of the driver. v2: Remove unnecessary check for new flow types. Re-arrange patchset to avoid compillation errors. Remove unnecessary usage of statically defined f