eal_flags and multiprocess unit tests use --file-prefix option
which is not supported in FreeBSD, so it has been removed
if compiled for this OS
Signed-off-by: Pablo de Lara
---
app/test/test_eal_flags.c| 16
app/test/test_mp_secondary.c | 10 ++
2 files changed,
Thank you very much Pablo.
-Original Message-
From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Pablo de Lara
Sent: Saturday, November 15, 2014 11:13 AM
To: dev at dpdk.org
Subject: [dpdk-dev] [PATCH 2/4] doc: Corrected info for tx_checksum set mask
function, in testpmd UG
tx_checksum
Signed-off-by: Pablo de Lara
---
doc/guides/testpmd_app_ug/testpmd_funcs.rst | 10 ++
1 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst
b/doc/guides/testpmd_app_ug/testpmd_funcs.rst
index 2e64a3a..7dd9c3a 100644
--- a/doc/guides/
Moved commands in testpmd UG to set queue rates
to match order in testpmd command help.
Created new section "Filters" to match that
same section in testpmd UG, and moved all
commands related to it there.
Signed-off-by: Pablo de Lara
---
doc/guides/testpmd_app_ug/testpmd_funcs.rst | 1019 +++
tx_checksum set mask function now allows 4 extra bits in the mask
for TX checksum offload
Signed-off-by: Pablo de Lara
---
doc/guides/testpmd_app_ug/testpmd_funcs.rst | 10 +-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst
b/
Added info in testpmd functions section for the following commands:
- tunnel_filter add
- tunnel_filter rm
- rx_vxlan_port add
- rx_vxlan_port rm
- port stop/start queue
- set port mac address filter (for VF)
Signed-off-by: Pablo de Lara
---
doc/guides/testpmd_app_ug/testpmd_funcs.rst | 47 ++
TestPMD app has been added new commands, which should be reflected
in the user guide. Also, this patchset fixes several typos and
changes the location of the description of some commands.
Pablo de Lara (4):
doc: Added new commands in testpmd UG
doc: Corrected info for tx_checksum set mask func
set link-up and set link-down were not included
in the help command.
Signed-off-by: Pablo de Lara
---
app/test-pmd/cmdline.c |4
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/app/test-pmd/cmdline.c b/app/test-pmd/cmdline.c
index 4c3fc76..5d5b725 100644
--- a/app/test-pm
Hi,
I am making netflow collector with DPDK.
I need to export result to another server with socket programming.
But I can not include which defines struct sockaddr_in.
How can I make application with traditional socket programming and DPDK?
Thanks.
Choonho Son
2014-11-15 08:28, Neil Horman:
> On Sat, Nov 15, 2014 at 04:08:47PM +0900, Choonho Son wrote:
> > I am making netflow collector with DPDK.
> > I need to export result to another server with socket programming.
> > But I can not include which defines struct sockaddr_in.
> >
> > How can I make appl
Hello Matt,
You can specify RSS configuration through rte_eth_dev_configure()
function supplied with this structure:
struct rte_eth_conf port_conf = {
.rxmode = {
.mq_mode= ETH_MQ_RX_RSS,
...
},
.rx_adv_conf = {
.rss_conf = {
.rss_key = NULL,
Hi , im succesfully integrate boost asio c++ code with dpdk libraries. I do
packet processing with dpdk collecting statistics of protocol usage and
then use a extern function to send the statistics (custom struct) through a
boost socket in c++ code. Boost libraries use netinet/in.h internally .
May
Fantastic. Thanks for the assist.
--
Matt Laswell
laswell at infiniteio.com
infinite io, inc.
On Sat, Nov 15, 2014 at 1:10 AM, Yerden Zhumabekov
wrote:
> Hello Matt,
>
> You can specify RSS configuration through rte_eth_dev_configure() function
> supplied with this structure:
>
> struct rte_
implement socket server
fd event dispatch mechanism
vhost sock message handling
memory map for each region
VHOST_USER_SET_VRING_KICK_FD as the indicator that vring is available
VHOST_USER_GET_VRING_BASE as the message that vring should be released
The message flow between vhost-user and vhost-cus
On Sat, Nov 15, 2014 at 04:08:47PM +0900, Choonho Son wrote:
> Hi,
>
> I am making netflow collector with DPDK.
> I need to export result to another server with socket programming.
> But I can not include which defines struct sockaddr_in.
>
> How can I make application with traditional socket pr
> -Original Message-
> From: Tetsuya Mukawa [mailto:mukawa at igel.co.jp]
> Sent: Thursday, November 13, 2014 7:53 PM
> To: Xie, Huawei; dev at dpdk.org
> Cc: Long, Thomas
> Subject: Re: vhost-user technical isssues
>
> Hi Xie,
>
> (2014/11/14 9:22), Xie, Huawei wrote:
> >> I think so.
On 14/11/14 22:05, Sanford, Robert wrote:
> Hello Thomas,
>
> I want to discuss a small enhancement to KNI that we developed. We wanted
> to send/receive mbufs between one KNI device and multiple cores, but we
> wanted to keep the changes simple. So, here were our requirements:
>
> 1. Don't use hea
It will be always good if you can submit the RFC patch in terms of KNI
optimization.
On the other hand, do you have any perf. data to prove that your patchset could
improve
KNI performance which is the concern that most customers care about? We
introduced
multiple-threaded KNI kernel support la
18 matches
Mail list logo