diff options
author | Mohsin Kazmi <sykazmi@cisco.com> | 2020-06-10 12:35:05 +0200 |
---|---|---|
committer | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2020-06-16 01:35:05 +0000 |
commit | 0cf528233ab9272d7153f7323bacae2d50313b1a (patch) | |
tree | db9a463f939da54acc3f976cd2c2d536aa2e064d /src/vnet/pg/pg.api | |
parent | ff13e46215ab96df988310b4a20eddefad92de99 (diff) |
gso: fix the udp checksum in test
Type: fix
Change-Id: I7005e4763e73f3679c40f94bdab26d439cd23188
Signed-off-by: Mohsin Kazmi <sykazmi@cisco.com>
Diffstat (limited to 'src/vnet/pg/pg.api')
-rw-r--r-- | src/vnet/pg/pg.api | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/pg/pg.api b/src/vnet/pg/pg.api index ad44beeedfa..86343d5c8df 100644 --- a/src/vnet/pg/pg.api +++ b/src/vnet/pg/pg.api @@ -26,7 +26,7 @@ import "vnet/interface_types.api"; @param client_index - opaque cookie to identify the sender @param context - sender context, to match reply w/ request @param interface_id - interface index - @param enable_gso - enable gso on this interface + @param gso_enabled - enable gso on this interface @param gso_size - gso size on this interface */ define pg_create_interface |