[dpdk-dev] eventdev: rte_event_dev_start() all queues are linked requirement

2018-07-30 Thread Elo, Matias (Nokia - FI/Espoo)
Hi, rte_event_dev_start() requires that all queues have to be linked, which makes writing applications which link/unlink queues at runtime cumbersome. E.g. the application has to dummy link all queues before rte_event_dev_start() and then unlink them after the function call. This alone wouldn't be

Re: [dpdk-dev] eventdev: method for finding out unlink status

2018-07-30 Thread Jerin Jacob
-Original Message- > Date: Mon, 30 Jul 2018 06:39:45 + > From: "Elo, Matias (Nokia - FI/Espoo)" > To: "dev@dpdk.org" > CC: "Van Haaren, Harry" > Subject: [dpdk-dev] eventdev: method for finding out unlink status > x-mailer: Apple Mail (2.3445.9.1) > > > Hi, > > In bug report https

Re: [dpdk-dev] eventdev: rte_event_dev_start() all queues are linked requirement

2018-07-30 Thread Jerin Jacob
-Original Message- > Date: Mon, 30 Jul 2018 07:38:27 + > From: "Elo, Matias (Nokia - FI/Espoo)" > To: "dev@dpdk.org" > CC: "jerin.ja...@caviumnetworks.com" , "Van > Haaren, Harry" > Subject: eventdev: rte_event_dev_start() all queues are linked requirement > x-mailer: Apple Mail (2.

[dpdk-dev] [PATCH] net/virtio-user: fix the param string

2018-07-30 Thread Tiwei Bie
Add the missing param "server" to param string. Also add the missing spaces after params. Fixes: bd8f50a45d0f ("net/virtio-user: support server mode") Cc: sta...@dpdk.org Signed-off-by: Tiwei Bie --- drivers/net/virtio/virtio_user_ethdev.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions

Re: [dpdk-dev] [PATCH] net/virtio-user: fix the param string

2018-07-30 Thread Maxime Coquelin
On 07/30/2018 10:28 AM, Tiwei Bie wrote: Add the missing param "server" to param string. Also add the missing spaces after params. Fixes: bd8f50a45d0f ("net/virtio-user: support server mode") Cc: sta...@dpdk.org Signed-off-by: Tiwei Bie --- drivers/net/virtio/virtio_user_ethdev.c | 5 +++-

Re: [dpdk-dev] [PATCH v5] vfio: fix workaround of BAR mapping

2018-07-30 Thread Burakov, Anatoly
On 29-Jul-18 9:44 AM, Jerin Jacob wrote: -Original Message- Date: Thu, 26 Jul 2018 11:35:43 +0200 From: Thomas Monjalon To: Takeshi Yoshimura Cc: dev@dpdk.org, Anatoly Burakov Subject: Re: [dpdk-dev] [PATCH v5] vfio: fix workaround of BAR mapping 20/07/2018 10:13, Takeshi Yoshimura:

Re: [dpdk-dev] [PATCH] examples/multi_process: remove l2fwd fork example

2018-07-30 Thread Burakov, Anatoly
On 27-Jul-18 7:56 PM, Gage Eads wrote: l2fwd_fork relies on a multiprocess model that that DPDK does not support (calling rte_eal_init() before fork()), in particular in light of recent EAL changes like the multiproess communication channel. This example can mislead users into thinking this is a

Re: [dpdk-dev] eventdev: rte_event_dev_start() all queues are linked requirement

2018-07-30 Thread Van Haaren, Harry
> From: Jerin Jacob [mailto:jerin.ja...@caviumnetworks.com] > Sent: Monday, July 30, 2018 9:05 AM > To: Elo, Matias (Nokia - FI/Espoo) > Cc: dev@dpdk.org; Van Haaren, Harry ; > mattias.ronnb...@ericsson.com > Subject: Re: eventdev: rte_event_dev_start() all queues are linked requirement > > -

Re: [dpdk-dev] eventdev: method for finding out unlink status

2018-07-30 Thread Elo, Matias (Nokia - FI/Espoo)
>> >> In bug report https://bugs.dpdk.org/show_bug.cgi?id=60 we have been >> discussing >> issues related to events ending up in wrong ports after calling >> rte_event_port_unlink(). In addition of finding few bugs we have identified a >> need for a new API call (or documentation extension) for

Re: [dpdk-dev] [PATCH] examples: remove Rx checksum offload

2018-07-30 Thread Ananyev, Konstantin
Hi Jerin, > > As of now, application does not check PKT_RX_*_CKSUM_* flags per > packet, so it does not matter DEV_RX_OFFLOAD_CHECKSUM enabled or not. > > Removing DEV_RX_OFFLOAD_CHECKSUM offload so that driver can save a few > cycles if possible. Personally, I'd move in other direction: keep R

Re: [dpdk-dev] eventdev: method for finding out unlink status

2018-07-30 Thread Jerin Jacob
-Original Message- > Date: Mon, 30 Jul 2018 09:17:47 + > From: "Elo, Matias (Nokia - FI/Espoo)" > To: Jerin Jacob > CC: "dev@dpdk.org" , "Van Haaren, Harry" > > Subject: Re: [dpdk-dev] eventdev: method for finding out unlink status > x-mailer: Apple Mail (2.3445.9.1) > > > >> > >>

Re: [dpdk-dev] [PATCH] examples: remove Rx checksum offload

2018-07-30 Thread Jerin Jacob
-Original Message- > Date: Mon, 30 Jul 2018 09:27:48 + > From: "Ananyev, Konstantin" > To: Jerin Jacob , "dev@dpdk.org" > > CC: "tho...@monjalon.net" , "Yigit, Ferruh" > , "shah...@mellanox.com" > Subject: RE: [dpdk-dev] [PATCH] examples: remove Rx checksum offload > > > Hi Jeri

Re: [dpdk-dev] eventdev: method for finding out unlink status

2018-07-30 Thread Van Haaren, Harry
> From: Jerin Jacob [mailto:jerin.ja...@caviumnetworks.com] > Sent: Monday, July 30, 2018 10:29 AM > To: Elo, Matias (Nokia - FI/Espoo) > Cc: dev@dpdk.org; Van Haaren, Harry > Subject: Re: [dpdk-dev] eventdev: method for finding out unlink status > > -Original Message- > > Date: Mon, 30

Re: [dpdk-dev] [PATCH] examples: remove Rx checksum offload

2018-07-30 Thread Shahaf Shuler
Monday, July 30, 2018 12:36 PM, Jerin Jacob: > > Subject: RE: [dpdk-dev] [PATCH] examples: remove Rx checksum offload > > > > > > Hi Jerin, > > Hi Konstantin, > > > > > > > > > As of now, application does not check PKT_RX_*_CKSUM_* flags per > > > packet, so it does not matter DEV_RX_OFFLOAD_CHE

Re: [dpdk-dev] [PATCH] examples: remove Rx checksum offload

2018-07-30 Thread Thomas Monjalon
30/07/2018 11:35, Jerin Jacob: > From: "Ananyev, Konstantin" > > > > > > As of now, application does not check PKT_RX_*_CKSUM_* flags per > > > packet, so it does not matter DEV_RX_OFFLOAD_CHECKSUM enabled or not. > > > > > > Removing DEV_RX_OFFLOAD_CHECKSUM offload so that driver can save a few >

Re: [dpdk-dev] [PATCH v5] vfio: fix workaround of BAR mapping

2018-07-30 Thread Burakov, Anatoly
On 30-Jul-18 9:51 AM, Burakov, Anatoly wrote: On 29-Jul-18 9:44 AM, Jerin Jacob wrote: -Original Message- Date: Thu, 26 Jul 2018 11:35:43 +0200 From: Thomas Monjalon To: Takeshi Yoshimura Cc: dev@dpdk.org, Anatoly Burakov Subject: Re: [dpdk-dev] [PATCH v5] vfio: fix workaround of BAR

Re: [dpdk-dev] eventdev: method for finding out unlink status

2018-07-30 Thread Elo, Matias (Nokia - FI/Espoo)
> I don't think that the eventdev API requires 1:1 Lcore / Port mapping, so > really a > PMD should be able to handle any thread calling any port. > > The event/sw PMD allows any thread to call dequeue/enqueue any port, > so long as it is not being accessed by another thread. > > A given

Re: [dpdk-dev] eventdev: method for finding out unlink status

2018-07-30 Thread Jerin Jacob
-Original Message- > Date: Mon, 30 Jul 2018 09:38:01 + > From: "Van Haaren, Harry" > To: Jerin Jacob , "Elo, Matias (Nokia - > FI/Espoo)" > CC: "dev@dpdk.org" > Subject: RE: [dpdk-dev] eventdev: method for finding out unlink status > > > > From: Jerin Jacob [mailto:jerin.ja...@cav

[dpdk-dev] [PATCH] vfio: revert retry logic for MSI-X BAR mapping

2018-07-30 Thread Anatoly Burakov
This reverts commit d4774a568ba0a5923229974a002972c83eb04570. The patch is incomplete because kernel 4.16+, while being capable of mapping MSI-X BARs, will also report if such a capability is available. Without checking this capability, gratuitous errors are displayed on kernels <4.16 while VFIO i

Re: [dpdk-dev] [PATCH] examples: remove Rx checksum offload

2018-07-30 Thread Ananyev, Konstantin
> -Original Message- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Monday, July 30, 2018 10:51 AM > To: Jerin Jacob ; Ananyev, Konstantin > > Cc: dev@dpdk.org; Yigit, Ferruh ; shah...@mellanox.com > Subject: Re: [dpdk-dev] [PATCH] examples: remove Rx checksum offload >

[dpdk-dev] [PATCH 18.11] pci/vfio: allow mapping MSI-X BARs if kernel allows it

2018-07-30 Thread Anatoly Burakov
Currently, DPDK will skip mapping some areas (or even an entire BAR) if MSI-X happens to be in it but is smaller than page address. Kernels 4.16+ will allow mapping MSI-X BARs [1], and will report this as a capability flag. Capability flags themselves are also only supported since kernel 4.6 [2].

Re: [dpdk-dev] [PATCH] examples: remove Rx checksum offload

2018-07-30 Thread Jerin Jacob
-Original Message- > Date: Mon, 30 Jul 2018 11:00:02 + > From: "Ananyev, Konstantin" > To: Thomas Monjalon , Jerin Jacob > > CC: "dev@dpdk.org" , "Yigit, Ferruh" > , "shah...@mellanox.com" > Subject: RE: [dpdk-dev] [PATCH] examples: remove Rx checksum offload > > External Email >

Re: [dpdk-dev] eventdev: method for finding out unlink status

2018-07-30 Thread Elo, Matias (Nokia - FI/Espoo)
>> For this "runtime scale down" use-case the missing information is being >> able to identify when an unlink is complete. After that (and ensuring the >> port buffer is empty) the application can be guaranteed that there are no >> more events going to be sent to that port, and the application ca

Re: [dpdk-dev] [PATCH] examples: remove Rx checksum offload

2018-07-30 Thread Ananyev, Konstantin
> > -Original Message- > > Date: Mon, 30 Jul 2018 11:00:02 + > > From: "Ananyev, Konstantin" > > To: Thomas Monjalon , Jerin Jacob > > > > CC: "dev@dpdk.org" , "Yigit, Ferruh" > > , "shah...@mellanox.com" > > Subject: RE: [dpdk-dev] [PATCH] examples: remove Rx checksum offload > >

Re: [dpdk-dev] eventdev: method for finding out unlink status

2018-07-30 Thread Jerin Jacob
-Original Message- > Date: Mon, 30 Jul 2018 13:36:35 + > From: "Elo, Matias (Nokia - FI/Espoo)" > To: Jerin Jacob > CC: "Van Haaren, Harry" , "dev@dpdk.org" > > Subject: Re: [dpdk-dev] eventdev: method for finding out unlink status > x-mailer: Apple Mail (2.3445.9.1) > > > >> For

Re: [dpdk-dev] [PATCH] examples: remove Rx checksum offload

2018-07-30 Thread Jerin Jacob
-Original Message- > Date: Mon, 30 Jul 2018 14:12:12 + > From: "Ananyev, Konstantin" > To: Jerin Jacob > CC: Thomas Monjalon , "dev@dpdk.org" , > "Yigit, Ferruh" , "shah...@mellanox.com" > > Subject: RE: [dpdk-dev] [PATCH] examples: remove Rx checksum offload > > > > > > -Ori

Re: [dpdk-dev] [PATCH] examples/multi_process: remove l2fwd fork example

2018-07-30 Thread Eads, Gage
> -Original Message- > From: Burakov, Anatoly > Sent: Monday, July 30, 2018 3:53 AM > To: Eads, Gage ; dev@dpdk.org > Subject: Re: [PATCH] examples/multi_process: remove l2fwd fork example > > On 27-Jul-18 7:56 PM, Gage Eads wrote: > > l2fwd_fork relies on a multiprocess model that that

Re: [dpdk-dev] [PATCH] examples: remove Rx checksum offload

2018-07-30 Thread Andrew Rybchenko
On 30.07.2018 17:40, Jerin Jacob wrote: -Original Message- Date: Mon, 30 Jul 2018 14:12:12 + From: "Ananyev, Konstantin" To: Jerin Jacob CC: Thomas Monjalon , "dev@dpdk.org" , "Yigit, Ferruh" , "shah...@mellanox.com" Subject: RE: [dpdk-dev] [PATCH] examples: remove Rx checksum

Re: [dpdk-dev] eventdev: method for finding out unlink status

2018-07-30 Thread Liang, Ma
On 30 Jul 16:06, Jerin Jacob wrote: > -Original Message- > > Date: Mon, 30 Jul 2018 09:38:01 + > > From: "Van Haaren, Harry" > > To: Jerin Jacob , "Elo, Matias (Nokia - > > FI/Espoo)" > > CC: "dev@dpdk.org" > > Subject: RE: [dpdk-dev] eventdev: method for finding out unlink status >

[dpdk-dev] [RFC] ethdev: add generic L2/L3 tunnel encapsulation actions

2018-07-30 Thread Ori Kam
Currenlty the encap/decap actions only support encapsulation of VXLAN and NVGRE L2 packets. There is a need to add more L2 tunnels and also L3 tunnels. One issue with the current approch is the duplication of code. For example the code for handling NVGRE and VXLAN are exactly the same, and each ne

Re: [dpdk-dev] [RFC] ethdev: add generic L2/L3 tunnel encapsulation actions

2018-07-30 Thread Stephen Hemminger
On Mon, 30 Jul 2018 19:19:25 +0300 Ori Kam wrote: > Currenlty the encap/decap actions only support encapsulation > of VXLAN and NVGRE L2 packets. > There is a need to add more L2 tunnels and also L3 tunnels. > > One issue with the current approch is the duplication of code. > For example the cod

[dpdk-dev] [PATCH] net/i40e: fix avx2 driver check for rx rearm

2018-07-30 Thread Harry van Haaren
This commit fixes an infinite loop bug that could occur if the i40e AVX2 driver is used, and high traffic rates cause the mempool from which the rxq pulls mbufs to become empty. The result would be an infinite loop of checking if we should perform an rx rearm, calling the function and an error ret

[dpdk-dev] [PATCH v2] net/i40e: fix avx2 driver check for rx rearm

2018-07-30 Thread Harry van Haaren
This commit fixes an infinite loop bug that could occur if the i40e AVX2 driver is used, and high traffic rates cause the mempool from which the rxq pulls mbufs to become empty. The result would be an infinite loop of checking if we should perform an rx rearm, calling the function and an error ret

Re: [dpdk-dev] [RFC] ethdev: add generic L2/L3 tunnel encapsulation actions

2018-07-30 Thread Ori Kam
> -Original Message- > From: Stephen Hemminger [mailto:step...@networkplumber.org] > Sent: Monday, July 30, 2018 8:29 PM > To: Ori Kam > Cc: Xueming(Steven) Li ; Dekel Peled > ; Shahaf Shuler ; Adrien > Mazarguil ; Thomas Monjalon > ; Yongseok Koh ; > ferruh.yi...@intel.com; arybche...@

[dpdk-dev] Questions about TX descriptors run out occasionally

2018-07-30 Thread 刘辉
Hi Experts, I'm developing my own dpdk-based application via Intel 82599ES port. My Application is doing a job to send ICMP requests (packet size varies from 64 bytes to 1472 bytes, 200,000 pps, 1.1Gbps) and receive responses, with ARP request/response and ICMP response handling when necessary.

Re: [dpdk-dev] [PATCH] hash table: add a bucket iterator function

2018-07-30 Thread Wang, Yipeng1
Hi, Qiaobin, Thanks for the patch. If I understand correctly your use case is to use hash table as a "cache" that new entries should evict stale ones automatically. Could you be more specific on your use scenarios so that I can have more context? We are actually working on an extendable vers

Re: [dpdk-dev] [PATCH] vfio: revert retry logic for MSI-X BAR mapping

2018-07-30 Thread Jerin Jacob
-Original Message- > Date: Mon, 30 Jul 2018 11:59:06 +0100 > From: Anatoly Burakov > To: dev@dpdk.org > CC: tho...@monjalon.net, jerin.ja...@caviumnetworks.com, > t.yoshimura8...@gmail.com > Subject: [PATCH] vfio: revert retry logic for MSI-X BAR mapping > X-Mailer: git-send-email 1.7.0.7

Re: [dpdk-dev] [PATCH] hash table: add a bucket iterator function

2018-07-30 Thread Fu, Qiaobin
Hi Yipeng, Thanks for the feedbacks! > On Jul 30, 2018, at 4:24 PM, Wang, Yipeng1 wrote: > > Hi, Qiaobin, > > Thanks for the patch. If I understand correctly your use case is to use hash > table as a "cache" that new entries should evict stale ones automatically. > Could you be more specifi