Skip to content

Commit

Permalink
example: sysinfo: print odp_lso_capability_t::mod_op.write_bits
Browse files Browse the repository at this point in the history
Print the newly added mod_op.write_bits LSO capability.

Signed-off-by: Janne Peltonen <janne.peltonen@nokia.com>
  • Loading branch information
JannePeltonen committed Nov 20, 2024
1 parent a2089a1 commit 1e58119
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/sysinfo/odp_sysinfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,7 @@ static void print_pktio_capa(appl_args_t *appl_args)
printf(" lso.mod_op.add_payload_len: %u\n", capa->lso.mod_op.add_payload_len);
printf(" lso.mod_op.add_payload_offset: %u\n",
capa->lso.mod_op.add_payload_offset);
printf(" lso.mod_op.write_bits: %u\n", capa->lso.mod_op.write_bits);
printf(" lso.max_num_custom: %u\n", capa->lso.max_num_custom);
printf(" lso.proto.custom: %u\n", capa->lso.proto.custom);
printf(" lso.proto.ipv4: %u\n", capa->lso.proto.ipv4);
Expand Down

0 comments on commit 1e58119

Please sign in to comment.