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

2018-07-29 Thread Elo, Matias (Nokia - FI/Espoo)
Hi, 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 an application t

Re: [dpdk-dev] [PATCH 1/3] net/virtio: remove unnecessary assignments

2018-07-29 Thread Tiwei Bie
On Wed, Jul 25, 2018 at 03:42:06PM +0800, Tiwei Bie wrote: > Remove the unnecessary assignments in Rx functions > as they are useless and misleading. > > Signed-off-by: Tiwei Bie > --- > drivers/net/virtio/virtio_rxtx.c | 2 -- > 1 file changed, 2 deletions(-) Series applied to dpdk-next-virtio

Re: [dpdk-dev] [PATCH v3] doc: add i40e recommended matching list

2018-07-29 Thread Zhang, Qi Z
> -Original Message- > From: Xing, Beilei > Sent: Tuesday, July 24, 2018 3:29 PM > To: Li, Xiaoyun ; Mcnamara, John > ; Zhang, Qi Z > Cc: dev@dpdk.org > Subject: RE: [PATCH v3] doc: add i40e recommended matching list > > > > > -Original Message- > > From: Li, Xiaoyun > > Sent:

Re: [dpdk-dev] [PATCH v2] net/i40e: fix max frame size checking

2018-07-29 Thread Zhang, Qi Z
> -Original Message- > From: Ananyev, Konstantin > Sent: Friday, July 27, 2018 4:13 PM > To: Wu, Yanglong ; dev@dpdk.org > Cc: Zhang, Qi Z ; Yao, Lei A > Subject: RE: [PATCH v2] net/i40e: fix max frame size checking > > > > > -Original Message- > > From: Wu, Yanglong > > Sent

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

2018-07-29 Thread Wiles, Keith
> On Jul 28, 2018, at 12:48 PM, Qiaobin Fu wrote: > > Function rte_hash_bucket_iterate() enables callers to > incrementally iterate over the hash table bucket by bucket, > so that it can avoid creating hiccups and thrashing the cache > of the processor. > > This patch mainly deals with cases i

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

2018-07-29 Thread Jerin Jacob
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. Signed-off-by: Jerin Jacob --- examples/ip_fragmentation/main.c

Re: [dpdk-dev] [PATCH] net/mlx4: verify RSS supports num Rx Qs being used

2018-07-29 Thread Shahaf Shuler
Sunday, July 29, 2018 11:12 AM, Matan Azrad: > Subject: Re: [dpdk-dev] [PATCH] net/mlx4: verify RSS supports num Rx Qs > being used > > Hi Moti > > > > Small comment below. > > > > From: Mordechay Haimovsky > > > This patch verifies that the number of Rx queues configured for RSS > > > is supported

[dpdk-dev] [PATCH] net/mlx5: fix flow count action for shared counters

2018-07-29 Thread Shahaf Shuler
According to commit fb8fd96d4251 ("ethdev: add shared counter to flow API") the counter id should be taken into account only when the shared flag is set. Fixes: 60bd8c9747e8 ("net/mlx5: add count flow action") Cc: nelio.laranje...@6wind.com Signed-off-by: Shahaf Shuler --- drivers/net/mlx5/mlx5

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

2018-07-29 Thread Jerin Jacob
-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: > > Currently, VFIO will tr

Re: [dpdk-dev] [PATCH] net/mlx4: verify RSS supports num Rx Qs being used

2018-07-29 Thread Matan Azrad
Hi > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Matan Azrad > Sent: Thursday, July 26, 2018 5:36 PM > To: Mordechay Haimovsky > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] net/mlx4: verify RSS supports num Rx Qs being > used > > Hi Moti > > Small co