[dpdk-dev] [PATCH v3 0/3]: bug fixes in the ixgbe PF PMD Rx flow

2015-03-17 Thread Thomas Monjalon
2015-03-13 11:07, Ananyev, Konstantin: > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Vlad Zolotarov > > This series contains some bug fixes that were found during my work on the > > ixgbe LRO > > patches. Sending this series separately on Thomas request so that it may be > > integrate

[dpdk-dev] [PATCH v2] eal: fix Wbad-function-cast warning

2015-03-17 Thread Thomas Monjalon
2015-03-16 13:52, Neil Horman: > On Mon, Mar 16, 2015 at 05:05:06PM +, John McNamara wrote: > > Fix a warning when the rte_common.h header is included in a compilation > > using -Wbad-function-cast, such as in Open vSwitch where the > > following warning is emitted repeatedly: > > > > ../

[dpdk-dev] [PATCH] lib/librte_vhost: add CONFIG_RTE_LIBRTE_VHOST_USER switch

2015-03-17 Thread Thomas Monjalon
2015-03-13 02:50, Ouyang, Changchun: > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Huawei Xie > > Turn on CONFIG_RTE_LIBRTE_VHOST to enable vhost. > > vhost-user is turned on by default. Turn off > > CONFIG_RTE_LIBRTE_VHOST_USER to enable vhost-cuse implementation. > > > > Signed-off-b

[dpdk-dev] [PATCH] vhost: Add a hint on how to add or remove the device to a data core

2015-03-17 Thread Thomas Monjalon
Huawei, any opinion about this patch? 2015-02-27 11:22, Beno?t Canet: > Let's make sure people will not forget to set and unset VIRTIO_DEV_RUNNING. > > Signed-off-by: Beno?t Canet > --- > doc/guides/prog_guide/vhost_lib.rst | 3 ++- > lib/librte_vhost/rte_virtio_net.h | 4 > 2 files chan

[dpdk-dev] [PATCH] librte_pmd_fm10k: Set pointer to NULL after free

2015-03-17 Thread Thomas Monjalon
> > It could be a potential not safe issue. > > > > Signed-off-by: Michael Qiu > > Acked-by: Jing Chen Applied, thanks

[dpdk-dev] [PATCH] app/testpmd: Fix not set need_reconfig flag when port id is RTE_PORT_ALL

2015-03-17 Thread Ouyang, Changchun
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Yong Liu > Sent: Friday, March 13, 2015 10:38 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] app/testpmd: Fix not set need_reconfig flag > when port id is RTE_PORT_ALL > > When port id is RTE_PORT_ALL,

[dpdk-dev] [PATCH] Fix `eventfd_link' module leakages and races

2015-03-17 Thread Ouyang, Changchun
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Pavel Boldin > Sent: Tuesday, March 17, 2015 12:41 AM > To: dev at dpdk.org > Cc: Pavel Boldin > Subject: [dpdk-dev] [PATCH] Fix `eventfd_link' module leakages and races > > From: Pavel Boldin > > The `event

[dpdk-dev] [RFC] af_packet: support port hotplug

2015-03-17 Thread Tetsuya Mukawa
On 2015/03/16 23:47, Iremonger, Bernard wrote: > >> -Original Message- >> From: Tetsuya Mukawa [mailto:mukawa at igel.co.jp] >> Sent: Monday, March 16, 2015 8:57 AM >> To: Iremonger, Bernard >> Cc: John W. Linville; dev at dpdk.org >> Subject: Re: [dpdk-dev] [RFC] af_packet: support port ho

[dpdk-dev] [PATCH] pcap, af_packet, null: Fix memory leaks of 'struct rte_kvargs'

2015-03-17 Thread Tetsuya Mukawa
On 2015/03/16 19:47, Neil Horman wrote: > On Mon, Mar 16, 2015 at 12:42:56PM +0900, Tetsuya Mukawa wrote: >> 'struct rte_kvargs' is allocated in rte_kvargs_parse(), and should be >> freed with rte_kvargs_free(). >> This patch fixes memory leaks of 'struct rte_kvargs' in below PMDs. >> - pcap PMD >

[dpdk-dev] [PATCH] pcap, af_packet, null: Fix memory leaks of 'struct rte_kvargs'

2015-03-17 Thread Tetsuya Mukawa
On 2015/03/16 20:07, Mcnamara, John wrote: >> -Original Message- >> From: Tetsuya Mukawa [mailto:mukawa at igel.co.jp] >> Sent: Monday, March 16, 2015 3:43 AM >> To: dev at dpdk.org >> Cc: Mcnamara, John; Tetsuya Mukawa >> Subject: [PATCH] pcap,af_packet,null: Fix memory leaks of 'struct >>

[dpdk-dev] [PATCH v2] pcap, null: Fix memory leaks of 'struct rte_kvargs'

2015-03-17 Thread Tetsuya Mukawa
'struct rte_kvargs' is allocated in rte_kvargs_parse(), and should be freed with rte_kvargs_free(). This patch fixes memory leaks of 'struct rte_kvargs' in below PMDs. - pcap PMD - null PMD Reported-by: Mcnamara, John Signed-off-by: Tetsuya Mukawa --- lib/librte_pmd_null/rte_eth_null.c | 13 +

[dpdk-dev] Support for MS Hyper-v hypervisor

2015-03-17 Thread Vithal S Mohare
Hi, Would like to know whether present released versions of DPDK (1.7.x) supports MS hyper-v hypervisor. DPDK roadmap document has it in the list for Version 2.1. Please confirm if we need to wait for the support till the release of DPDK 2.1. Thanks, -Vithal

[dpdk-dev] [PATCH v2 15/15] eal: Enable Port Hotplug as default in Linux and BSD

2015-03-17 Thread Tetsuya Mukawa
On 2015/03/14 0:47, Iremonger, Bernard wrote: > >> -Original Message- >> From: Tetsuya Mukawa [mailto:mukawa at igel.co.jp] >> Sent: Thursday, March 12, 2015 10:18 AM >> To: dev at dpdk.org >> Cc: Iremonger, Bernard; Richardson, Bruce; Tetsuya Mukawa >> Subject: [PATCH v2 15/15] eal: Enable

[dpdk-dev] [PATCH] common/rte_memcpy: Fix x86intrin.h missed

2015-03-17 Thread Thomas Monjalon
2015-03-16 17:39, Ananyev, Konstantin: > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > > I think that rte_common_vec.h should be moved into > > lib/librte_eal/common/include/arch/x86/rte_vec.h as it's x86-specific. > > Seems like a good thing to do. > Do you want me to submit a pat

[dpdk-dev] [PATCH] vhost: Add a hint on how to add or remove the device to a data core

2015-03-17 Thread Xie, Huawei
Acked-by Huawei Xie On 2/27/2015 6:22 PM, Beno?t Canet wrote: > Let's make sure people will not forget to set and unset VIRTIO_DEV_RUNNING. > > Signed-off-by: Beno?t Canet > --- > doc/guides/prog_guide/vhost_lib.rst | 3 ++- > lib/librte_vhost/rte_virtio_net.h | 4 > 2 files changed, 6

[dpdk-dev] [PATCH 0/6] Clean up pci uio implementations

2015-03-17 Thread Tetsuya Mukawa
This patch set cleans up pci uio implementation. These clean up are for consolidating pci uio implementation of linuxapp and bsdapp, and moving consolidated functions in eal common. Because of above, this patch set tries to implement linuxapp and bsdapp almost same. Actual consolidations will be do

[dpdk-dev] [PATCH 1/6] eal: Fix cording style of eal_pci.c and eal_pci_uio.c

2015-03-17 Thread Tetsuya Mukawa
This patch fixes cording style of below files in linuxapp and bsdapp. - eal_pci.c - eal_pci_uio.c Signed-off-by: Tetsuya Mukawa --- lib/librte_eal/bsdapp/eal/eal_pci.c | 24 +--- lib/librte_eal/linuxapp/eal/eal_pci_uio.c | 12 2 files changed, 21 insertio

[dpdk-dev] [PATCH 2/6] eal: Close file descriptor of uio configuration

2015-03-17 Thread Tetsuya Mukawa
When pci_uio_unmap_resource() is called, a file descriptor that is used for uio configuration should be closed. Signed-off-by: Tetsuya Mukawa --- lib/librte_eal/linuxapp/eal/eal_pci_uio.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lib/librte_eal/linuxapp/eal/eal_p

[dpdk-dev] [PATCH 3/6] eal: Fix memory leaks and needless incrementation of pci uio implementation

2015-03-17 Thread Tetsuya Mukawa
When pci_map_resource() is failed but path is allocated correctly, path won't be freed. Also, when open() is failed, uio_res won't be freed. This patch fixes these memory leaks. When pci_map_resource() is failed, mapaddr will be MAP_FAILED. In this case, pci_map_addr should not be incremented. Als

[dpdk-dev] [PATCH 4/6] eal/bsdapp: Change names of pci related data structure

2015-03-17 Thread Tetsuya Mukawa
To merge pci code of linuxapp and bsdapp, this patch changes names like below. - uio_map to pci_map - uio_resource to mapped_pci_resource - uio_res_list to mapped_pci_res_list Also, add 'path' variable to pci_map of bsdapp. Signed-off-by: Tetsuya Mukawa --- lib/librte_eal/bsdapp/eal/eal_pci.c

[dpdk-dev] [PATCH 5/6] eal: Use map_idx in pci_uio_map_resource() of bsdapp to work same as linuxapp

2015-03-17 Thread Tetsuya Mukawa
This patch changes code that maps pci resources in bsdapp. Linuxapp has almost same code. To consolidate both, fix implementation of bsdapp to work same as linuxapp. Signed-off-by: Tetsuya Mukawa --- lib/librte_eal/bsdapp/eal/eal_pci.c | 24 1 file changed, 12 insertions

[dpdk-dev] [PATCH 6/6] eal: Fix interface of pci_map_resource()

2015-03-17 Thread Tetsuya Mukawa
The function is implemented in both linuxapp and bsdapp, but interface is different. The patch fixes the function of bsdapp to do same as linuxapp. After applying it, file descriptor should be opened and closed out of pci_map_resource(). Also, remove redundant error messages from linuxapp. Signed-

[dpdk-dev] [PATCH] vhost: Add a hint on how to add or remove the device to a data core

2015-03-17 Thread Thomas Monjalon
> > Let's make sure people will not forget to set and unset VIRTIO_DEV_RUNNING. > > > > Signed-off-by: Beno?t Canet > > Acked-by Huawei Xie Applied, thanks

[dpdk-dev] ["Potential Spoofed"] Re: PMD architecture related to code

2015-03-17 Thread kuldeep.sam...@wipro.com
HI , On PMD any logical flow and code flow for DPDK-1.7.1 . Suggestions are welcome . Regards Kuldeep -Original Message- From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of kuldeep.sam...@wipro.com Sent: Saturday, March 14, 2015 1:22 PM To: bruce.richardson at intel.com Cc: dev at

[dpdk-dev] [PATCH] MAINTAINERS: claim ring pmd library

2015-03-17 Thread Thomas Monjalon
> Signed-off-by: Bruce Richardson Acked-by: Thomas Monjalon Applied, thanks

[dpdk-dev] [PATCH] maintainers: claim misc sample applications

2015-03-17 Thread Thomas Monjalon
> Claim the following sample applications: > * dpdk_qat > * helloworld > * l2fwd > * skeleton > > Signed-off-by: Bruce Richardson Acked-by: Thomas Monjalon Applied, thanks

[dpdk-dev] [PATCH] maintainers: claim EAL Intel x86

2015-03-17 Thread Thomas Monjalon
> Signed-off-by: Konstantin Ananyev > Intel x86 > +M: Bruce Richardson > +M: Konstantin Ananyev > F: lib/librte_eal/common/include/arch/x86/ Acked-by: Thomas Monjalon Applied, thanks

[dpdk-dev] DPDK 1.7 - rte_eth_dev_flow_ctrl_set API returns error code -95

2015-03-17 Thread Bhat, Sharat (Nokia - IN/Bangalore)
Hello , We have 30 VF's and first 15 VF's are handled by DPDK i.e. bound to igb_uio and PF is boud to ixgbe driver. I am trying to set Flow Control parameters for a VF/port using rte_eth_dev_flow_ctrl but it always returns error code -95. Same error code is returned by tetspmd application a

[dpdk-dev] Bug in rte_kni

2015-03-17 Thread Dey, Souvik
Hi All, I was trying out handling of jumbo packets in DPDK, but I came across an issue where I see that the multiple segmented mbufs are not supported in the rte_kni and due to which the packets are not properly handled/converted to skb before giving it to the kernel. Is there an

[dpdk-dev] DPDK 1.7 - rte_eth_dev_flow_ctrl_set API returns error code -95

2015-03-17 Thread Neil Horman
On Tue, Mar 17, 2015 at 02:51:26PM +, Bhat, Sharat (Nokia - IN/Bangalore) wrote: > Hello , > > We have 30 VF's and first 15 VF's are handled by DPDK i.e. bound to igb_uio > and PF is boud to ixgbe driver. > > I am trying to set Flow Control parameters for a VF/port using > rte_eth_dev_f

[dpdk-dev] DPDK on EC2?

2015-03-17 Thread Jeff Wang
Thanks Andre and Rashmin! I'm trying to deploy this dpdk-ovs on EC2. https://github.com/01org/dpdk-ovs But the way it works on my own machine seems quite different with it does on the cloud. I'm still confused about the hardware virtualization on EC2. On Mon, Mar 16, 2015 at 5:03 PM, Patel, Ras

[dpdk-dev] [PATCH v4] ABI: Add abi checking utility

2015-03-17 Thread Thomas Monjalon
Hi Neil, I tested this tool and I see few small improvements possible. 2015-03-13 10:09, Neil Horman: > There was a request for an abi validation utilty for the ongoing ABI stability utility > work. As it turns out there is a abi compliance checker in

[dpdk-dev] [RFC PATCH] eal: rte_rand yields only 62 random bits

2015-03-17 Thread Robert Sanford
The implementation of rte_rand() returns only 62 bits of pseudo-randomness, because the underlying calls to lrand48() "return non-negative long integers uniformly distributed between 0 and 2^31." We have written a potential fix, but before we spend more time testing and refining it, I wanted to c

[dpdk-dev] [PATCH] doc: remove copyright from base of page

2015-03-17 Thread Thomas Monjalon
> > Removing Intel copyright from base of page for each document. > > > > Signed-off-by: Siobhan Butler > > Acked-by: Pablo de Lara Applied, thanks

[dpdk-dev] [PATCH v4] ABI: Add abi checking utility

2015-03-17 Thread Thomas Monjalon
More comments: Please rename to validate-abi.sh (with an hyphen) to be more consistent with other scripts. Please add it in the MAINTAINERS file. Thanks 2015-03-17 16:42, Thomas Monjalon: > Hi Neil, > > I tested this tool and I see few small improvements possible. > > 2015-03-13 10:09, Neil Hor

[dpdk-dev] [PATCH 0/3] additional sample app guides

2015-03-17 Thread Thomas Monjalon
> > This patchset includes two new sample app guides. > > > > The first is for the existing basic forwarding/skeleton application. > > > > The second is for the recently added rxtx_callbacks sample application. > > > > John McNamara (3): > > examples/skeleton: minor refactoring to help documen

[dpdk-dev] [PATCH v2] doc: Update prog guide for virtio

2015-03-17 Thread Thomas Monjalon
> > This patch add contents for major change in single virtio implementation, > > also > > add back something for merge-able feature and promiscuous mode in virtio. > > > > Signed-off-by: Changchun Ouyang > > Acked-by: Siobhan Butler Applied, thanks

[dpdk-dev] [PATCH] doc: correct the format of quota

2015-03-17 Thread Thomas Monjalon
> remove the coma character by using ' character > > Signed-off-by: Jingjing Wu Applied, thanks

[dpdk-dev] [PATCH v4] ABI: Add abi checking utility

2015-03-17 Thread Neil Horman
On Tue, Mar 17, 2015 at 04:42:31PM +0100, Thomas Monjalon wrote: > Hi Neil, > > I tested this tool and I see few small improvements possible. > I'll fix the bug you found, but I'm not going to go chasing every feature that you happen to note. Not saying they're not fine features, but I don't hav

[dpdk-dev] [PATCH v5] ABI: Add abi checking utility

2015-03-17 Thread Neil Horman
There was a request for an abi validation utilty for the ongoing ABI stability work. As it turns out there is a abi compliance checker in development that seems to be under active development and provides fairly detailed ABI compliance reports. Its not yet intellegent enough to understand symbol

[dpdk-dev] [PATCH] rte_mbuf: mbuf bulk alloc/free functions added + unittest

2015-03-17 Thread vadim.sur...@gmail.com
From: "vadim.suraev at gmail.com" - an API function to allocate a bulk of rte_mbufs - an API function to free a bulk of rte_mbufs - an API function to free a chained rte_mbuf - unittest for above Signed-off-by: vadim.suraev at gmail.com --- app/test/test_mbuf.c | 94 +++

[dpdk-dev] [PATCH] rte_mbuf: bulk allocation and freeing functions + unittest

2015-03-17 Thread Vadim Suraev
Hi, Olivier, >I don't understand the "assumes refcnt has been already decremented". I changed to 'assumes refcnt equals 0' >Adding this function is not a problem today because it is the free > function associated to rte_pktmbuf_bulk_raw_alloc(). >However, I think that the 'raw' alloc/free funct

[dpdk-dev] [PATCH] rte_mbuf: mbuf bulk alloc/free functions added + unittest

2015-03-17 Thread Thomas Monjalon
Hi Vadim, It would be easier to track your changes if you were adding v2 and changelog. Thanks 2015-03-17 22:16, vadim.suraev at gmail.com: > From: "vadim.suraev at gmail.com" > > - an API function to allocate a bulk of rte_mbufs > - an API function to free a bulk of rte_mbufs > - an API functi

[dpdk-dev] [PATCH] doc: add l2fwd-jobstats user guide

2015-03-17 Thread Thomas Monjalon
Hi Pawel, 2015-03-11 10:41, Pawel Wodkowski: > doc/guides/sample_app_ug/index.rst| 1 + > doc/guides/sample_app_ug/l2_forward_job_stats.rst | 637 > ++ > 2 files changed, 638 insertions(+) My checkpatch has detected 25 trailing whitespaces and 2 typos: WAR

[dpdk-dev] [PATCH v2 0/2] doc: update doc for fm10k driver

2015-03-17 Thread Thomas Monjalon
> Update programming guide and release notes for fm10k driver. > > Changes in v2: > - Remove a punctuation. > > > Chen Jing D(Mark) (2): > doc: update programmers guide for fm10k pmd driver > doc: update release note for fm10k pmd driver > > Acked-by Siobhan Butler Applied, thanks

[dpdk-dev] [PATCH v5] ABI: Add abi checking utility

2015-03-17 Thread Thomas Monjalon
2015-03-17 14:08, Neil Horman: > There was a request for an abi validation utilty for the ongoing ABI stability > work. As it turns out there is a abi compliance checker in development that > seems to be under active development and provides fairly detailed ABI > compliance > reports. Its not ye

[dpdk-dev] [PATCH] version: fix include

2015-03-17 Thread Thomas Monjalon
> When including rte_version.h without string.h, there is a compilation error: > include/rte_version.h: error: implicit declaration of function ?strlen? > > Signed-off-by: Thomas Monjalon Applied

[dpdk-dev] [PATCH] tools: remove chmod absolute path in setup.sh

2015-03-17 Thread Thomas Monjalon
2015-03-12 18:18, Andre Richter: > setup.sh uses /usr/bin/chmod, but depending on distribution, it is not always > there. > For example, Ubuntu has /bin/chmod. Fix this by removing the absolute path, > like it is > done e.g. with grep. Applied, thanks

[dpdk-dev] [PATCH v7] af_packet: Fix some klocwork errors

2015-03-17 Thread Thomas Monjalon
> > > > Fix possible memory leak issue: free kvlist before return; > > > > Fix possible resource lost issue: close qssockfd before return; > > > > > > > > Signed-off-by: Changchun Ouyang > > > > --- > > > > Change in v7: > > > > - Remove unnecessary '!= NULL' check before freeing it; > > > > >

[dpdk-dev] [PATCH v2] rte_mbuf: mbuf bulk alloc/free functions added + unittest

2015-03-17 Thread vadim.sur...@gmail.com
From: "vadim.suraev at gmail.com" This patch adds mbuf bulk allocation/freeing functions and unittest Signed-off-by: Vadim Suraev --- New in v2: - function rte_pktmbuf_alloc_bulk added - function rte_pktmbuf_bulk_free added - function rte_pktmbuf_free_chain added - applied revie

[dpdk-dev] [PATCH] rte_mbuf: bulk allocation and freeing functions + unittest

2015-03-17 Thread Vadim Suraev
>>I don't understand the "assumes refcnt has been already decremented". >I changed to 'assumes refcnt equals 0' 1. I changed to 'assumes refcnt equals 1' 2. I have a doubt about manipulating refcnt in this function. Should it be the only check/assert or should it be responsibility of the caller?

[dpdk-dev] [PATCH v2] pcap, null: Fix memory leaks of 'struct rte_kvargs'

2015-03-17 Thread Thomas Monjalon
2015-03-17 13:12, Tetsuya Mukawa: > 'struct rte_kvargs' is allocated in rte_kvargs_parse(), and should be > freed with rte_kvargs_free(). > This patch fixes memory leaks of 'struct rte_kvargs' in below PMDs. > - pcap PMD > - null PMD > > Reported-by: Mcnamara, John > Signed-off-by: Tetsuya Muka

[dpdk-dev] [PATCH] null: Fix dereference before null check in eth_null_copy_tx()

2015-03-17 Thread Thomas Monjalon
> This patch fixes potential null pointer access of eth_null_copy_tx(). > > Reported-by: Mcnamara, John > Signed-off-by: Tetsuya Mukawa Applied, thanks

[dpdk-dev] [dpdk-announce] release candidate 2.0.0-rc2

2015-03-17 Thread Thomas Monjalon
A new DPDK release candidate is ready for testing: http://dpdk.org/browse/dpdk/tag/?id=v2.0.0-rc2 We are approaching the planned release date (end of the month). It means that we must prioritize work on doc, important fixes and review of pending fixes. Some build issues remain in some envi

[dpdk-dev] [PATCH v2] rte_mbuf: mbuf bulk alloc/free functions added + unittest

2015-03-17 Thread Ananyev, Konstantin
Hi Vadim, > -Original Message- > From: vadim.suraev at gmail.com [mailto:vadim.suraev at gmail.com] > Sent: Tuesday, March 17, 2015 9:36 PM > To: dev at dpdk.org > Cc: olivier.matz at 6wind.com; stephen at networkplumber.org; Ananyev, > Konstantin; vadim.suraev at gmail.com > Subject: [PA