-邮件原件-
发件人: Ferruh Yigit [mailto:ferruh.yi...@intel.com]
发送时间: 2019年9月27日 2:48
收件人: Wangxiaoyun (Cloud, Network Chip Application Development Dept)
抄送: dev@dpdk.org; Xuanziyang (William); Shahar Belkar; Luoxianjun; Tanya
Brokhman; zhouguoyang; Wulike (Collin)
主题: Re: [PATCH v2 12/17] net
Hi Nagadheeraj,
I am no expert in crypto dev, maybe you can educate me if I am wrong:
I got an impression in this series, the barriers were used too much, too
heavily and unnecessarily.
For enqueue operations, I understand they are stores to the DMA buffer, the
queue will be fetched and updat
Hi Andrew.
PSB
> -Original Message-
> From: Andrew Rybchenko
> Sent: Thursday, September 26, 2019 8:24 PM
> To: Ori Kam ; Thomas Monjalon
> ; Ferruh Yigit
> Cc: dev@dpdk.org; jingjing...@intel.com; step...@networkplumber.org
> Subject: Re: [dpdk-dev] [PATCH 01/13] ethdev: support setup f
On Fri, 27 Sep 2019 17:37:55 -0700
Stephen Hemminger wrote:
> diff --git a/lib/librte_mbuf/rte_mbuf_version.map
> b/lib/librte_mbuf/rte_mbuf_version.map
> index 2662a37bf674..7af410a4f687 100644
> --- a/lib/librte_mbuf/rte_mbuf_version.map
> +++ b/lib/librte_mbuf/rte_mbuf_version.map
> @@ -46,6
> -Original Message-
> From: dev On Behalf Of Simei Su
> Sent: Saturday, September 28, 2019 5:29 AM
> To: qi.z.zh...@intel.com; jingjing...@intel.com; xiaolong...@intel.com
> Cc: dev@dpdk.org; simei...@intel.com
> Subject: [dpdk-dev] [PATCH v5 1/3] ethdev: decouple flow types and RSS of
> -Original Message-
> From: dev On Behalf Of Simei Su
> Sent: Saturday, September 28, 2019 5:29 AM
> To: qi.z.zh...@intel.com; jingjing...@intel.com; xiaolong...@intel.com
> Cc: dev@dpdk.org; simei...@intel.com
> Subject: [dpdk-dev] [PATCH v5 2/3] ethdev: extend RSS offload types
>
>
Hi Simei,
> -Original Message-
> From: dev On Behalf Of Simei Su
> Sent: Friday, September 27, 2019 11:54 AM
> To: qi.z.zh...@intel.com; jingjing...@intel.com; xiaolong...@intel.com
> Cc: dev@dpdk.org; simei...@intel.com
> Subject: [dpdk-dev] [PATCH v4 3/3] app/testpmd: add RSS offload ty
> -Original Message-
> From: dev On Behalf Of simei
> Sent: Friday, July 26, 2019 3:55 AM
> To: qi.z.zh...@intel.com; jingjing...@intel.com; Adrien Mazarguil
>
> Cc: dev@dpdk.org; simei...@intel.com
> Subject: [dpdk-dev] [PATCH v2 1/2] ethdev: add symmetric toeplitz hash support
>
> F
> -Original Message-
> From: dev On Behalf Of simei
> Sent: Friday, July 26, 2019 3:55 AM
> To: qi.z.zh...@intel.com; jingjing...@intel.com; Adrien Mazarguil
>
> Cc: dev@dpdk.org; simei...@intel.com
> Subject: [dpdk-dev] [PATCH v2 2/2] app/testpmd: add symmetric toeplitz hash
> support
> -Original Message-
> From: dev On Behalf Of Wang Ying A
> Sent: Wednesday, August 28, 2019 9:01 AM
> To: qi.z.zh...@intel.com; ferruh.yi...@intel.com
> Cc: dev@dpdk.org; Adrien Mazarguil ;
> xiaolong...@intel.com; qiming.y...@intel.com; ying.a.w...@intel.com
> Subject: [dpdk-dev] [PAT
> -Original Message-
> From: dev On Behalf Of Wang Ying A
> Sent: Wednesday, August 28, 2019 9:01 AM
> To: qi.z.zh...@intel.com; ferruh.yi...@intel.com
> Cc: dev@dpdk.org; Adrien Mazarguil ;
> xiaolong...@intel.com; qiming.y...@intel.com; ying.a.w...@intel.com
> Subject: [dpdk-dev] [PAT
Packet processing in secondary process cannot work because rx_pkt_burst
and tx_pkt_burst in eth_dev are not initialized while probing device.
This patch is to the initialization.
Signed-off-by: Yasufumi Ogawa
---
drivers/net/null/rte_eth_null.c | 7 +++
1 file changed, 7 insertions(+)
diff
The patch fix the issue that return value in parse_vc_action_rss
be overwritten unexpectly. That cause an rte_flow creation command
with rss action does not work.
For example:
testpmd> flow create 0 ingress pattern eth / ipv4 / end \
actions rss types ipv4 end / end
We will get error "Bad Agumen
Ping!
Thanks,
Vivek
From: viveksha...@marvell.com
Sent: 13 September 2019 17:44
To: dev@dpdk.org
Cc: intoviveksha...@gmail.com; ferruh.yi...@intel.com; Vivek Kumar Sharma
Subject: [PATCH] app/testpmd: introduce QinQ and Rx offloads argument
From: Vivek
Ping!
Thanks,
Vivek
From: viveksha...@marvell.com
Sent: 13 September 2019 17:45
To: dev@dpdk.org
Cc: intoviveksha...@gmail.com; ferruh.yi...@intel.com; Vivek Kumar Sharma
Subject: [PATCH] app/testpmd: support QinQ offload in VLAN set command
From: Vive
Ping!
Thanks,
Vivek
From: viveksha...@marvell.com
Sent: 06 September 2019 05:43
To: dev@dpdk.org
Cc: Jerin Jacob Kollanukkaran; Vivek Kumar Sharma
Subject: [PATCH] net/octeontx2: use updated LB ltypes
From: Vivek Sharma
Update LB ltypes and use the up
Ping!
Thanks,
Vivek
From: viveksha...@marvell.com
Sent: 13 September 2019 16:44
To: dev@dpdk.org
Cc: intoviveksha...@gmail.com; Vivek Kumar Sharma; sta...@dpdk.org
Subject: [PATCH] ethdev: use correct QinQ offload flag
From: Vivek Sharma
Use correct f
[PATCH v6 1/3] ethdev: decouple flow types and RSS offload types.
[PATCH v6 2/3] ethdev: add several bits for extending rss offload types.
[PATCH v6 3/3] app/testpmd: add cmdline support for extending rss types.
v6:
* Add the new flag in app/test-pmd/cmdline.c.
v5:
* Update code comments.
v4:
*
This patch adds cmdline support for extended rss types configuration.
Signed-off-by: Simei Su
---
app/test-pmd/cmdline.c | 6 --
app/test-pmd/config.c | 4
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/app/test-pmd/cmdline.c b/app/test-pmd/cmdline.c
index def471d..354f
This patch decouples RTE_ETH_FLOW_* and ETH_RSS_*. Both serves
different purposes. The former defines flow types. The later\
defines RSS offload types.
Signed-off-by: Simei Su
---
lib/librte_ethdev/rte_ethdev.h | 49 --
1 file changed, 23 insertions(+), 26
This patch reserves several bits as input set selection from the
high end of the 64 bits. It is combined with exisiting ETH_RSS_*
to represent rss types.
for example:
ETH_RSS_IPV4 | ETH_RSS_L3_SRC_ONLY: hash on src ip address only
ETH_RSS_IPV4_UDP | ETH_RSS_L4_DST_ONLY: hash on src/dst IP and
Some comments inline.
On 06-Sep-19 6:43 PM, Fan Zhang wrote:
> This patch introduce new RTE_SECURITY_ACTION_TYPE_CPU_CRYPTO action type to
> security library. The type represents performing crypto operation with CPU
> cycles. The patch also includes a new API to process crypto operations in
> bulk
Hi, Ori Kam,
> -Original Message-
> From: Ori Kam [mailto:or...@mellanox.com]
> Sent: Sunday, September 29, 2019 12:49 AM
> To: Su, Simei ; Zhang, Qi Z ; Wu,
> Jingjing ; Ye, Xiaolong
> Cc: dev@dpdk.org
> Subject: RE: [dpdk-dev] [PATCH v4 3/3] app/testpmd: add RSS offload types
> extendin
23 matches
Mail list logo