Re: [dpdk-dev] [PATCH v3 4/5] net/i40e: enable flow query RSS

2020-07-02 Thread Jeff Guo
On 7/1/2020 4:24 PM, Chenxu Di wrote: This patch enables flow query function to get the configuration of the specified rule. Signed-off-by: Chenxu Di --- doc/guides/rel_notes/release_20_08.rst | 1 + drivers/net/i40e/i40e_flow.c | 49 ++ 2 files changed,

[dpdk-dev] [PATCH v3 4/5] net/i40e: enable flow query RSS

2020-07-01 Thread Chenxu Di
This patch enables flow query function to get the configuration of the specified rule. Signed-off-by: Chenxu Di --- doc/guides/rel_notes/release_20_08.rst | 1 + drivers/net/i40e/i40e_flow.c | 49 ++ 2 files changed, 50 insertions(+) diff --git a/doc/guides/re