From: "Chen, Jing D" <jing.d.chen@intel.com>
To: "Shaw, Jeffrey B" <jeffrey.b.shaw@intel.com>,
"dev@dpdk.org" <dev@dpdk.org>,
"Zhang, Helin" <helin.zhang@intel.com>,
"Wu, Jingjing" <jingjing.wu@intel.com>,
"damarion@cisco.com" <damarion@cisco.com>
Subject: Re: [dpdk-dev] [PATCH 1/2] i40e: Add packet_type metadata in the i40e vPMD
Date: Wed, 5 Oct 2016 01:29:58 +0000 [thread overview]
Message-ID: <4341B239C0EFF9468EE453F9E9F4604D3A38761C@shsmsx102.ccr.corp.intel.com> (raw)
In-Reply-To: <1468515542-39207-2-git-send-email-jeffrey.b.shaw@intel.com>
Hi,
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Jeff Shaw
> Sent: Thursday, July 14, 2016 9:59 AM
> To: dev@dpdk.org; Zhang, Helin <helin.zhang@intel.com>; Wu, Jingjing
> <jingjing.wu@intel.com>; damarion@cisco.com
> Subject: [dpdk-dev] [PATCH 1/2] i40e: Add packet_type metadata in the i40e
> vPMD
>
> From: Damjan Marion <damarion@cisco.com>
>
> The ptype is decoded from the rx descriptor and stored in the packet type
> field in the mbuf using the same function as the non-vector driver.
>
> Signed-off-by: Damjan Marion <damarion@cisco.com>
> Signed-off-by: Jeff Shaw <jeffrey.b.shaw@intel.com>
> ---
> drivers/net/i40e/i40e_rxtx.c | 566 +--------------------------------------
> drivers/net/i40e/i40e_rxtx.h | 563
> ++++++++++++++++++++++++++++++++++++++
> drivers/net/i40e/i40e_rxtx_vec.c | 16 ++
> 3 files changed, 581 insertions(+), 564 deletions(-)
>
> -
> #define I40E_RX_DESC_EXT_STATUS_FLEXBH_MASK 0x03
> #define I40E_RX_DESC_EXT_STATUS_FLEXBH_FD_ID 0x01
> #define I40E_RX_DESC_EXT_STATUS_FLEXBH_FLEX 0x02
> @@ -2136,7 +1573,8 @@ i40e_dev_supported_ptypes_get(struct rte_eth_dev
> *dev) #ifdef RTE_LIBRTE_I40E_RX_ALLOW_BULK_ALLOC
> dev->rx_pkt_burst == i40e_recv_pkts_bulk_alloc || #endif
> - dev->rx_pkt_burst == i40e_recv_scattered_pkts)
> + dev->rx_pkt_burst == i40e_recv_scattered_pkts ||
> + dev->rx_pkt_burst == i40e_recv_pkts_vec)
Missed i40e_recv_scattered_pkts_vec()?
next prev parent reply other threads:[~2016-10-05 1:30 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-14 16:59 [dpdk-dev] [PATCH 0/2] Add ptype and xsum handling in i40e rx vpmd Jeff Shaw
2016-07-14 16:59 ` [dpdk-dev] [PATCH 1/2] i40e: Add packet_type metadata in the i40e vPMD Jeff Shaw
2016-09-23 6:40 ` Zhang, Qi Z
2016-09-23 8:23 ` Thomas Monjalon
2016-09-26 1:46 ` Zhang, Qi Z
2016-10-05 1:29 ` Chen, Jing D [this message]
2016-10-06 0:12 ` [dpdk-dev] [PATCH v2 " Jeff Shaw
2016-10-05 21:26 ` Chen, Jing D
2016-10-06 0:12 ` [dpdk-dev] [PATCH v2 2/2] i40e: Enable bad checksum flags in " Jeff Shaw
2016-10-05 22:20 ` Chen, Jing D
2016-10-05 23:57 ` Chen, Jing D
2016-10-06 2:19 ` Jeff Shaw
2016-10-06 7:54 ` Damjan Marion (damarion)
2016-10-06 6:33 ` [dpdk-dev] [PATCH v3 1/2] i40e: Add packet_type metadata in the " Jeff Shaw
2016-10-06 6:38 ` [dpdk-dev] [PATCH v4 " Jeff Shaw
2016-10-06 6:38 ` [dpdk-dev] [PATCH v4 2/2] i40e: Enable bad checksum flags in " Jeff Shaw
2016-10-06 15:30 ` Chen, Jing D
2016-10-06 15:28 ` [dpdk-dev] [PATCH v4 1/2] i40e: Add packet_type metadata in the " Chen, Jing D
2016-10-12 15:51 ` Bruce Richardson
2016-07-14 16:59 ` [dpdk-dev] [PATCH 2/2] i40e: Enable bad checksum flags in " Jeff Shaw
2016-07-15 20:26 ` [dpdk-dev] [PATCH 0/2] Add ptype and xsum handling in i40e rx vpmd Thomas Monjalon
2016-09-01 14:47 ` Jeff Shaw
2016-09-14 13:22 ` 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=4341B239C0EFF9468EE453F9E9F4604D3A38761C@shsmsx102.ccr.corp.intel.com \
--to=jing.d.chen@intel.com \
--cc=damarion@cisco.com \
--cc=dev@dpdk.org \
--cc=helin.zhang@intel.com \
--cc=jeffrey.b.shaw@intel.com \
--cc=jingjing.wu@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).