Re: [dpdk-dev] [PATCH] app/testpmd: add PF and VF targets to flow action type sample

2021-01-31 Thread Ori Kam
Hi, > -Original Message- > From: psathe...@marvell.com > Sent: Monday, December 21, 2020 7:47 AM > > From: Satheesh Paul > > Add support to specify PF or VF as targets in "set sample_actions" > command. > > Signed-off-by: Satheesh Paul > --- > > The changes add support for below use

[dpdk-dev] [Bug 630] [DPDK 21.02] hotplug_mp/attach_detach_virtio_user: The host display is abnormal after dpdk-hotplug_mp exits

2021-01-31 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=630 Bug ID: 630 Summary: [DPDK 21.02] hotplug_mp/attach_detach_virtio_user: The host display is abnormal after dpdk-hotplug_mp exits Product: DPDK Version: unspecified Hardware: All

[dpdk-dev] [Bug 624] Port close results in "invalid port_id" log message

2021-01-31 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=624 Thomas Monjalon (tho...@monjalon.net) changed: What|Removed |Added Status|IN_PROGRESS |RESOLVED Resolutio

[dpdk-dev] [PATCH] maintainers: update for nfp

2021-01-31 Thread Heinrich Kuhn
Release-on-close has been implemented for the NFP PMD. Remove the UNMAINTAINED flag. Signed-off-by: Heinrich Kuhn --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 77a2273c1..68c5ce6e5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@

[dpdk-dev] [PATCH] net/iavf: fix default RSS configuration

2021-01-31 Thread Xuan Ding
Add advanced RSS offloads check due to some legacy driver(kernel/DPDK PF) does not support virtual channel command VIRTCHNL_OP_RSS_HENA with hena = 0 and VIRTCHNL_OP_ADD_RSS_CFG. Fixes: 95f2f0e9fc2a6("net/iavf: improve default RSS") Signed-off-by: Xuan Ding --- drivers/net/iavf/iavf_ethdev.c |

Re: [dpdk-dev] [PATCH 21.05] app/testpmd: count outer IP checksum errors

2021-01-31 Thread Wisam Monther
Hi, > -Original Message- > From: dev On Behalf Of Lance Richardson > Sent: Saturday, January 30, 2021 12:36 AM > To: Wenzhuo Lu ; Xiaoyun Li > ; Bernard Iremonger > > Cc: dev@dpdk.org; Ajit Kumar Khaparde ; > Kalesh Anakkur Purayil > Subject: [dpdk-dev] [PATCH 21.05] app/testpmd: count

[dpdk-dev] [PATCH] examples/vhost: add error propagation in ioat ops

2021-01-31 Thread Cheng Jiang
It makes more sense to add error propagation for rte_ioat_completed_ops. Signed-off-by: Cheng Jiang --- examples/vhost/ioat.c | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/examples/vhost/ioat.c b/examples/vhost/ioat.c index dbad28d43..60b73be93 100644 --- a/

[dpdk-dev] [PATCH] examples/vhost: remove async inflight packet counter

2021-01-31 Thread Cheng Jiang
Remove async inflight packet counter since there is no need to keep traking it. Increase MAX_ENQUEUED_SIZE to prevent packet segment number traking ring from being exhausted. Fixes: 63dabdeda690 ("examples/vhost: refactor vhost data path") Signed-off-by: Cheng Jiang --- examples/vhost/ioat.h |

[dpdk-dev] [PATCH v2] examples/vhost: remove async inflight packet counter

2021-01-31 Thread Cheng Jiang
Remove async inflight packet counter since there is no need to keep tracking it. Increase MAX_ENQUEUED_SIZE to prevent packet segment number tracking ring from being exhausted. Fixes: 63dabdeda690 ("examples/vhost: refactor vhost data path") Signed-off-by: Cheng Jiang --- v2: fixed a typo exam

[dpdk-dev] [PATCH] net/mlx5: update flow meter capability flags names

2021-01-31 Thread Dekel Peled
Existing names of the flags denoting flow meter capability are unclear and may be misleading. This patch updates the names to align with the updated documentation. Comments were edited, describing the names clearly. Signed-off-by: Dekel Peled Acked-by: Matan Azrad --- drivers/common/mlx5/mlx5_

Re: [dpdk-dev] [PATCH v3] bus/pci: nvme on Windows requires class id and bus

2021-01-31 Thread Tal Shnaiderman
> Subject: [PATCH v3] bus/pci: nvme on Windows requires class id and bus > > External email: Use caution opening links or attachments > > > Attaching to an NVMe disk on Windows using SPDK requires the PCI class ID > and device.bus fields. Decode the class ID from the PCI device info strings > i

Re: [dpdk-dev] [PATCH] net/iavf: fix default RSS configuration

2021-01-31 Thread Zhang, Qi Z
> -Original Message- > From: Ding, Xuan > Sent: Sunday, January 31, 2021 6:47 PM > To: Zhang, Qi Z ; Wu, Jingjing ; > Xing, Beilei > Cc: dev@dpdk.org; Ding, Xuan > Subject: [PATCH] net/iavf: fix default RSS configuration > > Add advanced RSS offloads check due to some legacy driver(k

[dpdk-dev] [Bug 530] Lack of Support for Inner RSS Header Hashing (Feature 2.21)

2021-01-31 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=530 Zhang, RobinX (robinx.zh...@intel.com) changed: What|Removed |Added Resolution|--- |FIXED Status|

[dpdk-dev] [Bug 613] [dpdk-21.02] rule lost after port stopped

2021-01-31 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=613 Zhang, RobinX (robinx.zh...@intel.com) changed: What|Removed |Added Resolution|--- |WONTFIX C

[dpdk-dev] [PATCH v2] net/i40e: fix inputset field mask

2021-01-31 Thread Zhang,Alvin
From: Alvin Zhang The absolute field offsets of IPv4 or IPv6 header are related to hardware configuration. The X710 and X722 have different hardware configurations, and users can even modify the hardware configuration. Therefore, The default values cannot be used when calculating mask offset. Th

[dpdk-dev] [Bug 631] [dpdk-21.02] vdev_primary_secondary/Virtio_primary_and_secondary_process: start dpdk-symmetric_mp occur core dumped in vm.

2021-01-31 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=631 Bug ID: 631 Summary: [dpdk-21.02] vdev_primary_secondary/Virtio_primary_and_secondary_pr ocess: start dpdk-symmetric_mp occur core dumped in vm. Product: DPDK

[dpdk-dev] [PATCH V1] doc: add known issue of X722 firmware restriction

2021-01-31 Thread Liulingyu
Currently, X722 firmware doesn't support to add more than one mirror rule in one vsi. Signed-off-by: Liulingyu --- doc/guides/nics/i40e.rst | 5 + 1 file changed, 5 insertions(+) diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst index 20c998398c..c9de2e19aa 100644 --- a/doc/g

Re: [dpdk-dev] [PATCH v2] net/i40e: fix inputset field mask

2021-01-31 Thread Xing, Beilei
> -Original Message- > From: dev On Behalf Of Zhang,Alvin > Sent: Monday, February 1, 2021 10:41 AM > To: Guo, Jia ; Xing, Beilei ; Zhang, > Qi Z > Cc: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v2] net/i40e: fix inputset field mask > > From: Alvin Zhang > > The absolute field offset

[dpdk-dev] [PATCH] net/ice: fix eth rss type checking

2021-01-31 Thread Xuan Ding
For pattern MAC_PPPOE_IPV4/6, add ETH_RSS_ETH into insput_set_mask to fix rss rule cannot be created when set eth as rss type. Fixes: 0d84f86c3022("net/ice: fix GTPU header parsing") Signed-off-by: Xuan Ding --- drivers/net/ice/ice_hash.c | 18 +- 1 file changed, 9 insertions(+)

[dpdk-dev] [PATCH v2] net/ice: fix rss type checking

2021-01-31 Thread Xuan Ding
For pattern MAC_PPPOE_IPV4/6, add ETH_RSS_ETH into insput_set_mask to fix rss rule cannot be created when set eth as rss type. Fixes: 0d84f86c3022("net/ice: fix GTPU header parsing") Signed-off-by: Xuan Ding --- v2: * Refine the commit title. * Adjust the indentation by adding a space. --- driv

Re: [dpdk-dev] [PATCH] lib/librte_vhost: fix vid allocation race

2021-01-31 Thread Xia, Chenbo
Hi Peng & Fei, > -Original Message- > From: dev On Behalf Of Peng He > Sent: Friday, January 29, 2021 3:36 PM > To: dev@dpdk.org > Cc: maxime.coque...@redhat.com > Subject: [dpdk-dev] [PATCH] lib/librte_vhost: fix vid allocation race Fix the title to 'vhost: X' > > From: "chenwei.0

Re: [dpdk-dev] [PATCH] vhost: avoid iotlb mempool allocation while IOMMU disabled

2021-01-31 Thread Xia, Chenbo
Hi Junjie, > -Original Message- > From: Wan Junjie > Sent: Saturday, January 30, 2021 12:39 AM > To: maxime.coque...@redhat.com; Xia, Chenbo > Cc: dev@dpdk.org; Wan Junjie ; Peng He > ; Zhihong Wang > Subject: [PATCH] vhost: avoid iotlb mempool allocation while IOMMU disabled > > If vh

Re: [dpdk-dev] [PATCH v6 0/2] support both PIO and MMIO BAR for legacy device in virtio PMD

2021-01-31 Thread 谢华伟(此时此刻)
On 2021/1/29 11:25, chris wrote: Hi ferruh and maxime: v6 changes: send v6. Let us discuss if merge in this or early next release. Ping. Sorry that forget to reply to previous message id. - change to DEBUG level for IO bar detection in pci_uio_ioport_map - rework the code in

Re: [dpdk-dev] [RFC PATCH v1] build: kni gcc cross-compilation support

2021-01-31 Thread Juraj Linkeš
> -Original Message- > From: Bruce Richardson > Sent: Friday, January 29, 2021 4:40 PM > To: Juraj Linkeš > Cc: tho...@monjalon.net; ruifeng.w...@arm.com; jerinjac...@gmail.com; > hemant.agra...@nxp.com; ferruh.yi...@intel.com; abo...@pensando.io; > dev@dpdk.org > Subject: Re: [RFC PATC

Re: [dpdk-dev] [PATCH] mbuf: remove unneeded EAL header include

2021-01-31 Thread Ruifeng Wang
> -Original Message- > From: David Marchand > Sent: Saturday, January 30, 2021 4:33 AM > To: dev@dpdk.org > Cc: konstantin.anan...@intel.com; bruce.richard...@intel.com; > sta...@dpdk.org; Olivier Matz ; Ruifeng Wang > ; Phil Yang ; Andrew > Rybchenko ; tho...@monjalon.net > Subject: [PATC