On 5/14/2018 3:11 PM, Thomas Monjalon wrote: > 14/05/2018 15:20, Wei Dai: >> Signed-off-by: Wei Dai <wei....@intel.com> >> Signed-off-by: Ferruh Yigit <ferruh.yi...@intel.com> >> Signed-off-by: Qi Zhang <qi.z.zh...@intel.com> > > [...] >> * 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 <tho...@monjalon.net>
Squashed into relevant commit in next-net, thanks. > > Thanks a lot Wei! > >