It has two ports and both have been configured as Ethernet. The firmware version is 2.9.1314.
I have installed Mellanox ofed (MLNX_OFED_LINUX-2.0-3.0.0) and the OS platform is CentOS 6.4(2.6.32-358.el6.x86_64).
I have also enabled flow steering by passing module parameter log_num_mgm_entry_size=-1 to mlx4_core.
I have few queries related to this card:-
Does this card support RSS and if it supports then what are the default flow keys (like source address, destination address etc.) being used for hashing in card. How to find out these flow keys?
How can I change these flow keys using ethtool? Let’s say I want to use 3 flow keys for hashing (source and destination address and protocol field of layer 3) then what should be the ethtool command for this.
I tried some options with ethtool but I may be trying wrong options.
Yes, MT25418 supports RSS but still i am not able to find out the default flow keys which are used for creating flows and how to change these values. before posting my query i already had gone through the Mellanox_OFED_Linux_User_Manual_v2.0-3.0.0.pdf and MLNX_EN_relase_notes but i didn’t get any clue for my question related to flow keys(how to change and default flow keys).