Skip to content

Commit

Permalink
scatter disable for ENA driver
Browse files Browse the repository at this point in the history
Signed-off-by: Hanoh Haim <[email protected]>
  • Loading branch information
hhaim committed Jul 23, 2020
1 parent 41af908 commit 4d41b34
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/drivers/trex_driver_virtual.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ class CTRexExtendedDriverVirtio : public CTRexExtendedDriverVirtBase {
return ( new CTRexExtendedDriverVirtio() );
}
virtual bool get_extended_stats(CPhyEthIF * _if,CPhyEthIFStats *stats);

virtual bool is_support_for_rx_scatter_gather(){
return (false);
}

virtual void update_configuration(port_cfg_t * cfg);
};
Expand Down

0 comments on commit 4d41b34

Please sign in to comment.