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

2014-12-22 Thread Zhang, Helin
Hi Konstantin > > - > > -/** > > * A structure used to define the input for IPV4 flow > > */ > > struct rte_eth_ipv4_flow { > > @@ -291,7 +302,7 @@ struct rte_eth_fdir_flow_ext { > > * A structure used to define the input for a flow director filter entry > > */ > > struct rte_eth_fdir_in

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

2014-12-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

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

2014-12-19 Thread Ananyev, Konstantin
Hi Helin, > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Helin Zhang > Sent: Friday, December 19, 2014 7:27 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH RFC 5/7] ethdev: unification of flow types > > Flow types was defi