[dpdk-dev] [Bug 85] pci_scan_one() issue

2018-08-26 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=85 Bug ID: 85 Summary: pci_scan_one() issue Product: DPDK Version: 17.11 Hardware: All OS: Linux Status: CONFIRMED Severity: major Priority: Normal

Re: [dpdk-dev] [PATCH v4 2/2] virtio: fix PCI config err handling

2018-08-26 Thread Tiwei Bie
On Fri, Aug 24, 2018 at 06:14:20PM +0100, Luca Boccassi wrote: > From: Brian Russell > > In virtio_read_caps and vtpci_msix_detect, rte_pci_read_config returns > the number of bytes read from PCI config or < 0 on error. > If less than the expected number of bytes are read then log the > failure a

Re: [dpdk-dev] [PATCH v2] hash table: add an iterator over conflicting entries

2018-08-26 Thread Honnappa Nagarahalli
-Original Message- From: Michel Machado Sent: Friday, August 24, 2018 7:34 AM To: Wang, Yipeng1 ; Honnappa Nagarahalli ; Fu, Qiaobin Cc: dev@dpdk.org; Doucette, Cody, Joseph ; Wiles, Keith ; Gobriel, Sameh ; Tai, Charlie ; Stephen Hemminger ; nd ; Richardson, Bruce ; De Lara Guarch

[dpdk-dev] [RFC v2] ethdev: support metadata as flow rule criteria

2018-08-26 Thread Dekel Peled
Current implementation of rte_flow allows match pattern of flow rule, based on packet data or header fields. This limits the application use of match patterns. For example, consider a vswitch application which controls a set of VMs, connected with virtio, in a fabric with overlay of VXLAN. Several

[dpdk-dev] [PATCH 2/2] mbuf: add MPLS packet type

2018-08-26 Thread Jerin Jacob
Add support of MPLS packet type. Signed-off-by: Jerin Jacob --- lib/librte_mbuf/rte_mbuf_ptype.c | 1 + lib/librte_mbuf/rte_mbuf_ptype.h | 7 +++ 2 files changed, 8 insertions(+) diff --git a/lib/librte_mbuf/rte_mbuf_ptype.c b/lib/librte_mbuf/rte_mbuf_ptype.c index 71577f9b9..5954c2bc5 1006

[dpdk-dev] [PATCH 1/2] mbuf: add FCoE packet type

2018-08-26 Thread Jerin Jacob
Add support of FCoE packet type. Signed-off-by: Jerin Jacob --- lib/librte_mbuf/rte_mbuf_ptype.c | 1 + lib/librte_mbuf/rte_mbuf_ptype.h | 7 +++ 2 files changed, 8 insertions(+) diff --git a/lib/librte_mbuf/rte_mbuf_ptype.c b/lib/librte_mbuf/rte_mbuf_ptype.c index d7835e283..71577f9b9 1006

Re: [dpdk-dev] [PATCH 2/2] ethdev: make rte_eth_is_valid_owner_id return bool

2018-08-26 Thread Matan Azrad
From: Stephen Hemminger > On Tue, 21 Aug 2018 15:48:19 + > Matan Azrad wrote: > > > Hi > > > > From: Stephen Hemminger > > > On Tue, 21 Aug 2018 10:20:43 + > > > Matan Azrad wrote: > > > > > > > From: Stephen Hemminger > > > > > Function is boolean so use that. > > > > > > > > Ethdev

Re: [dpdk-dev] [dpdk-stable] [PATCH v4] net/bonding: per-slave intermediate rx ring

2018-08-26 Thread Matan Azrad
From: Chas Williams <3ch...@gmail.com> >On Thu, Aug 23, 2018 at 3:28 AM Matan Azrad wrote: >Hi > >From: Eric Kinzie >> On Wed Aug 22 11:42:37 + 2018, Matan Azrad wrote: >> > Hi Luca >> > >> > From: Luca Boccassi >> > > On Wed, 2018-08-22 at 07:09 +, Matan Azrad