Re: [dpdk-dev] [PATCH] net/mvpp2: remove resources when port is closed

2019-08-05 Thread Jerin Jacob Kollanukkaran
> -Original Message- > From: lir...@marvell.com > Sent: Monday, August 5, 2019 3:47 PM > To: Jerin Jacob Kollanukkaran > Cc: dev@dpdk.org; Liron Himi > Subject: [PATCH] net/mvpp2: remove resources when port is closed > > From: Liron Himi > > Since 18.11, it is suggested that driver sh

Re: [dpdk-dev] [dpdk-stable] [PATCH] net/ena: fix L4 cksum flags condition for TX

2019-08-05 Thread Thomas Monjalon
01/08/2019 14:08, Michał Krawczyk: > czw., 1 sie 2019 o 13:45 Maciej Bielski napisał(a): > > > > During an if-condition evaluation, a 2-bit flag evaluates to 'true' for > > '0x1', '0x2' and '0x3'. Thus, from this perspective these flags are > > indistinguishable. To make them distinct, respective

Re: [dpdk-dev] [PATCH v3 1/1] common/octeontx2: fix unaligned mbox memory accesses

2019-08-05 Thread Thomas Monjalon
02/08/2019 11:55, Jerin Jacob Kollanukkaran: > > From: Vamsi Attunuru > > > > Octeontx2 PMD's mailbox client uses device memory to send messages to > > mailbox server in the admin function Linux kernel driver. > > The device memory used for the mailbox communication needs to be > > qualified as v

Re: [dpdk-dev] [PATCH V2] net/bnxt: fix traffic stall on RX queue stop/start

2019-08-05 Thread Thomas Monjalon
01/08/2019 17:45, Ajit Khaparde: > From: Kalesh AP > > Fixed a check in bnxt_alloc_hwrm_rx_ring() while initializing > the rx ring. > > Driver should not change "deferred_start" status of rx/tx queues. > It should get the status in queue_setup_op() and use that value. > > Fixes: 9b63c6fd70e3 ("

[dpdk-dev] [v2] net/fm10k: fix segment fault at calling fm10k_stats_get() from secondary process.

2019-08-05 Thread Lu Qiuwen
>From 5658ee7d69023cc4b22315cd9f8e10a832aafdb0 Mon Sep 17 00:00:00 2001 From: Lu Qiuwen Date: Sat, 15 Jun 2019 14:28:01 +0800 Subject: [PATCH] net/fm10k: fix segment fault at calling fm10k_stats_get() from secondary process. The function pointers in fm10k_stats_get() which setup from primary pro

<    1   2