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
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:
> >
> > ../
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
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
> > It could be a potential not safe issue.
> >
> > Signed-off-by: Michael Qiu
>
> Acked-by: Jing Chen
Applied, thanks
> -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,
> -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
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
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
>
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
>>
'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 +
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
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
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
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
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
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
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
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
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
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
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-
> > 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
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
> Signed-off-by: Bruce Richardson
Acked-by: Thomas Monjalon
Applied, thanks
> Claim the following sample applications:
> * dpdk_qat
> * helloworld
> * l2fwd
> * skeleton
>
> Signed-off-by: Bruce Richardson
Acked-by: Thomas Monjalon
Applied, thanks
> 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
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
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
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
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
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
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
> > Removing Intel copyright from base of page for each document.
> >
> > Signed-off-by: Siobhan Butler
>
> Acked-by: Pablo de Lara
Applied, thanks
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
> > 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
> > 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
> remove the coma character by using ' character
>
> Signed-off-by: Jingjing Wu
Applied, thanks
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
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
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 +++
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
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
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
> 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
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
> 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
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
> > > > 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;
> > > >
>
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
>>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?
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
> This patch fixes potential null pointer access of eth_null_copy_tx().
>
> Reported-by: Mcnamara, John
> Signed-off-by: Tetsuya Mukawa
Applied, thanks
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
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
55 matches
Mail list logo