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

2015-10-27 Thread Thomas Monjalon
> > 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_m

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

2015-10-22 Thread Lu, Wenzhuo
Hi, > -Original Message- > From: Wang, Xiao W > Sent: Wednesday, October 21, 2015 3:55 PM > To: dev at dpdk.org > Cc: Lu, Wenzhuo; Richardson, Bruce; Zhang, Helin; Wang, Xiao W > Subject: [PATCH v4 0/2] e1000: enable igb TSO support > > v4: > * Added ULL postfix to compare mask of igb_tx_

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

2015-10-21 Thread Wang Xiao W
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. * Correct