[dpdk-dev] [PATCH v3 1/2] e1000: enable igb TSO support

2015-10-27 Thread Thomas Monjalon
Please guys, allow us to read your discussion by removing the useless lines. It's enough hard to follow to add the constraint of looking for the interesting lines. Thanks PS: do not hesitate to spread the word around you, Patchwork and the MUAs will thank you.

[dpdk-dev] [PATCH v3 1/2] e1000: enable igb TSO support

2015-10-21 Thread Wang, Xiao W
-Original Message- From: Lu, Wenzhuo Sent: Wednesday, October 21, 2015 2:41 PM To: Wang, Xiao W; dev at dpdk.org Cc: Richardson, Bruce; Zhang, Helin Subject: RE: [PATCH v3 1/2] e1000: enable igb TSO support Hi Xiao, > -Original Message- > From: Wang, Xiao W > Sent: Tuesday, Oct

[dpdk-dev] [PATCH v3 1/2] e1000: enable igb TSO support

2015-10-21 Thread Lu, Wenzhuo
Hi Xiao, > -Original Message- > From: Wang, Xiao W > Sent: Tuesday, October 20, 2015 7:22 PM > To: dev at dpdk.org > Cc: Richardson, Bruce; Zhang, Helin; Lu, Wenzhuo; Wang, Xiao W > Subject: [PATCH v3 1/2] e1000: enable igb TSO support > > This patch enables igb TSO feature, the feature w

[dpdk-dev] [PATCH v3 1/2] e1000: enable igb TSO support

2015-10-20 Thread Wang Xiao W
This patch enables igb TSO feature, the feature works on both PF and VF. The TCP segmentation offload needs to write the offload related information into the advanced context descriptors, which is similar to checksum offload. Signed-off-by: Wang Xiao W --- drivers/net/e1000/igb_ethdev.c | 6 +-