> -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
> -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
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
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
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
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 +
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
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
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
> >
> > 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.
Why doesn’t DPDK support `DEFAULTED` state in Receive machine in 802.3ad bond
implementation?
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,
> -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
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
> -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
>
> --
> -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
> -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
>
> -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
...
> +
> +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
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
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
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
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
> -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
24 matches
Mail list logo