DPDK patches and discussions
 help / color / mirror / Atom feed
From: Ferruh Yigit <ferruh.yigit@intel.com>
To: Qi Zhang <qi.z.zhang@intel.com>, konstantin.ananyev@intel.com
Cc: dev@dpdk.org, wenzhuo.lu@intel.com, helin.zhang@intel.com,
	Ray Kinsella <ray.kinsella@intel.com>
Subject: Re: [dpdk-dev] [PATCH v4 2/2] net/ixgbe: enable PTYPE offload for x86 vector PMD
Date: Fri, 7 Jul 2017 12:00:21 +0100	[thread overview]
Message-ID: <8d854fb4-e6c1-7897-64a6-9ef32ced6e48@intel.com> (raw)
In-Reply-To: <1497344306-24626-2-git-send-email-qi.z.zhang@intel.com>

On 6/13/2017 9:58 AM, Qi Zhang wrote:
> Hardware PTYPE in Rx desc will be parsed to fill
> mbuf's packet_type.
> 
> Signed-off-by: Ray Kinsella <ray.kinsella@intel.com>
> Signed-off-by: Qi Zhang <qi.z.zhang@intel.com>

<...>

> @@ -125,6 +125,11 @@ SRCS-$(CONFIG_RTE_LIBRTE_IXGBE_PMD) += ixgbe_82599_bypass.c
>  endif
>  SRCS-$(CONFIG_RTE_LIBRTE_IXGBE_PMD) += rte_pmd_ixgbe.c
>  
> +# vector PMD driver needs SSE4.1 support
> +ifeq ($(findstring RTE_MACHINE_CPUFLAG_SSE4_1,$(CFLAGS)),)
> +CFLAGS_ixgbe_rxtx_vec_sse.o += -msse4.1
> +endif

Patch will be updated to remove this check, because minimum support is
SSE4.2 [1] and this check is no more required.

[1]
http://dpdk.org/ml/archives/dev/2017-June/thread.html#68237

  reply	other threads:[~2017-07-07 11:00 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1494991243-21940-1-git-send-email-qi.z.zhang@intel.com>
2017-06-11  5:17 ` [dpdk-dev] [PATCH v3] " Qi Zhang
2017-06-11 14:40   ` Ananyev, Konstantin
2017-06-12 10:18   ` Ferruh Yigit
2017-06-12 12:27     ` Zhang, Qi Z
2017-06-13  8:58 ` [dpdk-dev] [PATCH v4 1/2] net/ixgbe: add SSE4.1 support to vPMD's minimum requirement Qi Zhang
2017-06-13  8:58   ` [dpdk-dev] [PATCH v4 2/2] net/ixgbe: enable PTYPE offload for x86 vector PMD Qi Zhang
2017-07-07 11:00     ` Ferruh Yigit [this message]
2017-06-13 16:30   ` [dpdk-dev] [PATCH v4 1/2] net/ixgbe: add SSE4.1 support to vPMD's minimum requirement Richardson, Bruce
2017-06-13 17:22     ` Ananyev, Konstantin
2017-06-15 10:26   ` Ferruh Yigit
2017-07-07 10:57     ` Ferruh Yigit

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=8d854fb4-e6c1-7897-64a6-9ef32ced6e48@intel.com \
    --to=ferruh.yigit@intel.com \
    --cc=dev@dpdk.org \
    --cc=helin.zhang@intel.com \
    --cc=konstantin.ananyev@intel.com \
    --cc=qi.z.zhang@intel.com \
    --cc=ray.kinsella@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).