[dpdk-dev] [PATCH] lib/librte_ether: new filter APIs definition

2014-10-20 Thread Wu, Jingjing
> -Original Message- > From: Wu, Jingjing > Sent: Saturday, October 18, 2014 12:02 AM > To: Thomas Monjalon > Cc: dev at dpdk.org > Subject: RE: [dpdk-dev] [PATCH] lib/librte_ether: new filter APIs definition > > > > > -Original Messa

[dpdk-dev] [PATCH] lib/librte_ether: new filter APIs definition

2014-10-20 Thread Liu, Jijiang
k.org > Subject: Re: [dpdk-dev] [PATCH] lib/librte_ether: new filter APIs definition > > 2014-10-17 07:29, Jingjing Wu: > > Define new APIs to support configure multi-kind filters using same > > APIs, instead of creating each API set for each kind of filter.

[dpdk-dev] [PATCH] lib/librte_ether: new filter APIs definition

2014-10-17 Thread Wu, Jingjing
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Friday, October 17, 2014 5:08 PM > To: Wu, Jingjing > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH] lib/librte_ether: new filter APIs definition > > 2014-

[dpdk-dev] [PATCH] lib/librte_ether: new filter APIs definition

2014-10-17 Thread Thomas Monjalon
2014-10-17 07:29, Jingjing Wu: > Define new APIs to support configure multi-kind filters using same APIs, > instead of creating each API set for each kind of filter. > - rte_eth_dev_filter_supported > - rte_eth_dev_filter_ctrl > > Filter types, operations, and structures are defined

[dpdk-dev] [PATCH] lib/librte_ether: new filter APIs definition

2014-10-17 Thread Richardson, Bruce
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Thomas Monjalon > Sent: Friday, October 17, 2014 10:08 AM > To: Wu, Jingjing > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH] lib/librte_ether: new filter APIs definition > > 20

[dpdk-dev] [PATCH] lib/librte_ether: new filter APIs definition

2014-10-17 Thread Jingjing Wu
Define new APIs to support configure multi-kind filters using same APIs, instead of creating each API set for each kind of filter. - rte_eth_dev_filter_supported - rte_eth_dev_filter_ctrl Filter types, operations, and structures are defined specifically in new header file

[dpdk-dev] [PATCH] lib/librte_ether: new filter APIs definition

2014-10-17 Thread Zhang, Helin
Hi > Define new APIs to support configure multi-kind filters using same APIs, > instead > of creating each API set for each kind of filter. > - rte_eth_dev_filter_supported > - rte_eth_dev_filter_ctrl > > Filter types, operations, and structures are defined specifically in new > header >