[dpdk-dev] [PATCH 5/7] ethdev: unification of flow types

2015-02-03 Thread Zhang, Helin
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Monday, February 2, 2015 11:39 PM > To: Zhang, Helin > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH 5/7] ethdev: unification of flow types > > Hi Helin, > >

[dpdk-dev] [PATCH 5/7] ethdev: unification of flow types

2015-01-27 Thread Zhang, Helin
Zhang > Sent: Monday, January 19, 2015 12:26 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH 5/7] ethdev: unification of flow types > > Flow types was defined actually for i40e hardware specifically, and wasn't > able > to be used for defining RSS offload types of a

[dpdk-dev] [PATCH 5/7] ethdev: unification of flow types

2015-01-19 Thread Helin Zhang
Flow types was defined actually for i40e hardware specifically, and wasn't able to be used for defining RSS offload types of all PMDs. It removed the enum flow types, and uses macros instead with new names. The new macros can be used for defining RSS offload types later. Also modifications are made