diff options
author | Jesse Brandeburg <[email protected]> | 2022-12-16 12:06:58 -0800 |
---|---|---|
committer | Tony Nguyen <[email protected]> | 2023-01-25 08:55:19 -0800 |
commit | 2723f3b5d4ff5853503aae368c6b165b57fac651 (patch) | |
tree | fd3e55ff364541cff3451260912af7182870497f /tools/testing/selftests/bpf/prog_tests/autoload.c | |
parent | 4e4df55941f0784e08e0ab50b04a08c7e1c949eb (diff) |
virtchnl: i40e/iavf: rename iwarp to rdma
Since the latest Intel hardware does both IWARP and ROCE, rename the
term IWARP in the virtchnl header to be RDMA. Do this for both upper and
lower case instances. Many of the non-virtchnl.h changes were done with
regular expression replacements using perl like:
perl -p -i -e 's/_IWARP/_RDMA/' <files>
perl -p -i -e 's/_iwarp/_rdma/' <files>
and I had to pick up a few instances manually.
The virtchnl.h header has some comments and clarity added around when to
use certain defines.
note: had to fix a checkpatch warning for a long line by wrapping one of
the lines I changed.
Signed-off-by: Jesse Brandeburg <[email protected]>
Tested-by: Jakub Andrysiak <[email protected]>
Signed-off-by: Tony Nguyen <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/autoload.c')
0 files changed, 0 insertions, 0 deletions