[dpdk-dev] [PATCH] vhost: call rte_vhost_enable_guest_notification only on enabled queues

2016-04-08 Thread Yuanhan Liu
On Thu, Apr 07, 2016 at 03:29:32PM +, Loftus, Ciara wrote: > > On 4/7/2016 8:29 AM, Rich Lane wrote: > > > If the vhost PMD were configured with more queues than the guest, the > > old > > > code would segfault in rte_vhost_enable_guest_notification due to a NULL > > > virtqueue pointer. > > >

[dpdk-dev] [PATCH] vhost: call rte_vhost_enable_guest_notification only on enabled queues

2016-04-08 Thread Yuanhan Liu
On Wed, Apr 06, 2016 at 05:29:06PM -0700, Rich Lane wrote: > If the vhost PMD were configured with more queues than the guest, the old > code would segfault in rte_vhost_enable_guest_notification due to a NULL > virtqueue pointer. > > Fixes: ee584e9710b9 ("vhost: add driver on top of the

[dpdk-dev] [PATCH] vhost: call rte_vhost_enable_guest_notification only on enabled queues

2016-04-08 Thread Tan, Jianfeng
On 4/7/2016 11:29 PM, Loftus, Ciara wrote: >> On 4/7/2016 8:29 AM, Rich Lane wrote: >>> If the vhost PMD were configured with more queues than the guest, the >> old >>> code would segfault in rte_vhost_enable_guest_notification due to a NULL >>> virtqueue pointer. >>> >>> Fixes: ee584e9710b9

[dpdk-dev] [PATCH] examples: fix not all queues drained in l3fwd-*

2016-04-08 Thread Thomas Monjalon
> In l3fwd-acl and l3fwd-power not all tx ports was included in tx_port_id > array, used to periodically drain only available ports. This caused that > some packets can remain in buffer when application stops to receiving > packets or when size of burst is small. > > Fixes: e2366e74e029

[dpdk-dev] [PATCH] scripts: build with libsso

2016-04-08 Thread Thomas Monjalon
> > Subject: [PATCH] scripts: build with libsso > > > > Signed-off-by: Thomas Monjalon > > Acked-by: Pablo de Lara Applied

[dpdk-dev] [PATCH 0/8] simpler and better build test

2016-04-08 Thread Thomas Monjalon
2016-03-29 18:15, Thomas Monjalon: > These are some improvements to the script test-build.sh which > makes compilation testing easier in various environments with > different dependencies. > > Thomas Monjalon (8): > scripts: fix run in any directory > scripts: remove legacy build method test

[dpdk-dev] [PATCH] mk: show version as a decimal integer

2016-04-08 Thread Thomas Monjalon
2016-03-24 22:26, Thomas Monjalon: > In order to ease packaging support of changes in DPDK build system, > introduce a decimal integer to compare version numbers. > It does not show the minor numbers as it is not meaningful for packaging. > > Usage for DPDK 16.04: > % make showversionum > 1604 >

[dpdk-dev] [PATCH] bnx2x: Update documentation

2016-04-08 Thread Thomas Monjalon
2016-04-07 11:22, Rasesh Mody: > Please apply the documentation patch for 16.04. > > Signed-off-by: Rasesh Mody Applied, thanks

[dpdk-dev] [PATCH] doc: announce ABI change for rte_port_source_params structure

2016-04-08 Thread Thomas Monjalon
> > > Several new fields will be added to structure rte_port_source_params > > > for source port enhancement with pcap file reading support. > > > > > > Signed-off-by: Fan Zhang > > > Acked-by: Cristian Dumitrescu > > > > Acked-by: Jasvinder Singh > > Acked-by: Piotr Azarewicz Applied,

[dpdk-dev] [PATCH v1] doc: fix spellings

2016-04-08 Thread Thomas Monjalon
2016-04-07 22:14, John McNamara: > Fix some spelling errors and typos. > > Signed-off-by: John McNamara Applied, thanks

[dpdk-dev] [PATCH] doc: announce xstats api change for 16.07

2016-04-08 Thread Thomas Monjalon
> > This patch adds a notice that the API for the xstats functionality will be > > modified in the 16.07 release, with no backwards compatibility planned > > as it would require code duplication in each PMD that supports xstats. > > > > Signed-off-by: Harry van Haaren > > Acked-by: Thomas

[dpdk-dev] DPDK namespace

2016-04-08 Thread Thomas Monjalon
2016-04-07 11:18, Thomas Monjalon: > 2016-04-05 15:56, Thomas Monjalon: > > The goal of this email is to get some feedback on how important it is > > to fix the DPDK namespace. > > Everybody agree every symbols must be prefixed. Checking and fixing the > namespace consistency will be in the

[dpdk-dev] [dpdk-announce] release candidate 16.04-rc4

2016-04-08 Thread Thomas Monjalon
A new DPDK release candidate is ready for testing: http://dpdk.org/browse/dpdk/tag/?id=v16.04-rc4 This is the last release candidate for 16.04. Most of the changes are some bug fixes or doc updates. The release will be closed as soon as every last details will be fixed. Please check the

[dpdk-dev] Port 0 Link Down - L2fwd sample application

2016-04-08 Thread Lu, Wenzhuo
Hi Vivek, > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Vivek Gupta > Sent: Thursday, April 7, 2016 9:19 PM > To: Marc Sune > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] Port 0 Link Down - L2fwd sample application > > I have installed DPDK 2.2 version

[dpdk-dev] [PATCH] vhost: call rte_vhost_enable_guest_notification only on enabled queues

2016-04-08 Thread Tetsuya Mukawa
On 2016/04/08 2:20, Thomas Monjalon wrote: >>> If the vhost PMD were configured with more queues than the guest, the old >>> code would segfault in rte_vhost_enable_guest_notification due to a NULL >>> virtqueue pointer. >>> >>> Fixes: ee584e9710b9 ("vhost: add driver on top of the library") >>>

[dpdk-dev] [PATCH] ixgbe: checkpatch cleanups

2016-04-08 Thread Lu, Wenzhuo
Hi, > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Stephen Hemminger > Sent: Friday, April 8, 2016 7:45 AM > To: Zhang, Helin; Ananyev, Konstantin > Cc: dev at dpdk.org; Stephen Hemminger > Subject: [dpdk-dev] [PATCH] ixgbe: checkpatch cleanups > > Run

[dpdk-dev] ethdev: replacement for rte_pci_dev_ids.h?

2016-04-08 Thread Sean Hope (shope)
>2016-04-07 18:10, Sean Hope: >> Hello, >> >> I see that rte_pci_dev_ids.h has been removed. > >No it has not been removed (yet): > > http://dpdk.org/browse/dpdk/tree/lib/librte_eal/common/include/rte_pci_de >v_ids.h > >> We are using it on our product to get supported device ids. >> >>

[dpdk-dev] eal/tile arch broken on v16.04

2016-04-08 Thread tom.barbe...@ulg.ac.be
Hi, I cannot build DPDK for tile-tilegx-linuxapp-gcc with any of the release candidates for 16.04 : -- (...) CC eal.o In file included from /home/tom/dpdk-tile/lib/librte_eal/linuxapp/eal/eal.c:68:0: /home/tom/dpdk-tile/tile-tilegx-linuxapp-gcc/include/rte_cycles.h:40:24: fatal error:

[dpdk-dev] [PATCH] vhost: call rte_vhost_enable_guest_notification only on enabled queues

2016-04-08 Thread Yuanhan Liu
On Fri, Apr 08, 2016 at 10:45:33AM +0900, Tetsuya Mukawa wrote: > On 2016/04/08 2:20, Thomas Monjalon wrote: > >>> If the vhost PMD were configured with more queues than the guest, the old > >>> code would segfault in rte_vhost_enable_guest_notification due to a NULL > >>> virtqueue pointer. > >>>

[dpdk-dev] [RFC] vhost user: add error handling for fd > 1023

2016-04-08 Thread Xie, Huawei
On 4/7/2016 10:52 PM, Christian Ehrhardt wrote: > I totally agree to that there is no deterministic rule what to expect. > The only rule is that #fd certainly always is > #vhost_user devices. > In various setup variants I've crossed fd 1024 anywhere between 475 > and 970 vhost_user ports. > > Once

[dpdk-dev] [PATCH] vhost: call rte_vhost_enable_guest_notification only on enabled queues

2016-04-08 Thread Tetsuya Mukawa
On 2016/04/08 15:14, Yuanhan Liu wrote: > On Fri, Apr 08, 2016 at 10:45:33AM +0900, Tetsuya Mukawa wrote: >> On 2016/04/08 2:20, Thomas Monjalon wrote: > If the vhost PMD were configured with more queues than the guest, the old > code would segfault in rte_vhost_enable_guest_notification

[dpdk-dev] [PATCH] ixgbe: fix wrong packet type for VxLAN & NVGRE

2016-04-08 Thread Wenzhuo Lu
VxLAN & NVGRE are supported by x550. As we know HW can parse the packet and tell SW the type info. For VxLAN & NVGRE packets there's some change. HW will not tell SW the info of the outer header but the inner header instead. But we always take the info as it's for the outer header. So the packet

[dpdk-dev] eal/tile arch broken on v16.04

2016-04-08 Thread Thomas Monjalon
2016-04-08 05:37, tom.barbette at ulg.ac.be: > Hi, > > I cannot build DPDK for tile-tilegx-linuxapp-gcc with any of the release > candidates for 16.04 : I'm still waiting for a free toolchain working with DPDK here: http://www.mellanox.com/repository/solutions/tile-scm/ > I also could

[dpdk-dev] On DPDK ABI policy

2016-04-08 Thread Marc Sune
2016-04-07 23:52 GMT+02:00 Matthew Hall : > On Thu, Apr 07, 2016 at 02:51:35PM +0300, Panu Matilainen wrote: > > LTS releases could help the situation somewhat, but then again > > people tend to still want those new fancy things backported (you > > know, have the cake and eat it too) but that

[dpdk-dev] On DPDK ABI policy

2016-04-08 Thread Marc Sune
2016-04-07 13:51 GMT+02:00 Panu Matilainen : > [ change of subject since this is about ABI policy, not namespacing ] > > On 04/07/2016 01:16 PM, Marc Sune wrote: > >> >> >> 2016-04-07 11:33 GMT+02:00 Panu Matilainen > >: >> >> On 04/07/2016 12:18 PM, Thomas

[dpdk-dev] [PATCH v1] doc:add tested platforms and nics

2016-04-08 Thread Qian Xu
add a new file about tested platforms and nics in doc/guides/nics Signed-off-by: Qian Xu diff --git a/doc/guides/nics/index.rst b/doc/guides/nics/index.rst index 769f677..d34040b 100644 --- a/doc/guides/nics/index.rst +++ b/doc/guides/nics/index.rst @@ -36,6 +36,7 @@ Network Interface Controller

[dpdk-dev] [PATCH v1] doc:add tested platforms and nics

2016-04-08 Thread Thomas Monjalon
2016-04-08 16:57, Qian Xu: > add a new file about tested platforms and nics in doc/guides/nics > Signed-off-by: Qian Xu > > diff --git a/doc/guides/nics/index.rst b/doc/guides/nics/index.rst > index 769f677..d34040b 100644 > --- a/doc/guides/nics/index.rst > +++ b/doc/guides/nics/index.rst > @@

[dpdk-dev] [PATCH] scripts: test build with all stats enabled

2016-04-08 Thread Thomas Monjalon
These stats will be compiled when adding +debug to test-build.sh targets: CONFIG_RTE_LIBRTE_IP_FRAG_TBL_STAT CONFIG_RTE_SCHED_COLLECT_STATS CONFIG_RTE_PORT_STATS_COLLECT CONFIG_RTE_TABLE_STATS_COLLECT CONFIG_RTE_PIPELINE_STATS_COLLECT

[dpdk-dev] [PATCH] doc: announce API changes for device objects

2016-04-08 Thread Olivier Matz
On 04/07/2016 07:27 PM, Jan Viktorin wrote: > On Thu, 7 Apr 2016 17:33:17 +0200 > David Marchand wrote: > >> Following discussions with Jan, here is a deprecation notice to prepare for >> hotplug and rte_device changes to come in 16.07. >> >> Signed-off-by: David Marchand >> --- > Acked-by:

[dpdk-dev] [PATCH v1] doc:add tested platforms and nics

2016-04-08 Thread Mcnamara, John
Hi, Thanks for that, some comments below. > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Qian Xu > Sent: Friday, April 8, 2016 9:57 AM > To: dev at dpdk.org > Cc: Xu, Qian Q > Subject: [dpdk-dev] [PATCH v1] doc:add tested platforms and nics > > add a new

[dpdk-dev] [PATCH v1] doc:add tested platforms and nics

2016-04-08 Thread Mcnamara, John
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Friday, April 8, 2016 10:06 AM > To: Xu, Qian Q > Cc: dev at dpdk.org; Mcnamara, John > Subject: Re: [dpdk-dev] [PATCH v1] doc:add tested platforms and nics > > > overview > > +

[dpdk-dev] [examples/ip_pipeline: fix wrong size of argument 1/1]

2016-04-08 Thread Marcin Kerlin
CID 120150: Wrong size of the allocated memory. Passing argument as size of pointer (8UL) instead of size of structure app_pipeline_firewall_rule. Signed-off-by: Marcin Kerlin --- examples/ip_pipeline/pipeline/pipeline_firewall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[dpdk-dev] [PATCH v2 1/1] examples/ip_pipeline: fix wrong size of argument

2016-04-08 Thread Marcin Kerlin
v2: added fixline CID 120150: Wrong size of the allocated memory. Passing argument as size of pointer (8UL) instead of size of structure app_pipeline_firewall_rule. Fixes: 67ebdbef0c31 ("examples/ip_pipeline: add bulk update of firewall rules") Signed-off-by: Marcin Kerlin ---

[dpdk-dev] [PATCH] doc: announce ABI changes for user-owned mempool caches

2016-04-08 Thread Hunt, David
On 4/5/2016 4:42 PM, Olivier Matz wrote: > On 04/05/2016 11:23 AM, Lazaros Koromilas wrote: >> Deprecation notice for 16.04 for changes targeting release 16.07. >> The changes affect struct rte_mempool, rte_mempool_cache and the >> mempool API. >> >> Signed-off-by: Lazaros Koromilas > Acked-by:

[dpdk-dev] [PATCH v1] doc:add tested platforms and nics

2016-04-08 Thread Xu, Qian Q
Agreed, and others can add their NICs info into the tested NICs and platforms. One question about the release version, the NICs and platforms may change with the release version, for example, for each release, the information may be different, so we need mention the release version for the

[dpdk-dev] [PATCH v1] doc:add tested platforms and nics

2016-04-08 Thread Thomas Monjalon
2016-04-08 14:29, Xu, Qian Q: > Agreed, and others can add their NICs info into the tested NICs and > platforms. One question about the release version, the NICs and platforms may > change with the release version, for example, for each release, the > information may be different, so we need

[dpdk-dev] [PATCH v2] doc: add section on tested platforms and nics

2016-04-08 Thread John McNamara
Add a new section on tested platforms and nics to the release notes. Signed-off-by: Qian Xu Signed-off-by: John McNamara --- V2: - Moved text to release notes. - Made mailing list changes. doc/guides/rel_notes/release_16_04.rst | 120 + 1 file changed, 120

[dpdk-dev] DPDK 2.2 issue with dpdk kni-virtio

2016-04-08 Thread chintu hetam
Hello All, We are trying to test virtio-vhost-kni performance, I able to start kni application but after that when i looked for /sys/class/net/vEth0, there's no sock_fd and sock_en parameters, hence i am stuck from attaching fd to virtio-qemu. Host: Fedora 23 HugetblsFS: 1G pages Following is

[dpdk-dev] [PATCH] doc: announce API changes for device objects

2016-04-08 Thread Thomas Monjalon
2016-04-08 11:35, Olivier Matz: > On 04/07/2016 07:27 PM, Jan Viktorin wrote: > > On Thu, 7 Apr 2016 17:33:17 +0200 > > David Marchand wrote: > > > >> Following discussions with Jan, here is a deprecation notice to prepare for > >> hotplug and rte_device changes to come in 16.07. > >> > >>

[dpdk-dev] [PATCH] docs: cryptodev chapter for programmer's guide

2016-04-08 Thread Declan Doherty
Signed-off-by: Declan Doherty --- doc/guides/cryptodevs/index.rst | 3 +- doc/guides/cryptodevs/overview.rst | 94 doc/guides/prog_guide/cryptodev_lib.rst | 569 +-- doc/guides/prog_guide/img/crypto_op.svg | 75 +++

[dpdk-dev] [PATCH] docs: cryptodev chapter for programmer's guide

2016-04-08 Thread Declan Doherty
On 08/04/16 17:02, Declan Doherty wrote: > Signed-off-by: Declan Doherty > --- ... > Self Nack, I'm forgot to include the first patch of the patchset. Will resend. Declan

[dpdk-dev] [PATCH] performance-thread: limit app compilation to x86_64 targets

2016-04-08 Thread Pablo de Lara
Performance-thread sample app is only supported for x86_64 targets, so this commit adds a check to avoid compilation on other targets. Signed-off-by: Pablo de Lara --- examples/performance-thread/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git

[dpdk-dev] [PATCH 0/2] cryptodev documentation patches

2016-04-08 Thread Declan Doherty
Add an overview section to the cryptodev guide which outlines each PMD supported algorithms. Add new chapter to the DPDK user guide for the cryptodev library Declan Doherty (2): docs: add cryptodevs guide overview section docs: cryptodev chapter for programmer's guide

[dpdk-dev] [PATCH 1/2] docs: add cryptodevs guide overview section

2016-04-08 Thread Declan Doherty
Details supported device features and algorithms for each crypto PMD. Signed-off-by: Declan Doherty --- doc/guides/cryptodevs/index.rst| 3 +- doc/guides/cryptodevs/overview.rst | 94 ++ 2 files changed, 96 insertions(+), 1 deletion(-) create mode

[dpdk-dev] [PATCH 2/2] docs: cryptodev chapter for programmer's guide

2016-04-08 Thread Declan Doherty
Add a programmer's guide section for cryptodev library. Signed-off-by: Declan Doherty --- doc/guides/prog_guide/cryptodev_lib.rst | 584 +++ doc/guides/prog_guide/img/crypto_op.svg | 75 +++ doc/guides/prog_guide/img/crypto_xform_chain.svg | 145 ++

[dpdk-dev] [PATCH] doc: fill nics features matrix for pcap

2016-04-08 Thread Ferruh Yigit
--- doc/guides/nics/overview.rst | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/guides/nics/overview.rst b/doc/guides/nics/overview.rst index 985fa58..ed116e3 100644 --- a/doc/guides/nics/overview.rst +++ b/doc/guides/nics/overview.rst @@ -93,7

[dpdk-dev] [PATCH] doc: fill nics features matrix for pcap

2016-04-08 Thread Ferruh Yigit
On 4/8/2016 5:23 PM, Ferruh Yigit wrote: > --- > doc/guides/nics/overview.rst | 20 ++-- > 1 file changed, 10 insertions(+), 10 deletions(-) Self Nack, forget to add sign-off, sending again.

[dpdk-dev] [PATCH v2] doc: fill nics features matrix for pcap

2016-04-08 Thread Ferruh Yigit
Signed-off-by: Ferruh Yigit --- doc/guides/nics/overview.rst | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/guides/nics/overview.rst b/doc/guides/nics/overview.rst index 985fa58..ed116e3 100644 --- a/doc/guides/nics/overview.rst +++

[dpdk-dev] [PATCH] ipsec-secgw: fix anonymous union initialization

2016-04-08 Thread Pablo de Lara
In icc 14.0, compilation was broken: examples/ipsec-secgw/sa.c(212): error: a designator for an anonymous union member can only appear within braces corresponding to that anonymous union .cipher = { RTE_CRYPTO_CIPHER_OP_ENCRYPT, RTE_CRYPTO_CIPHER_AES_CBC, ^ The member in

[dpdk-dev] [PATCH] maintainers: claim responsibility for pcap PMD

2016-04-08 Thread Ferruh Yigit
Signed-off-by: Ferruh Yigit --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index a7570cd..f213500 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -353,7 +353,7 @@ F: drivers/net/vhost/ PCAP PMD M: Nicol?s Pernas Maradei -M: John

[dpdk-dev] [PATCH] ip_pipeline: fix build error for 32 bit gcc target

2016-04-08 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Jasvinder Singh > Sent: Friday, April 08, 2016 6:13 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] ip_pipeline: fix build error for 32 bit gcc target > > error log: >

[dpdk-dev] [PATCH 1/2] docs: add cryptodevs guide overview section

2016-04-08 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Declan Doherty > Sent: Friday, April 08, 2016 5:17 PM > To: dev at dpdk.org > Cc: Doherty, Declan > Subject: [dpdk-dev] [PATCH 1/2] docs: add cryptodevs guide overview section > > Details supported device

[dpdk-dev] [PATCH 2/2] docs: cryptodev chapter for programmer's guide

2016-04-08 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Declan Doherty > Sent: Friday, April 08, 2016 5:17 PM > To: dev at dpdk.org > Cc: Doherty, Declan > Subject: [dpdk-dev] [PATCH 2/2] docs: cryptodev chapter for programmer's > guide > > Add a programmer's

[dpdk-dev] [PATCH] ip_pipeline: fix build error for 32 bit gcc target

2016-04-08 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Jasvinder Singh > Sent: Friday, April 8, 2016 6:13 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] ip_pipeline: fix build error for 32 bit gcc > target > > error log: >

[dpdk-dev] [PATCH] maintainers: claim responsibility for pcap PMD

2016-04-08 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Ferruh Yigit > Sent: Friday, April 8, 2016 6:03 PM > To: dev at dpdk.org > Cc: Yigit, Ferruh > Subject: [dpdk-dev] [PATCH] maintainers: claim responsibility for pcap PMD > > Signed-off-by: Ferruh Yigit

[dpdk-dev] [PATCH v2] doc: fill nics features matrix for pcap

2016-04-08 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Ferruh Yigit > Sent: Friday, April 8, 2016 5:39 PM > To: dev at dpdk.org > Cc: Yigit, Ferruh > Subject: [dpdk-dev] [PATCH v2] doc: fill nics features matrix for pcap > > Signed-off-by: Ferruh Yigit Acked-by:

[dpdk-dev] [PATCH 1/2] docs: add cryptodevs guide overview section

2016-04-08 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Declan Doherty > Sent: Friday, April 8, 2016 5:17 PM > To: dev at dpdk.org > Cc: Doherty, Declan > Subject: [dpdk-dev] [PATCH 1/2] docs: add cryptodevs guide overview > section > > Details supported device

[dpdk-dev] [PATCH v2 1/1] examples/ip_pipeline: fix wrong size of argument

2016-04-08 Thread Thomas Monjalon
> CID 120150: > Wrong size of the allocated memory. Passing argument as size of pointer > (8UL) instead of size of structure app_pipeline_firewall_rule. > > Fixes: 67ebdbef0c31 ("examples/ip_pipeline: add bulk update of firewall > rules") > > Signed-off-by: Marcin Kerlin Applied, thanks

[dpdk-dev] [PATCH] ipsec-secgw: fix anonymous union initialization

2016-04-08 Thread Thomas Monjalon
> In icc 14.0, compilation was broken: > > examples/ipsec-secgw/sa.c(212): error: a designator for an anonymous > union member can only appear within braces corresponding to that anonymous > union > .cipher = { RTE_CRYPTO_CIPHER_OP_ENCRYPT, RTE_CRYPTO_CIPHER_AES_CBC, > ^ > >

[dpdk-dev] [PATCH] performance-thread: limit app compilation to x86_64 targets

2016-04-08 Thread Thomas Monjalon
2016-04-08 17:20, Pablo de Lara: > Performance-thread sample app is only supported for x86_64 targets, > so this commit adds a check to avoid compilation on other targets. > > Signed-off-by: Pablo de Lara Applied, thanks

[dpdk-dev] [PATCH] ixgbe: fix wrong packet type for VxLAN & NVGRE

2016-04-08 Thread Thomas Monjalon
2016-04-08 16:10, Wenzhuo Lu: > VxLAN & NVGRE are supported by x550. As we know HW can parse > the packet and tell SW the type info. For VxLAN & NVGRE packets > there's some change. HW will not tell SW the info of the outer > header but the inner header instead. But we always take the > info as

[dpdk-dev] Reg: promiscuous mode on VF

2016-04-08 Thread Rose, Gregory V
Bharath, Please try the following: In this example we are directing the traffic to queue 1 of VF ID 5. First you must turn on ntuple. $ ethtool ?K p5p2 ntuple on Then you can set the FD rule: $ ethtool ?N p5p2 flow-type udp4 dst-port 4790 action 1 user-def 5 When I do that this is the rule