[dpdk-dev] [PATCH v4 0/2] e1000: enable igb TSO support

Thomas Monjalon thomas.monjalon at 6wind.com
Tue Oct 27 19:27:53 CET 2015


> > v4:
> > * Added ULL postfix to compare mask of igb_tx_offload.
> > 
> > v3:
> > * Removed the "unlikely" in check_tso_para function, for there was no
> > obvious performance
> >   difference, let the branch predictor do the job.
> > 
> > v2:
> > * Reworded the old comment about union igb_vlan_macip which was no
> > more used.
> > 
> > * Corrected typo in line "There're some limitaions in hardware for TCP
> > segmentaion offload".
> > 
> > * Added "unlikely" in check_tso_para function.
> > 
> > v1:
> > * Initial version for igb TSO feature.
> > 
> > Wang Xiao W (2):
> >   e1000: enable igb TSO support
> >   doc: update release note for igb TSO support
> Acked-by: Wenzhuo Lu <wenzhuo.lu at intel.com>

Applied, thanks


More information about the dev mailing list