[dpdk-dev] [PATCH] ixgbe: fix a problem with NIC TSO offload

2014-12-09 Thread Walukiewicz, Miroslaw
em with NIC TSO offload > > > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of > miroslaw.walukiewicz at intel.com > > Sent: Tuesday, December 09, 2014 5:15 PM > > To: dev at dpdk.org > > Subject: [dpdk-dev] [PATCH] ixgbe: fix a problem with NIC TSO offload &g

[dpdk-dev] [PATCH] ixgbe: fix a problem with NIC TSO offload

2014-12-09 Thread Ananyev, Konstantin
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of miroslaw.walukiewicz > at intel.com > Sent: Tuesday, December 09, 2014 5:15 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] ixgbe: fix a problem with NIC TSO offload > > From: Miroslaw Walukiewicz > &

[dpdk-dev] [PATCH] ixgbe: fix a problem with NIC TSO offload

2014-12-09 Thread miroslaw.walukiew...@intel.com
From: Miroslaw Walukiewicz The patch fixes a minor issue with setting up of TSO feature for ixgbe NICs. The values for l4_len and tso_segsz was chagned first by txoffload mask and next set up in the NIC descriptor. Signed-off-by: Mirek Walukiewicz --- lib/librte_pmd_ixgbe/ixgbe_rxtx.c |4