Re: [dpdk-dev] [PATCH 10/22] net/hns3: add support for RSS of hns3 PMD driver

2019-08-31 Thread Wei Hu (Xavier)
Hi, Ferruh Yigit On 2019/8/30 23:07, Ferruh Yigit wrote: > On 8/23/2019 2:46 PM, Wei Hu (Xavier) wrote: >> This patch adds support for RSS of hns3 PMD driver. >> It included the following functions in file hns3_rss.c: >> 1) Set/query hash key, rss_hf by .rss_hash_update/.rss_hash_conf_get ops >>

Re: [dpdk-dev] [PATCH 10/22] net/hns3: add support for RSS of hns3 PMD driver

2019-08-30 Thread Ferruh Yigit
On 8/23/2019 2:46 PM, Wei Hu (Xavier) wrote: > This patch adds support for RSS of hns3 PMD driver. > It included the following functions in file hns3_rss.c: > 1) Set/query hash key, rss_hf by .rss_hash_update/.rss_hash_conf_get ops >callback functions. > 2) Set/query redirection table by .reta_

[dpdk-dev] [PATCH 10/22] net/hns3: add support for RSS of hns3 PMD driver

2019-08-23 Thread Wei Hu (Xavier)
This patch adds support for RSS of hns3 PMD driver. It included the following functions in file hns3_rss.c: 1) Set/query hash key, rss_hf by .rss_hash_update/.rss_hash_conf_get ops callback functions. 2) Set/query redirection table by .reta_update/.reta_query. ops callback functions. 3) Set/q