[dpdk-dev] [PATCH] e1000: enable igb TSO support

2015-10-10 Thread Wang, Xiao W
-Original Message- From: Zhang, Helin Sent: Saturday, October 10, 2015 11:57 AM To: Wang, Xiao W; dev at dpdk.org Subject: RE: [dpdk-dev] [PATCH] e1000: enable igb TSO support > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Wang Xiao W

[dpdk-dev] [PATCH] e1000: enable igb TSO support

2015-10-10 Thread Zhang, Helin
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Wang Xiao W > Sent: Wednesday, September 30, 2015 9:03 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] e1000: enable igb TSO support > > This patch enables igb TSO feature, the fea

[dpdk-dev] [PATCH] e1000: enable igb TSO support

2015-10-07 Thread Thomas Monjalon
2015-10-07 14:30, Thomas Monjalon: > 2015-09-30 09:02, 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 of

[dpdk-dev] [PATCH] e1000: enable igb TSO support

2015-10-07 Thread Thomas Monjalon
2015-09-30 09:02, 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 An

[dpdk-dev] [PATCH] e1000: enable igb TSO support

2015-09-30 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 +-