[dpdk-dev] [PATCH 1/2] version: 2.3.0-rc0

2015-12-18 Thread Thomas Monjalon
2015-12-18 20:12, Wiles, Keith: > On 12/18/15, 1:50 PM, "O'Driscoll, Tim" wrote: > > > > >> -Original Message- > >> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Wiles, Keith > >> Sent: Friday, December 18, 2015 7:23 PM > >> To: Thomas Monjalon; Richardson, Bruce > >> Cc: dev at

[dpdk-dev] [PATCH 1/2] version: 2.3.0-rc0

2015-12-18 Thread Wiles, Keith
On 12/18/15, 1:50 PM, "O'Driscoll, Tim" wrote: > >> -Original Message- >> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Wiles, Keith >> Sent: Friday, December 18, 2015 7:23 PM >> To: Thomas Monjalon; Richardson, Bruce >> Cc: dev at dpdk.org >> Subject: Re: [dpdk-dev] [PATCH 1/2]

[dpdk-dev] [PATCH 1/2] version: 2.3.0-rc0

2015-12-18 Thread O'Driscoll, Tim
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Wiles, Keith > Sent: Friday, December 18, 2015 7:23 PM > To: Thomas Monjalon; Richardson, Bruce > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH 1/2] version: 2.3.0-rc0 > > On 12/18/15, 10:11 AM, "dev on

[dpdk-dev] [PATCH v2 1/2] mbuf: provide rte_pktmbuf_alloc_bulk API

2015-12-18 Thread Wiles, Keith
On 12/18/15, 11:32 AM, "dev on behalf of Stephen Hemminger" wrote: >On Fri, 18 Dec 2015 10:44:02 + >"Ananyev, Konstantin" wrote: > >> >> >> > -Original Message- >> > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Stephen Hemminger >> > Sent: Friday, December 18, 2015 5:01

[dpdk-dev] [PATCH 1/2] version: 2.3.0-rc0

2015-12-18 Thread Wiles, Keith
On 12/18/15, 10:11 AM, "dev on behalf of Thomas Monjalon" wrote: >2015-12-18 12:11, Bruce Richardson: >> On Thu, Dec 17, 2015 at 12:16:30PM +0100, Thomas Monjalon wrote: >> > Signed-off-by: Thomas Monjalon >> > --- >> > lib/librte_eal/common/include/rte_version.h | 6 +++--- >> > 1 file changed

[dpdk-dev] [ [PATCH v2] 01/13] virtio: Introduce config RTE_VIRTIO_INC_VECTOR

2015-12-18 Thread Thomas Monjalon
2015-12-18 09:33, Stephen Hemminger: > On Fri, 18 Dec 2015 09:52:29 + > "Xie, Huawei" wrote: > > > low level SSE bit twiddling. > > Hi Stephen: > > We only did SSE twiddling to RX, which almost doubles the performance > > comparing to normal path in virtio/vhost performance test case. Indire

[dpdk-dev] [PATCH v5 2/3] vhost: Add VHOST PMD

2015-12-18 Thread Tetsuya Mukawa
On 2015/12/18 16:45, Yuanhan Liu wrote: > On Tue, Nov 24, 2015 at 06:00:02PM +0900, Tetsuya Mukawa wrote: >> +static uint16_t >> +eth_vhost_rx(void *q, struct rte_mbuf **bufs, uint16_t nb_bufs) >> +{ >> +struct vhost_queue *r = q; >> +uint16_t i, nb_rx = 0; >> + >> +if (unlikely(rte_ato

[dpdk-dev] [PATCH] eal: map io resources for non x86 architectures

2015-12-18 Thread Santosh Shukla
On Fri, Dec 18, 2015 at 1:51 PM, Yuanhan Liu wrote: > On Fri, Dec 18, 2015 at 01:24:41PM +0530, Santosh Shukla wrote: >> >> I guess we have done enough evaluation / investigation that suggest - >> >> so to map iopci region to userspace in arch agnostic-way - >> >> >> >> # either we need to modify

[dpdk-dev] [ [PATCH v2] 01/13] virtio: Introduce config RTE_VIRTIO_INC_VECTOR

2015-12-18 Thread Santosh Shukla
On Fri, Dec 18, 2015 at 4:54 AM, Stephen Hemminger wrote: > On Thu, 17 Dec 2015 17:32:38 +0530 > Santosh Shukla wrote: > >> On Mon, Dec 14, 2015 at 6:30 PM, Santosh Shukla >> wrote: >> > virtio_recv_pkts_vec and other virtio vector friend apis are written for >> > sse/avx >> > instructions. Fo

[dpdk-dev] testpmd loopback mode

2015-12-18 Thread Yeddula, Avinash
Hello All, Would someone please let me know, how to run "testpmd" app in a loopback mode. Port1 testpmd -app -traffic back to-port1 Thanks -Avinash

[dpdk-dev] [PATCH 1/2] version: 2.3.0-rc0

2015-12-18 Thread Thomas Monjalon
2015-12-18 12:11, Bruce Richardson: > On Thu, Dec 17, 2015 at 12:16:30PM +0100, Thomas Monjalon wrote: > > Signed-off-by: Thomas Monjalon > > --- > > lib/librte_eal/common/include/rte_version.h | 6 +++--- > > 1 file changed, 3 insertions(+), 3 deletions(-) > > > > diff --git a/lib/librte_eal/co

[dpdk-dev] [PATCH] doc: show version in html guides

2015-12-18 Thread Thomas Monjalon
2015-12-18 12:41, Mcnamara, John: > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > > 2015-12-18 10:27, Mcnamara, John: > > > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > > > > The version does not appear in the readthedocs theme. > > > > We may try to customize the t

[dpdk-dev] [PATCH] eal: map io resources for non x86 architectures

2015-12-18 Thread Yuanhan Liu
On Fri, Dec 18, 2015 at 01:24:41PM +0530, Santosh Shukla wrote: > >> I guess we have done enough evaluation / investigation that suggest - > >> so to map iopci region to userspace in arch agnostic-way - > >> > >> # either we need to modify kernel > >>- Make sure all the non-x86 arch

[dpdk-dev] [PATCH] eal: map io resources for non x86 architectures

2015-12-18 Thread Yuanhan Liu
On Fri, Dec 18, 2015 at 12:04:48PM +0530, Jerin Jacob wrote: > > > # either we need to modify kernel > > >- Make sure all the non-x86 arch to support mapping for > > > iopci region (i.e. pci_mmap_page_range). I don;t think its a correct > > > approach though. > > > or >

[dpdk-dev] [PATCH v5 2/3] vhost: Add VHOST PMD

2015-12-18 Thread Yuanhan Liu
On Tue, Nov 24, 2015 at 06:00:02PM +0900, Tetsuya Mukawa wrote: > +static uint16_t > +eth_vhost_rx(void *q, struct rte_mbuf **bufs, uint16_t nb_bufs) > +{ > + struct vhost_queue *r = q; > + uint16_t i, nb_rx = 0; > + > + if (unlikely(rte_atomic32_read(&r->allow_queuing) == 0)) > +

[dpdk-dev] [PATCH 3/3] vhost: fix vq realloc at numa_realloc

2015-12-18 Thread Yuanhan Liu
vq is allocated on pairs, hence we should do pair reallocation at numa_realloc() as well, otherwise an error like following occurs while do numa reallocation: VHOST_CONFIG: reallocate vq from 0 to 1 node PANIC in rte_free(): Fatal error: Invalid memory The reason we don't catch it is

[dpdk-dev] [PATCH 2/3] vhost: simplify numa_realloc

2015-12-18 Thread Yuanhan Liu
We could first check if we need realloc vq or not, if so, reallocate it. We then do similar to vhost dev realloc. This could get rid of the tons of repeated "if (realloc_dev)" and "if (realloc_vq)" statements, therefore, makes code a bit more readable. Signed-off-by: Yuanhan Liu --- lib/librte_

[dpdk-dev] [PATCH 1/3] vhost: get rid of linked list dev

2015-12-18 Thread Yuanhan Liu
While we use a single linked list to maintain all devices, we could use a static array to achieve the same goal, just like what we did to maintain the eth devices with rte_eth_devices array. This could simplifies the code a bit. Signed-off-by: Yuanhan Liu --- Note that there is a slight function

[dpdk-dev] VFIO no-iommu

2015-12-18 Thread Alex Williamson
On Fri, 2015-12-18 at 07:38 -0700, Alex Williamson wrote: > On Fri, 2015-12-18 at 10:43 +, Yigit, Ferruh wrote: > > On Thu, Dec 17, 2015 at 09:43:59AM -0700, Alex Williamson wrote: > > <...> > > > > > > > > > > > > > > > > Also I need to disable VFIO_CHECK_EXTENSION ioctl, > > > > > > > > beca

[dpdk-dev] [PATCH] eal: map io resources for non x86 architectures

2015-12-18 Thread Yuanhan Liu
On Thu, Dec 17, 2015 at 04:52:00PM +0530, Santosh Shukla wrote: > >> >> IMO, it is worth keeping one special device file who could work across > >> >> archs like arm/arm64/powerpc and others, who could map iopci bar to > >> >> dpdk user-space. also this approach has no kernel version dependency > >

[dpdk-dev] [PATCH v5 1/3] vhost: Add callback and private data for vhost PMD

2015-12-18 Thread Tetsuya Mukawa
On 2015/12/18 13:15, Yuanhan Liu wrote: > On Fri, Dec 18, 2015 at 12:15:42PM +0900, Tetsuya Mukawa wrote: >> On 2015/12/17 20:42, Yuanhan Liu wrote: >>> On Tue, Nov 24, 2015 at 06:00:01PM +0900, Tetsuya Mukawa wrote: The vhost PMD will be a wrapper of vhost library, but some of vhost libr

[dpdk-dev] [PATCH] eal: map io resources for non x86 architectures

2015-12-18 Thread Santosh Shukla
On Fri, Dec 18, 2015 at 11:00 AM, Yuanhan Liu wrote: > On Thu, Dec 17, 2015 at 04:52:00PM +0530, Santosh Shukla wrote: >> >> >> IMO, it is worth keeping one special device file who could work across >> >> >> archs like arm/arm64/powerpc and others, who could map iopci bar to >> >> >> dpdk user-spa

[dpdk-dev] [PATCH v2 1/2] mbuf: provide rte_pktmbuf_alloc_bulk API

2015-12-18 Thread Yuanhan Liu
On Thu, Dec 17, 2015 at 09:01:14PM -0800, Stephen Hemminger wrote: ... > > + > > + switch (count % 4) { > > + while (idx != count) { > > + case 0: > > + RTE_MBUF_ASSERT(rte_mbuf_refcnt_read(mbufs[idx]) == 0); > > + rte_mbuf_refcnt_set(mbufs[idx], 1)

[dpdk-dev] [PATCH] doc: show version in html guides

2015-12-18 Thread Mcnamara, John
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Friday, December 18, 2015 10:46 AM > To: Mcnamara, John > Cc: dev at dpdk.org > Subject: Re: [PATCH] doc: show version in html guides > > 2015-12-18 10:27, Mcnamara, John: > > From: Thomas Monjalon

[dpdk-dev] [PATCH v5 1/3] vhost: Add callback and private data for vhost PMD

2015-12-18 Thread Tetsuya Mukawa
On 2015/12/18 12:15, Tetsuya Mukawa wrote: > On 2015/12/17 20:42, Yuanhan Liu wrote: >> On Tue, Nov 24, 2015 at 06:00:01PM +0900, Tetsuya Mukawa wrote: >>> The vhost PMD will be a wrapper of vhost library, but some of vhost >>> library APIs cannot be mapped to ethdev library APIs. >>> Becasue of th

[dpdk-dev] [PATCH v5 3/3] vhost: Add helper function to convert port id to virtio device pointer

2015-12-18 Thread Yuanhan Liu
On Fri, Dec 18, 2015 at 12:15:49PM +0900, Tetsuya Mukawa wrote: > On 2015/12/17 20:47, Yuanhan Liu wrote: > > On Tue, Nov 24, 2015 at 06:00:03PM +0900, Tetsuya Mukawa wrote: > >> This helper function is used to convert port id to virtio device > >> pointer. To use this function, a port should be ma

[dpdk-dev] [PATCH v5 3/3] vhost: Add helper function to convert port id to virtio device pointer

2015-12-18 Thread Tetsuya Mukawa
On 2015/12/17 20:47, Yuanhan Liu wrote: > On Tue, Nov 24, 2015 at 06:00:03PM +0900, Tetsuya Mukawa wrote: >> This helper function is used to convert port id to virtio device >> pointer. To use this function, a port should be managed by vhost PMD. >> After getting virtio device pointer, it can be us

[dpdk-dev] [PATCH v5 1/3] vhost: Add callback and private data for vhost PMD

2015-12-18 Thread Tetsuya Mukawa
On 2015/12/17 20:42, Yuanhan Liu wrote: > On Tue, Nov 24, 2015 at 06:00:01PM +0900, Tetsuya Mukawa wrote: >> The vhost PMD will be a wrapper of vhost library, but some of vhost >> library APIs cannot be mapped to ethdev library APIs. >> Becasue of this, in some cases, we still need to use vhost lib

[dpdk-dev] [PATCH v5 1/3] vhost: Add callback and private data for vhost PMD

2015-12-18 Thread Yuanhan Liu
On Fri, Dec 18, 2015 at 12:15:42PM +0900, Tetsuya Mukawa wrote: > On 2015/12/17 20:42, Yuanhan Liu wrote: > > On Tue, Nov 24, 2015 at 06:00:01PM +0900, Tetsuya Mukawa wrote: > >> The vhost PMD will be a wrapper of vhost library, but some of vhost > >> library APIs cannot be mapped to ethdev library

[dpdk-dev] [PATCH 1/2] version: 2.3.0-rc0

2015-12-18 Thread Bruce Richardson
On Thu, Dec 17, 2015 at 12:16:30PM +0100, Thomas Monjalon wrote: > Signed-off-by: Thomas Monjalon > --- > lib/librte_eal/common/include/rte_version.h | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/lib/librte_eal/common/include/rte_version.h > b/lib/librte_eal/com

[dpdk-dev] dpdk multi process increase the number of mbufs, throughput gets dropped

2015-12-18 Thread Bruce Richardson
On Thu, Dec 17, 2015 at 12:18:36PM +0800, ?? wrote: > Hi all, > > > When running the multi process example, does anybody know that why increasing > the number of mbufs, the performance gets dropped. > > > In multi process example, there are two macros which are related to the > number of mb

[dpdk-dev] [PATCH] eal: map io resources for non x86 architectures

2015-12-18 Thread Jerin Jacob
On Fri, Dec 18, 2015 at 01:30:53PM +0800, Yuanhan Liu wrote: > On Thu, Dec 17, 2015 at 04:52:00PM +0530, Santosh Shukla wrote: > > >> >> IMO, it is worth keeping one special device file who could work across > > >> >> archs like arm/arm64/powerpc and others, who could map iopci bar to > > >> >> dpd

[dpdk-dev] [PATCH] doc: show version in html guides

2015-12-18 Thread Thomas Monjalon
2015-12-18 10:27, Mcnamara, John: > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > > The version does not appear in the readthedocs theme. > > We may try to customize the theme, or just update the project name as in > > this patch. The project name is not used in the PDF. > > Hi, >

[dpdk-dev] [ [PATCH v2] 01/13] virtio: Introduce config RTE_VIRTIO_INC_VECTOR

2015-12-18 Thread Thomas Monjalon
2015-12-18 09:52, Xie, Huawei: > On 12/18/2015 7:25 AM, Stephen Hemminger wrote: > > On Thu, 17 Dec 2015 17:32:38 +0530 > > Santosh Shukla wrote: > > > >> On Mon, Dec 14, 2015 at 6:30 PM, Santosh Shukla > >> wrote: > >>> virtio_recv_pkts_vec and other virtio vector friend apis are written for >

[dpdk-dev] [PATCH] fm10k: fix vlan flag bug in scattered RX

2015-12-18 Thread Wang Xiao W
In fm10k_recv_scattered_pkts function, a packet is stored in a linked list, offload flags such as PKT_RX_VLAN_PKT should be set in the first segment. Signed-off-by: Wang Xiao W --- drivers/net/fm10k/fm10k_rxtx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/fm10

[dpdk-dev] [PATCH v2 1/2] mbuf: provide rte_pktmbuf_alloc_bulk API

2015-12-18 Thread Ananyev, Konstantin
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Stephen Hemminger > Sent: Friday, December 18, 2015 5:01 AM > To: Xie, Huawei > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2 1/2] mbuf: provide rte_pktmbuf_alloc_bulk > API > > On Mon, 14 Dec 2015

[dpdk-dev] VFIO no-iommu

2015-12-18 Thread Yigit, Ferruh
On Thu, Dec 17, 2015 at 09:43:59AM -0700, Alex Williamson wrote: <...> > > > > > > > > > > > > Also I need to disable VFIO_CHECK_EXTENSION ioctl, because in > > > > > > vfio > > > > > > module, > > > > > > container->noiommu is not set before doing a > > > > > > vfio_group_set_container() > > > >

[dpdk-dev] [PATCH] eal: map io resources for non x86 architectures

2015-12-18 Thread Thomas Monjalon
2015-12-18 12:04, Jerin Jacob: > On Fri, Dec 18, 2015 at 01:30:53PM +0800, Yuanhan Liu wrote: > > On Thu, Dec 17, 2015 at 04:52:00PM +0530, Santosh Shukla wrote: > > > > One of the main issue with out-of-tree kernel modules is the version > > > > dependency. Probably that igb_uio from DPDK 2.3 will

[dpdk-dev] [PATCH] doc: show version in html guides

2015-12-18 Thread Mcnamara, John
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Thursday, December 17, 2015 10:27 AM > To: Mcnamara, John > Cc: dev at dpdk.org > Subject: [PATCH] doc: show version in html guides > > The version does not appear in the readthedocs theme. > We may

[dpdk-dev] [PATCH v2 1/2] mbuf: provide rte_pktmbuf_alloc_bulk API

2015-12-18 Thread Yuanhan Liu
On Thu, Dec 17, 2015 at 03:42:19PM +, Ananyev, Konstantin wrote: > > > > -Original Message- > > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Yuanhan Liu > > Sent: Thursday, December 17, 2015 6:41 AM > > To: Xie, Huawei > > Cc: dev at dpdk.org > > Subject: Re: [dpdk-dev] [PA

[dpdk-dev] [Question] Which hardware offload functions does DPDK support ?

2015-12-18 Thread Kury Nicolas
Hi! I would like to know which functions (classification, crypto, ...) can be performed in hardware with DPDK ? For classification, I have read that Intel 82599 does it in hardware, are there many other NIC that can make classification in hardware or is this card the only one ? (Source page

[dpdk-dev] [PATCH v5 1/3] vhost: Add callback and private data for vhost PMD

2015-12-18 Thread Xie, Huawei
On 12/18/2015 12:15 PM, Yuanhan Liu wrote: > On Fri, Dec 18, 2015 at 12:15:42PM +0900, Tetsuya Mukawa wrote: >> On 2015/12/17 20:42, Yuanhan Liu wrote: >>> On Tue, Nov 24, 2015 at 06:00:01PM +0900, Tetsuya Mukawa wrote: The vhost PMD will be a wrapper of vhost library, but some of vhost l

[dpdk-dev] [PATCH v5 1/3] vhost: Add callback and private data for vhost PMD

2015-12-18 Thread Rich Lane
I'm using the vhost callbacks and struct virtio_net with the vhost PMD in a few ways: 1. new_device/destroy_device: Link state change (will be covered by the link status interrupt). 2. new_device: Add first queue to datapath. 3. vring_state_changed: Add/remove queue to datapath. 4. destroy_device:

[dpdk-dev] [ [PATCH v2] 01/13] virtio: Introduce config RTE_VIRTIO_INC_VECTOR

2015-12-18 Thread Xie, Huawei
On 12/18/2015 7:25 AM, Stephen Hemminger wrote: > On Thu, 17 Dec 2015 17:32:38 +0530 > Santosh Shukla wrote: > >> On Mon, Dec 14, 2015 at 6:30 PM, Santosh Shukla >> wrote: >>> virtio_recv_pkts_vec and other virtio vector friend apis are written for >>> sse/avx >>> instructions. For arm64 in par

[dpdk-dev] [ [PATCH v2] 01/13] virtio: Introduce config RTE_VIRTIO_INC_VECTOR

2015-12-18 Thread Stephen Hemminger
On Fri, 18 Dec 2015 09:52:29 + "Xie, Huawei" wrote: > > low level SSE bit twiddling. > Hi Stephen: > We only did SSE twiddling to RX, which almost doubles the performance > comparing to normal path in virtio/vhost performance test case. Indirect > and any layout feature enabling are mostly

[dpdk-dev] [PATCH v2 1/2] mbuf: provide rte_pktmbuf_alloc_bulk API

2015-12-18 Thread Stephen Hemminger
On Fri, 18 Dec 2015 10:44:02 + "Ananyev, Konstantin" wrote: > > > > -Original Message- > > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Stephen Hemminger > > Sent: Friday, December 18, 2015 5:01 AM > > To: Xie, Huawei > > Cc: dev at dpdk.org > > Subject: Re: [dpdk-dev] [P

[dpdk-dev] [ [PATCH v2] 01/13] virtio: Introduce config RTE_VIRTIO_INC_VECTOR

2015-12-18 Thread Yuanhan Liu
On Thu, Dec 17, 2015 at 03:24:35PM -0800, Stephen Hemminger wrote: > On Thu, 17 Dec 2015 17:32:38 +0530 > Santosh Shukla wrote: > > > On Mon, Dec 14, 2015 at 6:30 PM, Santosh Shukla > > wrote: > > > virtio_recv_pkts_vec and other virtio vector friend apis are written for > > > sse/avx > > > in

[dpdk-dev] [PATCH] Unlink existing unused sockets at start up

2015-12-18 Thread Ilya Maximets
On 18.12.2015 05:39, Wang, Zhihong wrote: > Yes ideally the underneath lib shouldn't meddle with the recovery logic. > But I do think we should at least put a warning in the lib function said the > app should make the path available. This is another topic though :-) > Like we did in memcpy: > /**

[dpdk-dev] VFIO no-iommu

2015-12-18 Thread Alex Williamson
On Fri, 2015-12-18 at 10:43 +, Yigit, Ferruh wrote: > On Thu, Dec 17, 2015 at 09:43:59AM -0700, Alex Williamson wrote: > <...> > > > > > > > > > > > > > > Also I need to disable VFIO_CHECK_EXTENSION ioctl, > > > > > > > because in > > > > > > > vfio > > > > > > > module, > > > > > > > containe

[dpdk-dev] [PATCH v2 1/2] mbuf: provide rte_pktmbuf_alloc_bulk API

2015-12-18 Thread Xie, Huawei
On 12/18/2015 1:03 PM, Stephen Hemminger wrote: > On Mon, 14 Dec 2015 09:14:41 +0800 > Huawei Xie wrote: > >> v2 changes: >> unroll the loop a bit to help the performance >> >> rte_pktmbuf_alloc_bulk allocates a bulk of packet mbufs. >> >> There is related thread about this bulk API. >> http://dp

[dpdk-dev] [PATCH] fm10k: fix vlan flag bug in scattered RX

2015-12-18 Thread He, Shaopeng
> -Original Message- > From: Wang, Xiao W > Sent: Friday, December 18, 2015 11:09 AM > To: Chen, Jing D > Cc: He, Shaopeng; dev at dpdk.org; Wang, Xiao W > Subject: [PATCH] fm10k: fix vlan flag bug in scattered RX > > In fm10k_recv_scattered_pkts function, a packet is stored in a linked l

[dpdk-dev] [PATCH] Unlink existing unused sockets at start up

2015-12-18 Thread Wang, Zhihong
> On 17.12.2015 07:21, Zhihong Wang wrote: > > This patch unlinks existing unused sockets (which cause new bindings to > > fail, e.g. > vHost PMD) to ensure smooth startup. > > In a lot of cases DPDK applications are terminated abnormally without proper > resource release. > > Original OVS relate

[dpdk-dev] [PATCH v3] doc: announce ABI change for struct rte_eth_conf

2015-12-18 Thread Liu, Jijiang
Hi Boule, > -Original Message- > From: Ivan Boule [mailto:ivan.boule at 6wind.com] > Sent: Tuesday, December 15, 2015 4:50 PM > To: Liu, Jijiang > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v3] doc: announce ABI change for struct > rte_eth_conf > > On 12/14/2015 08:48 AM, Jijian

[dpdk-dev] [PATCH v5 0/4] add virtio offload support in us-vhost

2015-12-18 Thread Liu, Jijiang
Hi Thomas, Any comments on this patch set? This patch set have been fully reviewed and tested, but it has not applied in DPDK2.2. Let me know if you still have some concerns, if not, I will rebased it and send a version. --Jijiang > -Original Message- > From: Xu, Qian Q > Sent: Frid