X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fpg%2Fpg.h;h=aef7a5bbf7110a913fce2fdc96ca80fc42bba8ee;hb=22e9cfd760be613f33a4135e9247729b64619cc6;hp=c0e000fe7b2c796c47c3aa15a6f2cee04f84de0a;hpb=be83704c5b1482dfd2ba38423662a9da5a8d8f81;p=vpp.git diff --git a/src/vnet/pg/pg.h b/src/vnet/pg/pg.h index c0e000fe7b2..aef7a5bbf71 100644 --- a/src/vnet/pg/pg.h +++ b/src/vnet/pg/pg.h @@ -299,6 +299,8 @@ typedef struct /* Identifies stream for this interface. */ u32 id; + u8 gso_enabled; + u32 gso_size; pcap_main_t pcap_main; u8 *pcap_file_name; } pg_interface_t; @@ -351,7 +353,8 @@ void pg_stream_enable_disable (pg_main_t * pg, pg_stream_t * s, int is_enable); /* Find/create free packet-generator interface index. */ -u32 pg_interface_add_or_get (pg_main_t * pg, uword stream_index); +u32 pg_interface_add_or_get (pg_main_t * pg, uword stream_index, + u8 gso_enabled, u32 gso_size); always_inline pg_node_t * pg_get_node (uword node_index)