Re: [dpdk-dev] [PATCH] eventdev: optimize Rx adapter event enqueue

2019-06-16 Thread Jerin Jacob Kollanukkaran
> -Original Message- > From: Nikhil Rao > Sent: Tuesday, May 28, 2019 6:35 AM > To: Jerin Jacob Kollanukkaran > Cc: dev@dpdk.org; Nikhil Rao > Subject: [EXT] [PATCH] eventdev: optimize Rx adapter event enqueue > > Setup event when the Rx queue is added to the adapter in place of > ge

Re: [dpdk-dev] [PATCH] eventdev: optimize Rx adapter event enqueue

2019-06-16 Thread Jerin Jacob Kollanukkaran
> -Original Message- > From: dev On Behalf Of Jerin Jacob Kollanukkaran > Sent: Sunday, June 16, 2019 2:10 PM > To: Nikhil Rao > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] eventdev: optimize Rx adapter event > enqueue > > > > > -Original Message- > > From: Nikhil Rao

Re: [dpdk-dev] [PATCH] app/testpmd: fix crash

2019-06-16 Thread Thomas Monjalon
14/06/2019 20:19, Ferruh Yigit: > Testpmd tries to calculate mbuf size based on "max Rx packet size" and > "max MTU segment number". > When driver set a "nb_mtu_seg_max" to zero, it causes division by zero > segmentation fault in testpmd. > > If the PMD set "nb_mtu_seg_max" to zero, testpmd should

[dpdk-dev] [PATCH] net: adjust layer 2 length on soft VLAN insertion

2019-06-16 Thread Andrew Rybchenko
From: Dilshod Urazov Layer 2 length must be updated after the prepend to mbuf to keep the length right to be used by other Tx offloads. If the packet has tunnel encapsulation, outer_l2_len should be updated. Otherwise l2_len should be updated. Fixes: c974021a5949 ("ether: add soft vlan encap/de

[dpdk-dev] [PATCH v3 1/2] net/virtio: add Tx preparation

2019-06-16 Thread Andrew Rybchenko
From: Dilshod Urazov Virtio requires pseudo-header checksum in TCP/UDP checksum to do offload, but it was lost when Tx prepare is introduced. Also rte_validate_tx_offload() should be used to validate Tx offloads. Also it is incorrect to do virtio_tso_fix_cksum() after prepend to mbuf without tak

[dpdk-dev] [PATCH v3 2/2] net/virtio: move VLAN tag insertion to Tx prepare

2019-06-16 Thread Andrew Rybchenko
From: Dilshod Urazov VLAN tag insertion should be in Tx prepare, not in Tx burst functions. Fixes: 4fb7e803eb1a ("ethdev: add Tx preparation") Cc: sta...@dpdk.org Signed-off-by: Dilshod Urazov Signed-off-by: Andrew Rybchenko --- drivers/net/virtio/virtio_rxtx.c | 50 +

[dpdk-dev] [PATCH] doc: fix typo in EAL guide

2019-06-16 Thread Thomas Monjalon
The EAL init diagram had a typo for "lauch" instead of "launch". Signed-off-by: Thomas Monjalon --- doc/guides/prog_guide/img/linuxapp_launch.svg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guides/prog_guide/img/linuxapp_launch.svg b/doc/guides/prog_guide/img/lin

Re: [dpdk-dev] [PATCH] doc: fix typo in EAL guide

2019-06-16 Thread David Marchand
On Sun, Jun 16, 2019 at 4:41 PM Thomas Monjalon wrote: > The EAL init diagram had a typo for "lauch" > instead of "launch". > > Signed-off-by: Thomas Monjalon > --- > doc/guides/prog_guide/img/linuxapp_launch.svg | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/doc/g

Re: [dpdk-dev] [EXT] [PATCH 1/3] cryptodev: rework api of rsa algorithm

2019-06-16 Thread Kusztal, ArkadiuszX
Hi Shally, Thanks a lot for your detailed feedback. Sorry for delayed answer. My comments with [AK] > -Original Message- > From: Shally Verma [mailto:shal...@marvell.com] > Sent: Wednesday, June 5, 2019 2:12 PM > To: Kusztal, ArkadiuszX ; dev@dpdk.org > Cc: akhil.go...@nxp.com; Trahe, Fio

Re: [dpdk-dev] [PATCH] acl: fix build issue with some arm64 compiler

2019-06-16 Thread Honnappa Nagarahalli
> > > > Reduced the CC list (changing the topic slightly) > > > > > > > > > > My understanding is that the generated code for both your patch > > > > and my changes above is the same. Above suggested changes will > > > > conform to ACLE recommendation. > > > > > > Though instructions are different.

[dpdk-dev] Does DPDK support DEFAULTED state in Receive machine in 802.3ad bond implementation?

2019-06-16 Thread lidejun
Why doesn’t DPDK support `DEFAULTED` state in Receive machine in 802.3ad bond implementation?

Re: [dpdk-dev] [PATCH 1/2] lib/librte_ethdev: add in default value of rte_eth_dev_info

2019-06-16 Thread Mo, YufengX
Hi, Ferruh Yigit Sorry, reply late, I have no vpn/laptop to connect to intel servers. Daily regression is running good today since your patch has been merged yesterday. I have applied your patch manually, it is ok. > -Original Message- > From: Yigit, Ferruh > Sent: Saturday, June 15,

Re: [dpdk-dev] [dpdk-stable] [PATCH] app/testpmd: fix offloads overwrite by default configuration

2019-06-16 Thread Zhao1, Wei
> -Original Message- > From: Yigit, Ferruh > Sent: Friday, June 14, 2019 11:42 PM > To: Zhao1, Wei ; dev@dpdk.org > Cc: sta...@dpdk.org; Peng, Yuan ; Lu, Wenzhuo > ; Kevin Traynor > Subject: Re: [dpdk-stable] [PATCH] app/testpmd: fix offloads overwrite by > default configuration > > On

[dpdk-dev] [PATCH v4] net/i40e: allow VF to configure pctype mapping

2019-06-16 Thread Beilei Xing
This patch allows VF to get/update/reset pctype mapping info. Signed-off-by: Beilei Xing --- v4 changes: - Fix messon build error. v3 changes: - add new function is_i40evf_supported. v2 changes: - Allow VF update/reset pctype mapping. drivers/net/i40e/i40e_ethdev.c| 2 +- drivers/net/i40

Re: [dpdk-dev] [PATCH v2] eventdev: change Rx adapter callback and stats structure

2019-06-16 Thread Jerin Jacob Kollanukkaran
> -Original Message- > From: Nikhil Rao > Sent: Friday, June 14, 2019 4:58 AM > To: Jerin Jacob Kollanukkaran > Cc: nikhil@intel.com; dev@dpdk.org > Subject: [EXT] [PATCH v2] eventdev: change Rx adapter callback and stats > structure > > --

Re: [dpdk-dev] [PATCH v2 1/3] net/ice: enable switch filter

2019-06-16 Thread Xing, Beilei
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Qiming Yang > Sent: Wednesday, June 12, 2019 3:50 PM > To: dev@dpdk.org > Cc: Zhao1, Wei > Subject: [dpdk-dev] [PATCH v2 1/3] net/ice: enable switch filter > > From: wei zhao > > The patch enables the backend

Re: [dpdk-dev] [EXT] [PATCH v1 7/9] cpt: mark internal functions with __rte_internal

2019-06-16 Thread Anoob Joseph
> -Original Message- > From: Neil Horman > Sent: Thursday, June 13, 2019 2:09 AM > To: dev@dpdk.org > Cc: Neil Horman ; Jerin Jacob Kollanukkaran > ; Bruce Richardson ; > Thomas Monjalon ; Anoob Joseph > > Subject: [EXT] [PATCH v1 7/9] cpt: mark internal functions with > __rte_internal >

Re: [dpdk-dev] [PATCH v2 2/3] net/ice: add generic flow API

2019-06-16 Thread Xing, Beilei
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Qiming Yang > Sent: Wednesday, June 12, 2019 3:50 PM > To: dev@dpdk.org > Cc: Yang, Qiming > Subject: [dpdk-dev] [PATCH v2 2/3] net/ice: add generic flow API > > This patch adds ice_flow_create, ice_flow_destro

Re: [dpdk-dev] [PATCH v2 2/3] net/ice: add generic flow API

2019-06-16 Thread Xing, Beilei
... > + > +static int > +ice_flow_validate(__rte_unused struct rte_eth_dev *dev, > +const struct rte_flow_attr *attr, > +const struct rte_flow_item pattern[], > +const struct rte_flow_action actions[], > +struct rte_flow_error *erro

[dpdk-dev] [PATCH v6 0/3] add actions to modify header fields

2019-06-16 Thread Dekel Peled
Patch [1] implemented set of header modification actions in MLX PMD, based on ethdev and testpmd updates included in [2]. This series implements support of additional header modification actions, in ethdev, testpmd, and MLX5 PMD. Original work by Xiaoyu Min. [1] http://patches.dpdk.org/patch/4931

[dpdk-dev] [PATCH v6 1/3] ethdev: add actions to modify TCP header fields

2019-06-16 Thread Dekel Peled
Add actions: - INC_TCP_SEQ - Increase sequence number in the outermost TCP header. - DEC_TCP_SEQ - Decrease sequence number in the outermost TCP header. - INC_TCP_ACK - Increase acknowledgment number in the outermost TCP header. - DEC_TCP_ACK - Decrease acknowledgment number in the

[dpdk-dev] [PATCH v6 3/3] net/mlx5: update modify header using Direct Verbs

2019-06-16 Thread Dekel Peled
This patch implements additional actions of packet header modifications. Add actions: - INC_TCP_SEQ - Increase sequence number in the outermost TCP header. - DEC_TCP_SEQ - Decrease sequence number in the outermost TCP header. - INC_TCP_ACK - Increase acknowledgment number in the outermost TCP

[dpdk-dev] [PATCH v6 2/3] app/testpmd: add actions to modify TCP header fields

2019-06-16 Thread Dekel Peled
Add actions: - INC_TCP_SEQ - Increase sequence number in the outermost TCP header. - DEC_TCP_SEQ - Decrease sequence number in the outermost TCP header. - INC_TCP_ACK - Increase acknowledgment number in the outermost TCP header. - DEC_TCP_ACK - Decrease acknowledgment number in the

Re: [dpdk-dev] [PATCH] acl: fix build issue with some arm64 compiler

2019-06-16 Thread Jerin Jacob Kollanukkaran
> -Original Message- > From: Honnappa Nagarahalli > Sent: Monday, June 17, 2019 6:19 AM > To: Jerin Jacob Kollanukkaran ; dev@dpdk.org > Cc: tho...@monjalon.net; Gavin Hu (Arm Technology China) > ; Honnappa Nagarahalli > ; nd ; nd > Subject: [EXT] RE: [dpdk-dev] [PATCH] acl: fix build i