DPDK patches and discussions
 help / color / mirror / Atom feed
From: Ferruh Yigit <ferruh.yigit@intel.com>
To: Gowrishankar <gowrishankar.m@linux.vnet.ibm.com>, dev@dpdk.org
Cc: Chao Zhu <chaozhu@linux.vnet.ibm.com>,
	Helin Zhang <helin.zhang@intel.com>,
	Jingjing Wu <jingjing.wu@intel.com>,
	Thomas Monjalon <thomas.monjalon@6wind.com>,
	Pradeep <pradeep@us.ibm.com>
Subject: Re: [dpdk-dev] [PATCH v3] i40e: implement vector PMD for altivec
Date: Wed, 22 Feb 2017 17:35:27 +0000	[thread overview]
Message-ID: <c60e6eec-9424-9766-1b77-b2b6752c4acd@intel.com> (raw)
In-Reply-To: <bbf86f6e70e756515e06ba27d42a5f28f30cc432.1487592482.git.gowrishankar.m@linux.vnet.ibm.com>

On 2/20/2017 12:15 PM, Gowrishankar wrote:
> From: Gowrishankar Muthukrishnan <gowrishankar.m@linux.vnet.ibm.com>
> 
> Changes:
> v3 - minor corrections for coding style standard.
> v2 - minor corrections for gcc strict aliasing and coding style standard.
> 
> This patch enables i40e driver in powerpc along with its altivec
> intrinsic support.

It worth updating release notes to mention i40e support enabled by
default for powerpc and 140e vector PMD added for powerpc.

> 
> Signed-off-by: Gowrishankar Muthukrishnan <gowrishankar.m@linux.vnet.ibm.com>
> ---
>  MAINTAINERS                                 |   1 +
>  config/defconfig_ppc_64-power8-linuxapp-gcc |   2 +-
>  doc/guides/nics/features/i40e.ini           |   1 +
>  doc/guides/nics/features/i40e_vec.ini       |   1 +
>  drivers/net/i40e/Makefile                   |   2 +
>  drivers/net/i40e/i40e_rxtx_vec_altivec.c    | 654 ++++++++++++++++++++++++++++
>  6 files changed, 660 insertions(+), 1 deletion(-)
>  create mode 100644 drivers/net/i40e/i40e_rxtx_vec_altivec.c
> 

<...>

> diff --git a/doc/guides/nics/features/i40e.ini b/doc/guides/nics/features/i40e.ini
> index 0d143bc..6fad048 100644
> --- a/doc/guides/nics/features/i40e.ini
> +++ b/doc/guides/nics/features/i40e.ini
> @@ -46,3 +46,4 @@ Linux VFIO           = Y
>  x86-32               = Y
>  x86-64               = Y
>  ARMv8                = Y
> +PPC_64               = Y

The feature name is "Power8".

> diff --git a/doc/guides/nics/features/i40e_vec.ini b/doc/guides/nics/features/i40e_vec.ini
> index edd6b71..f653446 100644
> --- a/doc/guides/nics/features/i40e_vec.ini
> +++ b/doc/guides/nics/features/i40e_vec.ini
> @@ -38,3 +38,4 @@ Linux VFIO           = Y
>  x86-32               = Y
>  x86-64               = Y
>  ARMv8                = Y
> +PPC_64               = Y

Same here.

<...>
> --- /dev/null
> +++ b/drivers/net/i40e/i40e_rxtx_vec_altivec.c
> @@ -0,0 +1,654 @@
> +/*-
> + *   BSD LICENSE
> + *
> + *   Copyright(c) 2010-2015 Intel Corporation. All rights reserved.
> + *   Copyright(c) 2016 IBM Corporation.

2017

> + *   All rights reserved.
<...>

  reply	other threads:[~2017-02-22 17:35 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-18 15:33 [dpdk-dev] [PATCH] " Gowrishankar
2017-02-20 11:41 ` [dpdk-dev] [PATCH v2] " Gowrishankar
2017-02-20 11:52   ` Ferruh Yigit
2017-02-20 12:15 ` [dpdk-dev] [PATCH v3] " Gowrishankar
2017-02-22 17:35   ` Ferruh Yigit [this message]
2017-02-23  4:39 ` [dpdk-dev] [PATCH v4] " Gowrishankar
2017-02-23 10:47   ` Ferruh Yigit
2017-02-28  3:46   ` Chao Zhu
2017-03-02 12:10     ` 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=c60e6eec-9424-9766-1b77-b2b6752c4acd@intel.com \
    --to=ferruh.yigit@intel.com \
    --cc=chaozhu@linux.vnet.ibm.com \
    --cc=dev@dpdk.org \
    --cc=gowrishankar.m@linux.vnet.ibm.com \
    --cc=helin.zhang@intel.com \
    --cc=jingjing.wu@intel.com \
    --cc=pradeep@us.ibm.com \
    --cc=thomas.monjalon@6wind.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).