]> git.ipfire.org Git - thirdparty/linux-firmware.git/commit - WHENCE
Chelsio driver loads firmware configuration file to allow
authorVishal Kulkarni <vishal@chelsio.com>
Thu, 29 Aug 2019 12:37:06 +0000 (05:37 -0700)
committerVishal Kulkarni <vishal@chelsio.com>
Thu, 29 Aug 2019 12:40:00 +0000 (05:40 -0700)
commit2f885ba53dca06eeaf3d31cfa74fa9d30ab1dcc6
tree2a06530ab66784f32feb603c309461700dc7e641
parent7307a29961ad2765ebcad162da699d2497c5c3f8
Chelsio driver loads firmware configuration file to allow
firmware to distribute resources before chip bring up. Chelsio NIC
driver, cxgb4 searches for firmware config file at /lib/firmware/cxgb4/
directory.

Two predefined configuration files are available – default and
hashfilter. Default configuration file equally distributes
resources across all features, such as iSCSI, iWARP, Crypto, etc.
On the other hand, hashfilter configuration file borrows some
resources by disabling the iSCSI, iWARP, Crypto, etc. features,
and redistributes them to increase offloading more number of flows
to hardware via tc-flower.

Signed-off-by: Vishal Kulkarni <vishal@chelsio.com>
WHENCE
cxgb4/configs/t4-config-default.txt [new file with mode: 0644]
cxgb4/configs/t5-config-default.txt [new file with mode: 0644]
cxgb4/configs/t5-config-hashfilter.txt [new file with mode: 0644]
cxgb4/configs/t6-config-default.txt [new file with mode: 0644]
cxgb4/configs/t6-config-hashfilter.txt [new file with mode: 0644]
cxgb4/t4-config.txt [new symlink]
cxgb4/t5-config.txt [new symlink]
cxgb4/t6-config.txt [new symlink]