Re: [PATCH v2 16/18] net/ixgbe: create consistent filter
From: Zhao1, Wei <hidden>
Date: 2017-01-10 05:50:27
From: Zhao1, Wei <hidden>
Date: 2017-01-10 05:50:27
-----Original Message----- From: Yigit, Ferruh Sent: Saturday, January 7, 2017 1:27 AM To: Zhao1, Wei <redacted>; dev@dpdk.org Cc: Lu, Wenzhuo <redacted> Subject: Re: [dpdk-dev] [PATCH v2 16/18] net/ixgbe: create consistent filter On 12/30/2016 7:53 AM, Wei Zhao wrote:quoted
This patch adds a function to create the flow directory filter. Signed-off-by: Wei Zhao <redacted> Signed-off-by: Wenzhuo Lu <redacted> --- v2: --add new error set function ---<...>quoted
+struct ixgbe_flow { + enum rte_filter_type filter_type; + void *rule; +};It is possible to rename this struct to rte_flow, to prevent casting. Although functionally there is no difference.
Ok, I will do that in v3
quoted
+ /* * Structure to store private data for each driver instance (for each port). */