> >2016-03-31 19:15, Rasesh Mody: >> --- a/config/common_base >> +++ b/config/common_base >> +CONFIG_RTE_LIBRTE_QEDE_RX_COAL_US=24 >> +CONFIG_RTE_LIBRTE_QEDE_TX_COAL_US=48 > >It looks to be some tuning which could be done at runtime. Isn't it?
That?s right. Can you please suggest if there is any better option to make it a runtime? There is no PMD API for that. > >> +CONFIG_RTE_LIBRTE_QEDE_TX_SWITCHING=y > >Is it possible to enable this feature at runtime? For now, I can remove this config since it is only applicable for SR-IOV PF which we don?t have it currently. > >> +#Provides path/name of the firmware file >> +CONFIG_RTE_LIBRTE_QEDE_FW=n > >Should we replace n by a string? >Why not defaults to an empty string? > > Okay, I shall change it. Thanks, Harish

