AltraMayor / AltraMayor/gatekeeper

Intel 810 NIC hashing issue

Open
#634 7 comments 0 reactions 0 assignees View on GitHub
Operational demand
Dominant language
C
Stars
1.6k
Forks
252
PR merge metrics
No merged PRs in 30d

Description

I'm currently working on a proof of concept for a 100G capable Gatekeeper instance. It has a quartet of these Intel 810 based NICs installed. I've managed to work through a number of hangups, most notably with the ddp firmware, but seem to be getting stuck on this particular hashing related issue. See copypasta from the logs. Let me know if you need more info.
```
root@grantor01:/home/test/gatekeeper# cat ./gatekeeper_2023_03_09_18_23.log | grep "Main"
Main/0: cycles/second = 1995312622, cycles/millisecond = 1995312, picosec/cycle = 501
Main/0: init_kni: /lib/modules/5.4.0-42-generic/extra/dpdk/rte_kni.ko already inserted
Main/0: check_port_rss(front): port 0 (0000:17:00.0) only supports RSS hash functions 0x7ffc, but Gatekeeper asks for 0xa38c
Main/0: check_port_rss(back): port 2 (0000:4b:00.0) only supports RSS hash functions 0x7ffc, but Gatekeeper asks for 0xa38c
Main/0: lls: calculate_mempool_config_para: total_pkt_burst = 2144 packets, total_rx_desc = 640 descriptors, total_tx_desc = 256 descriptors, max_num_pkt = 3040 packets, num_mbuf = 4095 packets.
Main/0: gk: calculate_mempool_config_para: total_pkt_burst = 632 packets, total_rx_desc = 640 descriptors, total_tx_desc = 256 descriptors, max_num_pkt = 1528 packets, num_mbuf = 2047 packets.
Main/0: ggu: calculate_mempool_config_para: total_pkt_burst = 32 packets, total_rx_desc = 640 descriptors, total_tx_desc = 256 descriptors, max_num_pkt = 928 packets, num_mbuf = 1023 packets.
Main/0: cps: calculate_mempool_config_para: total_pkt_burst = 4256 packets, total_rx_desc = 640 descriptors, total_tx_desc = 256 descriptors, max_num_pkt = 5152 packets, num_mbuf = 8191 packets.
Main/0: check_port_rss_key_update(front): the RSS hash configuration obtained at port 0 does not match the expected RSS configuration
Main/0: start_iface(front): port 0 (0000:17:00.0) does not have the correct RSS hash key
Main/0: net: failed to start Gatekeeper network
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.