[dpdk-dev] [PATCH 00/15] migrate flow director in ixgbe driver to new API

2015-02-21 Thread Thomas Monjalon
> > The patch set uses new filter_ctrl API to replace old flow director filter > > APIs. > > It uses new functions and structure to replace old ones in ixgbe driver, > > updates > > commands to replace old ones in testpmd, and removes the old APIs > > > > Jingjing Wu (15): > > ixgbe: migrate f

[dpdk-dev] [PATCH 00/15] migrate flow director in ixgbe driver to new API

2015-02-11 Thread Zhang, Helin
> -Original Message- > From: Wu, Jingjing > Sent: Thursday, January 29, 2015 1:29 PM > To: dev at dpdk.org > Cc: Wu, Jingjing; Zhang, Helin; Liu, Jijiang; Mcnamara, John; Cao, Min; Xu, > HuilongX > Subject: [PATCH 00/15] migrate flow director in ixgbe driver to new API > > The patch set

[dpdk-dev] [PATCH 00/15] migrate flow director in ixgbe driver to new API

2015-01-29 Thread Jingjing Wu
The patch set uses new filter_ctrl API to replace old flow director filter APIs. It uses new functions and structure to replace old ones in ixgbe driver, updates commands to replace old ones in testpmd, and removes the old APIs Jingjing Wu (15): ixgbe: migrate flow director filter operations (ad