14/05/2018 15:20, Wei Dai: > Signed-off-by: Wei Dai <[email protected]> > Signed-off-by: Ferruh Yigit <[email protected]> > Signed-off-by: Qi Zhang <[email protected]>
[...] > * hasn't been set in the input argument eth_conf->rxmode.offloads > * to rte_eth_dev_configure(), it is a new added offloading, it must be > * per-queue type and it is enabled for the queue. > + * No need to repeat any bit in rx_conf->offloads which has already been > + * enabled in rte_eth_dev_configure() at port level. An offloading enabled > + * at port level can't be disabled at queue level. OK Acked-by: Thomas Monjalon <[email protected]> Thanks a lot Wei!

