Re: [PATCH net-next V3 0/7] liquidio VF data path

2016-12-08 Thread David Miller
From: Raghu Vatsavayi Date: Wed, 7 Dec 2016 08:54:30 -0800 > Following is V3 patch series that adds support for VF > data path related features. It also has following changes > related to previous comments: > 1) Remove unnecessary "void *" casting. > 2) Remove inline for functions and let gcc dec

[PATCH net-next V3 0/7] liquidio VF data path

2016-12-07 Thread Raghu Vatsavayi
Dave, Following is V3 patch series that adds support for VF data path related features. It also has following changes related to previous comments: 1) Remove unnecessary "void *" casting. 2) Remove inline for functions and let gcc decide. Please apply patches in following order as some of them de