dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
From: Ye Xiaolong <xiaolong.ye@intel.com>
To: taox.zhu@intel.com
Cc: qiming.yang@intel.com, wenzhuo.lu@intel.com, dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH] net/ice: add TSO offload use basic path
Date: Mon, 9 Dec 2019 21:05:28 +0800	[thread overview]
Message-ID: <20191209130528.GB64933@intel.com> (raw)
In-Reply-To: <20191203152852.51713-1-taox.zhu@intel.com>

On 12/03, taox.zhu@intel.com wrote:
>From: Zhu Tao <taox.zhu@intel.com>
>
>ICE choices VECTOR TX path or Basic TX path by macro
>ICE_NO_VECTOR_FLAGS. TSO offload only processed by Basic TX path.
>
>Fixes: f88de4694d ("net/ice: support Tx SSE vector")
>
>Signed-off-by: Zhu Tao <taox.zhu@intel.com>
>---
> drivers/net/ice/ice_rxtx_vec_common.h | 1 +
> 1 file changed, 1 insertion(+)
>
>diff --git a/drivers/net/ice/ice_rxtx_vec_common.h b/drivers/net/ice/ice_rxtx_vec_common.h
>index 5e6f89642..6b57ff2ae 100644
>--- a/drivers/net/ice/ice_rxtx_vec_common.h
>+++ b/drivers/net/ice/ice_rxtx_vec_common.h
>@@ -245,6 +245,7 @@ ice_rx_vec_queue_default(struct ice_rx_queue *rxq)
> 		DEV_TX_OFFLOAD_VLAN_INSERT |		 \
> 		DEV_TX_OFFLOAD_SCTP_CKSUM |		 \
> 		DEV_TX_OFFLOAD_UDP_CKSUM |		 \
>+		DEV_TX_OFFLOAD_TCP_TSO |		 \
> 		DEV_TX_OFFLOAD_TCP_CKSUM)
> 
> static inline int
>-- 
>2.17.1
>

Applied to dpdk-next-net-intel, Thanks.

      parent reply	other threads:[~2019-12-09 13:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-03 15:28 [dpdk-dev] [PATCH] net/ice: add TSO offload use basic path taox.zhu
2019-12-03  7:01 ` Zhang, Qi Z
2019-12-09 13:05 ` Ye Xiaolong [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191209130528.GB64933@intel.com \
    --to=xiaolong.ye@intel.com \
    --cc=dev@dpdk.org \
    --cc=qiming.yang@intel.com \
    --cc=taox.zhu@intel.com \
    --cc=wenzhuo.lu@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).