Skip to content

Commit

Permalink
Minor fix to comment
Browse files Browse the repository at this point in the history
  • Loading branch information
johnousterhout committed Mar 8, 2023
1 parent d621a90 commit da84be8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions homa_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -1893,9 +1893,9 @@ struct homa {
int max_gro_skbs;

/**
* @gso_force_software: A non-zero value will enable force software
* GSO; zero means ask the NIC to perform TSO. Set externally via
* sysctl.
* @gso_force_software: A non-zero value will cause Home to perform
* segmentation in software using GSO; zero means ask the NIC to
* perform TSO. Set externally via sysctl.
*/
int gso_force_software;

Expand Down

0 comments on commit da84be8

Please sign in to comment.