Re: [dpdk-dev] [RFC PATCH] mbuf: fix to update documentation of PKT_RX_QINQ_STRIPPED

2019-12-24 Thread Andrew Rybchenko
On 12/24/19 6:16 AM, Somnath Kotur wrote: > Given that we haven't heard any objection from anyone in a while on > this ...can we get this in please? I'm sorry, but have you seen below? It means that PKT_RX_QINQ_STRIPPED, PKT_RX_QINQ, PKT_RX_VLAN and PKT_RX_VLAN_STRIPPED must be clarified. It soun

Re: [dpdk-dev] 18.11.6 (LTS) patches review and test

2019-12-24 Thread Yu, PingX
Kevin, Update the regression test result of Intel part. See the details as below. # Basic Intel(R) NIC testing * PF(i40e): Pass * PF(ixgbe): Pass * VF: Pass * Build or compile: 2 bugs are found. 1. [dpdk-stable 18.11.6-rc1] meson build failed on FreeBSD12.1(See freebsd 12.1.log.txt) 2. [dpdk-sta

Re: [dpdk-dev] DPDK techboard minutes @18/12/2019

2019-12-24 Thread Luca Boccassi
On Fri, 2019-12-20 at 16:33 +, Ananyev, Konstantin wrote: > Minutes of Technical Board Meeting, 2019-12-18 > > Members Attending > - > -Bruce > -Ferruh > -Hemant > -Honnappa > -Jerin > -Kevin > -Konstantin (Chair) > -Maxime > -Olivier > -Stephen > -Thomas > > NOTE: The techn

Re: [dpdk-dev] [PATCH 09/14] examples/ipsec-secgw: add eventmode to ipsec-secgw

2019-12-24 Thread Ananyev, Konstantin
> Add eventmode support to ipsec-secgw. This uses event helper to setup > and use the eventmode capabilities. Add driver inbound worker. > > Example command: > ./ipsec-secgw -c 0x1 -w 0002:02:00.0,ipsec_in_max_spi=100 -w 0002:07:00.0 > -w 0002:0e:00.0 -w 0002:10:00.1 -- -P -p 0x3 -u 0x1 > --conf

Re: [dpdk-dev] [PATCH 11/14] examples/ipsec-secgw: add app processing code

2019-12-24 Thread Ananyev, Konstantin
> --- a/examples/ipsec-secgw/ipsec_worker.c > +++ b/examples/ipsec-secgw/ipsec_worker.c > @@ -15,6 +15,7 @@ > #include > #include > > +#include > #include > #include > #include > @@ -29,12 +30,51 @@ > #include > #include > #include > +#include > +#include > > #include "ipsec

[dpdk-dev] [PATCH] net/mlx5: fix metadata item endianness conversion

2019-12-24 Thread Viacheslav Ovsiienko
The metadata register c0 field in the matcher might be split into two independent fields - the source vport index and META item value. These fields have no permanent assigned bits, the configuration is queried from the kernel drivers. It means the metadata item field might be less than 32 bits. Al

Re: [dpdk-dev] [PATCH v2] raw/ntb: fix write memory barrier issue

2019-12-24 Thread Gavin Hu
Hi Xiaoyun, > -Original Message- > From: Li, Xiaoyun > Sent: Monday, December 23, 2019 5:36 PM > To: Gavin Hu ; Wu, Jingjing > Cc: dev@dpdk.org; Maslekar, Omkar ; > sta...@dpdk.org; nd ; jer...@marvell.com; Honnappa > Nagarahalli ; Richardson, Bruce > ; nd > Subject: RE: [dpdk-dev] [PAT

Re: [dpdk-dev] [PATCH v2 2/2] net/i40e: support FDIR for L2TPv3 over IP

2019-12-24 Thread Xing, Beilei
> -Original Message- > From: Sexton, Rory > Sent: Monday, December 16, 2019 6:15 PM > To: dev@dpdk.org; or...@mellanox.com; adrien.mazarg...@6wind.com; Xing, > Beilei ; Zhang, Qi Z > Cc: Sexton, Rory ; Jagus, DariuszX > > Subject: [PATCH v2 2/2] net/i40e: support FDIR for L2TPv3 over I

Re: [dpdk-dev] [PATCH] raw/ntb: fix write memory barrier issue

2019-12-24 Thread Gavin Hu
Reviewed-by: Gavin Hu

Re: [dpdk-dev] 18.11.6 (LTS) patches review and test

2019-12-24 Thread Pei Zhang
Hi Kevin, Testing with 18.11.6-rc1 from Red Hat looks good. We cover below 14 scenarios and and all get PASS: (1)Guest with device assignment(PF) throughput testing(1G hugepage size): PASS (2)Guest with device assignment(PF) throughput testing(2M hugepage size) : PASS (3)Guest with device assi

[dpdk-dev] [PATCH] vhost: fix the inflight resubmit check

2019-12-24 Thread Jin Yu
The frontend may not send the get_inflight_fd and set_inflight_fd although we negotiate the protocol feature. When we meet this situation just return OK. Fixes: ad0a4ae491fe ("vhost: checkout resubmit inflight information") Cc: sta...@dpdk.org Signed-off-by: Jin Yu --- lib/librte_vhost/vhost_us

[dpdk-dev] [PATCH] vhost: add protocol feature check

2019-12-24 Thread Jin Yu
Add VHOST_USER_PROTOCOL_F_INFLIGHT_SHMFD check in getting inflight ring functions. Fixes: 4d891f77ddfa ("vhost: add APIs to get inflight ring") Cc: sta...@dpdk.org Signed-off-by: Jin Yu --- lib/librte_vhost/vhost.c | 8 1 file changed, 8 insertions(+) diff --git a/lib/librte_vhost/vho