numam-dpdk/drivers
Lijun Ou 230ca39295 net/hns3: remove unused assignment for RSS key
The default RSS key does not need to be configured repeatedly
when call hns3_dev_configure function with the NULL RSS key
because the default RSS key has been configured when the PMD
driver run hns3_do_start function with starting device.

Besides, it will not overwrite the initialized key if
rte_eth_dev_configure API will be called directly and RSS key is NULL
after init PMD driver.

Therefore, the assignment for RSS key in hns3_dev_configure
function is unnecessary.

Signed-off-by: Lijun Ou <oulijun@huawei.com>
2021-01-19 03:30:32 +01:00
..
baseband baseband/acc100: remove useless checks 2020-11-02 09:24:40 +01:00
bus bus/pci: fix build with Windows SDK >= 10.0.20253 2021-01-15 14:50:00 +01:00
common common/mlx5: create GENEVE TLV option object with DevX 2021-01-19 03:30:15 +01:00
compress compress/isal: check allocation in queue setup 2020-11-22 13:17:10 +01:00
crypto crypto/dpaa2_sec: support AES-CMAC integrity check 2021-01-19 18:05:45 +01:00
event crypto/octeontx2: support CN98xx 2021-01-19 18:05:17 +01:00
mempool build: align wording of non-support reasons 2020-11-20 16:05:35 +01:00
net net/hns3: remove unused assignment for RSS key 2021-01-19 03:30:32 +01:00
raw raw/ioat: support secondary process 2021-01-17 22:52:35 +01:00
regex regex/mlx5: fix number of supported queues 2021-01-19 18:06:16 +01:00
vdpa vdpa/mlx5: move DevX CQ creation to common 2021-01-14 10:12:36 +01:00
meson.build build: align wording of non-support reasons 2020-11-20 16:05:35 +01:00