[dpdk-dev] [PATCH v2 0/2] dpdk: Allow for dynamic enablement of some isolated features

2014-07-30 Thread Venky Venkatesan
Neil, > Hey all- > I've been trying to update the fedora dpdk package to support VFIO > enabled drivers and ran into a problem in which ixgbe didn't compile because > the > rxtx_vec code uses sse4.2 instruction intrinsics, which aren't supported in > the > default config I have. I trie

[dpdk-dev] [RFC PATCH] ethdev: remove old flow director API

2015-04-20 Thread Venky Venkatesan
On 04/20/2015 09:33 AM, Neil Horman wrote: > On Mon, Apr 20, 2015 at 04:11:43PM +0200, Thomas Monjalon wrote: >> It's time to remove this old API. >> It seems some work is still needed to rely only on eth_ctrl API. >> At least ixgbe, i40e and testpmd must be fixed. >> Jingjing, do you think it's