[dpdk-dev] [dpdk-dev v1] net/iavf: fix simple xor hash

2020-07-16 Thread Jeff Guo
Simple xor hash should be global congfigured in VFs. Fixes: 215a247b5f33 ("net/iavf: refactor hash flow") Signed-off-by: Jeff Guo --- drivers/net/iavf/iavf_hash.c | 46 +++- 1 file changed, 30 insertions(+), 16 deletions(-) diff --git a/drivers/net/iavf/iavf_has

[dpdk-dev] [dpdk-dev v1] net/iavf: fix simple xor hash

2020-07-16 Thread Jeff Guo
Simple xor hash should be global congfigured in VFs. Fixes: 215a247b5f33 (net/iavf: refactor hash flow) Signed-off-by: Jeff Guo --- drivers/net/iavf/iavf_hash.c | 46 +++- 1 file changed, 30 insertions(+), 16 deletions(-) diff --git a/drivers/net/iavf/iavf_hash.