[dpdk-dev] [PATCH v2] vmxnet3: fix Rx deadlock

2016-12-12 Thread Stefan Puiu
Our use case is that we have an app that needs to keep mbufs around for a while. We've seen cases when calling vmxnet3_post_rx_bufs() from vmxet3_recv_pkts(), it might not succeed to add any mbufs to any RX descriptors (where it returns -err). Since there are no mbufs that the virtual hardware can

Re: [dpdk-dev] [PATCH] vmxnet3: fix Rx deadlock

2016-12-12 Thread Stefan Puiu
Hello and thanks for reviewing the patch. On Wed, Nov 30, 2016 at 6:59 AM, Yong Wang wrote: [...] > I think a more accurate description is that the particular descriptor's > generation bit never got flipped properly when an mbuf failed to be refilled > which caused the rx stuck, rather than vmx

Re: [dpdk-dev] [PATCH 3/4] crypto: add sgl support for sw PMDs

2016-12-12 Thread Kulasek, TomaszX
Hi Michał, > -Original Message- > From: Michał Mirosław [mailto:mir...@gmail.com] > Sent: Saturday, December 3, 2016 09:28 > To: Kulasek, TomaszX > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH 3/4] crypto: add sgl support for sw PMDs > > 2016-12-02 18:07 GMT+01:00 Tomasz Kulasek : >

Re: [dpdk-dev] [PATCH 01/22] ethdev: introduce generic flow API

2016-12-12 Thread Chandran, Sugesh
Hi Adrien, Regards _Sugesh > -Original Message- > From: Adrien Mazarguil [mailto:adrien.mazarg...@6wind.com] > Sent: Friday, December 9, 2016 4:39 PM > To: Chandran, Sugesh > Cc: Kevin Traynor ; dev@dpdk.org; Thomas > Monjalon ; De Lara Guarch, Pablo > ; Olivier Matz ; > sugesh.chand...@

Re: [dpdk-dev] [PATCH v3 00/31] net/i40e: base code update

2016-12-12 Thread Ferruh Yigit
On 12/10/2016 11:24 AM, Jingjing Wu wrote: > i40e base code upate. The main changes are: > - add clause22 and clause45 implementation for PHY registers accessing > - replace existing legacy memcpy() calls with i40e_memcpy() calls. > - use BIT() macro instead of bit fields > - add clear all WoL

Re: [dpdk-dev] [PATCH 02/32] drivers/common: introducing dpaa2 mc driver

2016-12-12 Thread Hemant Agrawal
On 12/7/2016 1:18 AM, Ferruh Yigit wrote: On 12/4/2016 6:16 PM, Hemant Agrawal wrote: This patch intoduces the DPAA2 MC(Management complex Driver) This driver is common to be used by various DPAA2 net, crypto and other drivers Signed-off-by: Cristian Sovaiala [Hemant:rebase and conversion to

Re: [dpdk-dev] [PATCH 01/22] ethdev: introduce generic flow API

2016-12-12 Thread Adrien Mazarguil
Hi Sugesh, On Mon, Dec 12, 2016 at 10:20:18AM +, Chandran, Sugesh wrote: > Hi Adrien, > > Regards > _Sugesh > > > -Original Message- > > From: Adrien Mazarguil [mailto:adrien.mazarg...@6wind.com] > > Sent: Friday, December 9, 2016 4:39 PM > > To: Chandran, Sugesh > > Cc: Kevin Trayn

Re: [dpdk-dev] [PATCH v12 1/6] ethdev: add Tx preparation

2016-12-12 Thread Ananyev, Konstantin
Hi Olivier and Tomasz, > -Original Message- > From: Kulasek, TomaszX > Sent: Friday, December 9, 2016 5:19 PM > To: Olivier Matz ; Ananyev, Konstantin > > Cc: Thomas Monjalon ; dev@dpdk.org > Subject: RE: [dpdk-dev] [PATCH v12 1/6] ethdev: add Tx preparation > > Hi Oliver, > > My 5 cen

Re: [dpdk-dev] [PATCH v11] drivers/net:new TUN/TAP device PMD

2016-12-12 Thread Vasily Philipov
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Keith Wiles > Sent: Friday, December 09, 2016 21:05 > To: dev@dpdk.org > Cc: pmati...@redhat.com; yuanhan@linux.intel.com; > ferruh.yi...@intel.com; john.mcnam...@intel.com > Subject: [dpdk-dev] [PATCH v11] dr

[dpdk-dev] [PATCH v3 0/9] net/ixgbe: move set VF functions.

2016-12-12 Thread Bernard Iremonger
This patchset implements the following deprecation notice: [PATCH v1] doc: announce API and ABI change for librte_ether Changes in V3: Updated LIBABIVER in Makefile in librte_ether patch. Updated rte_ethdev.h and ret_ether_version.map in librte_ether patch. Squashed deprecation notice patch into l

[dpdk-dev] [PATCH v3 1/9] net/ixgbe: move set VF functions from the ethdev

2016-12-12 Thread Bernard Iremonger
Move the following functions from eth_dev_ops to the ixgbe PMD and rename: ixgbe_set_pool_rx_mode ixgbe_set_pool_rx ixgbe_set_pool_tx ixgbe_set_pool_vlan_filter ixgbe_set_vf_rate_limit Rename the functions to the following: rte_pmd_ixgbe_set_vf_rxmode rte_pmd_ixgbe_set_vf_rx rte_pmd_ixgbe_set_vf

[dpdk-dev] [PATCH v3 2/9] app/testpmd: use ixgbe public functions

2016-12-12 Thread Bernard Iremonger
Use the the following ixgbe public functions: rte_pmd_ixgbe_set_vf_rate_limit rte_pmd_ixgbe_set_vf_rx rte_pmd_ixgbe_set_vf_rxmode rte_pmd_ixgbe_set_vf_tx rte_pmd_ixgbe_set_vf_vlan_filter Signed-off-by: Bernard Iremonger --- app/test-pmd/cmdline.c | 2 +- app/test-pmd/config.c | 31 +++

[dpdk-dev] [PATCH v3 3/9] app/testpmd: add command for set VF VLAN filter

2016-12-12 Thread Bernard Iremonger
Add the following command to testpmd: set vf vlan filteron|off Add command to the testpmd user guide. Signed-off-by: Bernard Iremonger --- app/test-pmd/cmdline.c | 98 + doc/guides/testpmd_app_ug/testpmd_funcs.rst | 7 +++ 2 files changed, 1

[dpdk-dev] [PATCH v3 4/9] app/testpmd: add command for set VF receive

2016-12-12 Thread Bernard Iremonger
add the following command to testpmd: set vf rx on|off add command to the testpmd user guide. Signed-off-by: Bernard Iremonger --- app/test-pmd/cmdline.c | 85 + doc/guides/testpmd_app_ug/testpmd_funcs.rst | 7 +++ 2 files changed, 92 inserti

[dpdk-dev] [PATCH v3 5/9] app/testpmd: add command for set VF transmit

2016-12-12 Thread Bernard Iremonger
add the following command to testpmd: set vf tx on|off add command to the testpmd user guide. Signed-off-by: Bernard Iremonger --- app/test-pmd/cmdline.c | 85 + doc/guides/testpmd_app_ug/testpmd_funcs.rst | 7 +++ 2 files changed, 92 inserti

[dpdk-dev] [PATCH v3 8/9] librte_ether: remove the set VF API's

2016-12-12 Thread Bernard Iremonger
remove the following API's: rte_eth_dev_set_vf_rxmode rte_eth_dev_set_vf_rx rte_eth_dev_set_vf_tx rte_eth_dev_set_vf_vlan_filter rte_eth_dev_set_vf_rate_limit Increment LIBABIVER in Makefile Remove deprecation notice for removing rte_eth_dev_set_vf_* API's. Signed-off-by: Bernard Iremonger ---

[dpdk-dev] [PATCH v3 7/9] net/ixgbe: remove static set VF functions

2016-12-12 Thread Bernard Iremonger
remove the following static functions: ixgbe_set_pool_rx_mode ixgbe_set_pool_rx ixgbe_set_pool_tx ixgbe_set_pool_vlan_filter ixgbe_set_vf_rate_limit Signed-off-by: Bernard Iremonger --- drivers/net/ixgbe/ixgbe_ethdev.c | 193 --- 1 file changed, 193 deletions

[dpdk-dev] [PATCH v3 9/9] doc: update release notes

2016-12-12 Thread Bernard Iremonger
Add release note for removing set VF API's from the ethdev, renaming the API's and moving them to the ixgbe PMD. Signed-off-by: Bernard Iremonger --- doc/guides/rel_notes/release_17_02.rst | 20 1 file changed, 20 insertions(+) diff --git a/doc/guides/rel_notes/release_17_0

[dpdk-dev] [PATCH v3 6/9] examples/ethtool: use ixgbe public function

2016-12-12 Thread Bernard Iremonger
Replace rte_eth_dev_set_vf_rxmode with rte_pmd_ixgbe_set_vf_rx_mode. Signed-off-by: Bernard Iremonger --- examples/ethtool/lib/rte_ethtool.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/ethtool/lib/rte_ethtool.c b/examples/ethtool/lib/rte_ethtool.c index a1f

[dpdk-dev] [PATCH v12] net/tap: new TUN/TAP device PMD

2016-12-12 Thread Keith Wiles
The PMD allows for DPDK and the host to communicate using a raw device interface on the host and in the DPDK application. The device created is a Tap device with a L2 packet header. v12- Fixup minor changes for driver_name and version number v11- Add the tap.rst to the nic/index.rst file v10- Chan

Re: [dpdk-dev] [PATCH 00/13] Introducing EAL Bus-Device-Driver Model

2016-12-12 Thread Jianbo Liu
Hi Shreyansh, On 7 December 2016 at 21:10, Shreyansh Jain wrote: > On Wednesday 07 December 2016 05:47 PM, David Marchand wrote: >> >> Hello Shreyansh, >> >> On Wed, Dec 7, 2016 at 10:55 AM, Shreyansh Jain >> wrote: >>> >>> On Wednesday 07 December 2016 02:22 AM, David Marchand wrote: >

[dpdk-dev] [PATCH v12] net/tap: new TUN/TAP device PMD

2016-12-12 Thread Keith Wiles
The PMD allows for DPDK and the host to communicate using a raw device interface on the host and in the DPDK application. The device created is a Tap device with a L2 packet header. v12- Fixup minor changes for driver_name and version number v11- Add the tap.rst to the nic/index.rst file v10- Chan

Re: [dpdk-dev] [dpdk-dev, 1/8] drivers/common/dpaa2: Run time assembler for Descriptor formation

2016-12-12 Thread Neil Horman
On Mon, Dec 05, 2016 at 06:25:33PM +0530, Akhil Goyal wrote: > FLib is a library which helps in making the descriptors which > is understood by NXP's SEC hardware. > This patch provides header files for command words which can be used > for descritptor formation. > > Signed-off-by: Horia Geanta Ne

Re: [dpdk-dev] [PATCH v12 0/6] add Tx preparation

2016-12-12 Thread Ananyev, Konstantin
Hi Jan, >Hello, >Sorry for late response. >From ENA perspective, we need to dig deeper about the requirements and use >cases, but I'm pretty confident (95%) that ena will need to implement >tx_prep() API. There is at least one >scenario, when HW relay on partial >checksum. Could you let us k

Re: [dpdk-dev] [PATCH v3 9/9] doc: update release notes

2016-12-12 Thread Ferruh Yigit
Hi Bernard, On 12/12/2016 1:50 PM, Bernard Iremonger wrote: > Add release note for removing set VF API's from the ethdev, > renaming the API's and moving them to the ixgbe PMD. Sorry, my bad, I wasn't clear enough. I was thinking about updating "Shared Library Versions" section of the release no

Re: [dpdk-dev] [PATCH v3 9/9] doc: update release notes

2016-12-12 Thread Iremonger, Bernard
Hi Ferruh, > -Original Message- > From: Yigit, Ferruh > Sent: Monday, December 12, 2016 3:52 PM > To: Iremonger, Bernard ; > thomas.monja...@6wind.com; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v3 9/9] doc: update release notes > > Hi Bernard, > > On 12/12/2016 1:50 PM, Bernard Irem

Re: [dpdk-dev] [PATCH v3 9/9] doc: update release notes

2016-12-12 Thread Ferruh Yigit
On 12/12/2016 3:55 PM, Iremonger, Bernard wrote: > Hi Ferruh, > > >> -Original Message- >> From: Yigit, Ferruh >> Sent: Monday, December 12, 2016 3:52 PM >> To: Iremonger, Bernard ; >> thomas.monja...@6wind.com; dev@dpdk.org >> Subject: Re: [dpdk-dev] [PATCH v3 9/9] doc: update release no

Re: [dpdk-dev] [PATCH v3 6/9] examples/ethtool: use ixgbe public function

2016-12-12 Thread Ferruh Yigit
On 12/12/2016 1:50 PM, Bernard Iremonger wrote: > Replace rte_eth_dev_set_vf_rxmode with rte_pmd_ixgbe_set_vf_rx_mode. > > Signed-off-by: Bernard Iremonger > --- > examples/ethtool/lib/rte_ethtool.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/examples/ethtool/l

[dpdk-dev] [PATCH v3] vhost: allow for many vhost user ports

2016-12-12 Thread Jan Wickbom
Currently select() is used to monitor file descriptors for vhostuser ports. This limits the number of ports possible to create since the fd number is used as index in the fd_set and we have seen fds > 1023. This patch changes select() to poll(). This way we can keep an packed (pollfd) array for the

Re: [dpdk-dev] [PATCH] vhost: allow for many vhost user ports

2016-12-12 Thread Jan Wickbom
> -Original Message- > From: Yuanhan Liu [mailto:yuanhan@linux.intel.com] > Sent: den 8 december 2016 06:51 > To: Jan Wickbom > Cc: dev@dpdk.org; Patrik Andersson R > Subject: Re: [PATCH] vhost: allow for many vhost user ports > > On Wed, Dec 07, 2016 at 01:23:48PM +, Jan Wickb

Re: [dpdk-dev] [PATCH 1/7] net/qede: reduce noise in debug logs

2016-12-12 Thread Harish Patil
Hi Ferruh, >On 12/3/2016 2:43 AM, Harish Patil wrote: >> From: Rasesh Mody >> >> Replace CONFIG_RTE_LIBRTE_QEDE_DEBUG_DRIVER with >> CONFIG_RTE_LIBRTE_QEDE_DEBUG_VAL which is a 32-bit bitmapped value >> where each bit represent a particular submodule to debug. Also move >> notice messages under

Re: [dpdk-dev] [PATCH v12 0/6] add Tx preparation

2016-12-12 Thread Ananyev, Konstantin
> > > This means vmxnet3 PMD also should be updated, right? > > > > Yes, that's right. > > > > >Should that update > > > be part of tx_prep patchset? Or separate patch? > > > > Another question I suppose is who will do the actual patch for vmxnet3. > > Yong, are you ok to do the patch for vmxnet3

Re: [dpdk-dev] [PATCH 2/7] net/qede: refactor filtering code

2016-12-12 Thread Harish Patil
>On 12/3/2016 2:43 AM, Harish Patil wrote: >> The filter_config in qed_eth_ops_pass is a wrapper call driving all the >> filtering configuration. This requires defining multiple structures and >> passing different function arguments for each filter type which is >> unnecessary. So as part of this

Re: [dpdk-dev] [PATCH 6/7] net/qede: fix maximum VF count to 0

2016-12-12 Thread Harish Patil
>On 12/3/2016 2:43 AM, Harish Patil wrote: >> Set max_vfs to 0 since it is relevant only to SR-IOV PF >> which is not supported yet. >> >> Fixes: 2ea6f76a ("qede: add core driver") >> >> Signed-off-by: Harish Patil > >Can you please update patch title to indicate what has been fixed >instead of

Re: [dpdk-dev] [PATCH 1/7] net/qede: reduce noise in debug logs

2016-12-12 Thread Ferruh Yigit
On 12/12/2016 5:15 PM, Harish Patil wrote: > Hi Ferruh, > >> On 12/3/2016 2:43 AM, Harish Patil wrote: >>> From: Rasesh Mody >>> >>> Replace CONFIG_RTE_LIBRTE_QEDE_DEBUG_DRIVER with >>> CONFIG_RTE_LIBRTE_QEDE_DEBUG_VAL which is a 32-bit bitmapped value >>> where each bit represent a particular su

Re: [dpdk-dev] [PATCH 2/7] net/qede: refactor filtering code

2016-12-12 Thread Ferruh Yigit
On 12/12/2016 5:36 PM, Harish Patil wrote: > >> On 12/3/2016 2:43 AM, Harish Patil wrote: >>> The filter_config in qed_eth_ops_pass is a wrapper call driving all the >>> filtering configuration. This requires defining multiple structures and >>> passing different function arguments for each filter

[dpdk-dev] [PATCH] vhost: Introduce vhost-user's REPLY_ACK feature

2016-12-12 Thread Maxime Coquelin
REPLY_ACK features provide a generic way for QEMU to ensure both completion and success of a request. As described in vhost-user spec in QEMU repository, QEMU sets VHOST_USER_NEED_REPLY flag (bit 3) when expecting a reply_ack from the backend. Backend must reply with 0 for success or non-zero othe

Re: [dpdk-dev] [RFC PATCH] eventdev: add buffered enqueue and flush APIs

2016-12-12 Thread Eads, Gage
> -Original Message- > From: Jerin Jacob [mailto:jerin.ja...@caviumnetworks.com] > Sent: Wednesday, December 7, 2016 10:42 PM > To: Eads, Gage > Cc: dev@dpdk.org; Richardson, Bruce ; Van > Haaren, Harry ; hemant.agra...@nxp.com > Subject: Re: [RFC PATCH] eventdev: add buffered enq

Re: [dpdk-dev] [PATCH 6/7] net/qede: fix maximum VF count to 0

2016-12-12 Thread Ferruh Yigit
On 12/12/2016 5:47 PM, Harish Patil wrote: > >> On 12/3/2016 2:43 AM, Harish Patil wrote: >>> Set max_vfs to 0 since it is relevant only to SR-IOV PF >>> which is not supported yet. >>> >>> Fixes: 2ea6f76a ("qede: add core driver") >>> >>> Signed-off-by: Harish Patil >> >> Can you please update p

Re: [dpdk-dev] [PATCH] vmxnet3: fix Rx deadlock

2016-12-12 Thread Yong Wang
> -Original Message- > From: Stefan Puiu [mailto:stefan.p...@gmail.com] > Sent: Monday, December 12, 2016 12:27 AM > To: Yong Wang > Cc: dev@dpdk.org; mac_le...@yahoo.com.hk > Subject: Re: [PATCH] vmxnet3: fix Rx deadlock > > Hello and thanks for reviewing the patch. > > On Wed, Nov 30,

Re: [dpdk-dev] [PATCH v12] net/tap: new TUN/TAP device PMD

2016-12-12 Thread Marc
Keith, A bit late, but two very high level questions. Do you have performance numbers compared to KNI? Did you consider using AF_PACKET PACKET_MMAP which could potentially reduce the number of syscalls to 1 for RX and TX of a burst? Marc On 12 December 2016 at 15:38, Keith Wiles wrote: > The P

[dpdk-dev] [PATCH] SDK: Add scripts to initialize DPDK runtime

2016-12-12 Thread Luca Boccassi
From: Christian Ehrhardt A tools/init directory is added with dpdk-init, a script that can be used to initialize a DPDK runtime environment. 2 config files with default options, dpdk.conf and interfaces, are provided as well together with a SysV init script and a systemd service unit. Signed-off

Re: [dpdk-dev] [PATCH] net/qede: fix resource leak

2016-12-12 Thread Harish Patil
>On 11/30/2016 12:32 PM, Yong Wang wrote: >> Current code does not close 'fd' on function exit, leaking resources. >> >> Signed-off-by: Yong Wang >> --- > >Add new mail address of the maintainer. > >CC: Harish Patil > ><...> > Acked-by: Harish Patil

Re: [dpdk-dev] [PATCH 7/7] net/qede: restrict maximum queues for PF/VF

2016-12-12 Thread Harish Patil
>On 12/3/2016 2:43 AM, Harish Patil wrote: >> Fix to adverstise max_rx_queues by taking into account the number > >s/adverstise/advertise Will correct that, thanks. > >> of PF connections instead of returning max_queues supported by the >> HW. > >Can you please describe what is the effect, what

Re: [dpdk-dev] [PATCH 7/7] net/qede: restrict maximum queues for PF/VF

2016-12-12 Thread Ferruh Yigit
On 12/12/2016 7:29 PM, Harish Patil wrote: > >> On 12/3/2016 2:43 AM, Harish Patil wrote: >>> Fix to adverstise max_rx_queues by taking into account the number >> >> s/adverstise/advertise > > Will correct that, thanks. > >> >>> of PF connections instead of returning max_queues supported by the

Re: [dpdk-dev] [PATCH v12] net/tap: new TUN/TAP device PMD

2016-12-12 Thread Wiles, Keith
> On Dec 12, 2016, at 1:13 PM, Marc wrote: > > Keith, > > A bit late, but two very high level questions. Do you have performance > numbers compared to KNI? Did you consider using AF_PACKET PACKET_MMAP which > could potentially reduce the number of syscalls to 1 for RX and TX of a burst? Hi M

Re: [dpdk-dev] [PATCH] SDK: Add scripts to initialize DPDK runtime

2016-12-12 Thread Bruce Richardson
On Mon, Dec 12, 2016 at 07:24:02PM +, Luca Boccassi wrote: > From: Christian Ehrhardt > > A tools/init directory is added with dpdk-init, a script that can be > used to initialize a DPDK runtime environment. 2 config files with > default options, dpdk.conf and interfaces, are provided as well

Re: [dpdk-dev] [PATCH v4] net/kni: add KNI PMD

2016-12-12 Thread Yong Wang
> -Original Message- > From: Ferruh Yigit [mailto:ferruh.yi...@intel.com] > Sent: Wednesday, November 30, 2016 10:12 AM > To: dev@dpdk.org > Cc: Ferruh Yigit ; Yong Wang > > Subject: [PATCH v4] net/kni: add KNI PMD > > Add KNI PMD which wraps librte_kni for ease of use. > > KNI PMD can b

Re: [dpdk-dev] [PATCH] SDK: Add scripts to initialize DPDK runtime

2016-12-12 Thread Luca Boccassi
On Mon, 2016-12-12 at 21:12 +, Bruce Richardson wrote: > On Mon, Dec 12, 2016 at 07:24:02PM +, Luca Boccassi wrote: > > From: Christian Ehrhardt > > > > A tools/init directory is added with dpdk-init, a script that can be > > used to initialize a DPDK runtime environment. 2 config files w

Re: [dpdk-dev] [PATCH] SDK: Add scripts to initialize DPDK runtime

2016-12-12 Thread Jay Rolette
On Mon, Dec 12, 2016 at 3:12 PM, Bruce Richardson < bruce.richard...@intel.com> wrote: > On Mon, Dec 12, 2016 at 07:24:02PM +, Luca Boccassi wrote: > > From: Christian Ehrhardt > > > > A tools/init directory is added with dpdk-init, a script that can be > > used to initialize a DPDK runtime e

[dpdk-dev] [PATCH 01/13] EAL: count nr_overcommit_hugepages as available

2016-12-12 Thread Michał Mirosław
Signed-off-by: Michał Mirosław --- lib/librte_eal/linuxapp/eal/eal_hugepage_info.c | 43 ++--- 1 file changed, 32 insertions(+), 11 deletions(-) diff --git a/lib/librte_eal/linuxapp/eal/eal_hugepage_info.c b/lib/librte_eal/linuxapp/eal/eal_hugepage_info.c index 18858e2..f39

[dpdk-dev] [PATCH 00/13] Fixes and tweaks

2016-12-12 Thread Michał Mirosław
This is a loose set of small fixes accumulated here at Atende Software to be upstreamed. Please consider and apply each one separately. Best Regards, Michal Mirosław --- Michał Mirosław (11): EAL: count nr_overcommit_hugepages as available mbuf: rte_pktmbuf_free_bulk() rte_ether: set PKT_RX

[dpdk-dev] [PATCH 02/13] mbuf: rte_pktmbuf_free_bulk()

2016-12-12 Thread Michał Mirosław
Signed-off-by: Michał Mirosław --- lib/librte_mbuf/rte_mbuf.h | 15 +++ 1 file changed, 15 insertions(+) diff --git a/lib/librte_mbuf/rte_mbuf.h b/lib/librte_mbuf/rte_mbuf.h index ead7c6e..a95d99f 100644 --- a/lib/librte_mbuf/rte_mbuf.h +++ b/lib/librte_mbuf/rte_mbuf.h @@ -1248,6 +1

[dpdk-dev] [PATCH 03/13] rte_ether: set PKT_RX_VLAN_STRIPPED in rte_vlan_strip()

2016-12-12 Thread Michał Mirosław
Signed-off-by: Michał Mirosław --- lib/librte_net/rte_ether.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_net/rte_ether.h b/lib/librte_net/rte_ether.h index ff3d065..26a8843 100644 --- a/lib/librte_net/rte_ether.h +++ b/lib/librte_net/rte_ether.h @@ -357,7 +357

[dpdk-dev] [PATCH 04/13] acl: allow zero verdict

2016-12-12 Thread Michał Mirosław
Signed-off-by: Michał Mirosław --- lib/librte_acl/rte_acl.c | 3 +-- lib/librte_acl/rte_acl.h | 2 -- lib/librte_table/rte_table_acl.c | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/lib/librte_acl/rte_acl.c b/lib/librte_acl/rte_acl.c index 8b7e92c..d1f40be

[dpdk-dev] [PATCH 05/13] acl: fix acl_flow_data comments

2016-12-12 Thread Michał Mirosław
Signed-off-by: Michał Mirosław --- lib/librte_acl/acl_run.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/librte_acl/acl_run.h b/lib/librte_acl/acl_run.h index 024f393..a862ff6 100644 --- a/lib/librte_acl/acl_run.h +++ b/lib/librte_acl/acl_run.h @@ -69,10 +69,10 @@ s

[dpdk-dev] [PATCH 07/13] pcap: fix timestamps in output pcap file

2016-12-12 Thread Michał Mirosław
From: Piotr Bartosiewicz Signed-off-by: Michał Mirosław --- drivers/net/pcap/rte_eth_pcap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/pcap/rte_eth_pcap.c b/drivers/net/pcap/rte_eth_pcap.c index 0162f44..57b0b31 100644 --- a/drivers/net/pcap/rte_eth_pcap.c +

[dpdk-dev] [PATCH 06/13] null: fake PMD capabilities

2016-12-12 Thread Michał Mirosław
From: Paweł Małachowski Thanks to that change we can use Null PMD for testing purposes. Signed-off-by: Michał Mirosław --- drivers/net/null/rte_eth_null.c | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/drivers/net/null/rte_eth_null.c b/drivers/net/null/rte_et

[dpdk-dev] [PATCH 08/13] PMD/af_packet: guard against buffer overruns in RX path

2016-12-12 Thread Michał Mirosław
Signed-off-by: Michał Mirosław --- drivers/net/af_packet/rte_eth_af_packet.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/net/af_packet/rte_eth_af_packet.c b/drivers/net/af_packet/rte_eth_af_packet.c index ff45068..b1005c6 100644 --- a/drivers/net/af_pac

[dpdk-dev] [PATCH 09/13] PMD/af_packet: guard against buffer overruns in TX path

2016-12-12 Thread Michał Mirosław
Signed-off-by: Michał Mirosław --- drivers/net/af_packet/rte_eth_af_packet.c | 19 ++- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/drivers/net/af_packet/rte_eth_af_packet.c b/drivers/net/af_packet/rte_eth_af_packet.c index b1005c6..2c81d25 100644 --- a/drivers/

[dpdk-dev] [PATCH 11/13] KNI: guard against unterminated dev_info.name leading to BUG in alloc_netdev()

2016-12-12 Thread Michał Mirosław
Signed-off-by: Michał Mirosław --- lib/librte_eal/linuxapp/kni/kni_misc.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/lib/librte_eal/linuxapp/kni/kni_misc.c b/lib/librte_eal/linuxapp/kni/kni_misc.c index f0247aa..14a2e3b 100644 --- a/lib/librte_eal/linuxapp/kni/kni_misc.c +++ b/lib

[dpdk-dev] [PATCH 10/13] KNI: provided netif name's source is user-space

2016-12-12 Thread Michał Mirosław
Signed-off-by: Michał Mirosław --- lib/librte_eal/linuxapp/kni/kni_misc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/librte_eal/linuxapp/kni/kni_misc.c b/lib/librte_eal/linuxapp/kni/kni_misc.c index 497db9b..f0247aa 100644 --- a/lib/librte_eal/linuxapp/kni/kni_mi

[dpdk-dev] [PATCH 12/13] i40e: return -errno when intr setup fails

2016-12-12 Thread Michał Mirosław
Signed-off-by: Michał Mirosław --- drivers/net/i40e/i40e_ethdev.c | 5 +++-- lib/librte_eal/linuxapp/eal/eal_interrupts.c | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/net/i40e/i40e_ethdev.c b/drivers/net/i40e/i40e_ethdev.c index 67778ba..39fbcfe 100

[dpdk-dev] [PATCH 13/13] i40e: improve message grepability

2016-12-12 Thread Michał Mirosław
Signed-off-by: Michał Mirosław --- drivers/net/i40e/i40e_ethdev.c | 198 +++-- 1 file changed, 73 insertions(+), 125 deletions(-) diff --git a/drivers/net/i40e/i40e_ethdev.c b/drivers/net/i40e/i40e_ethdev.c index 39fbcfe..4d73aca 100644 --- a/drivers/net/i40e/

[dpdk-dev] [PATCH v2 01/13] EAL: count nr_overcommit_hugepages as available

2016-12-12 Thread Michał Mirosław
Signed-off-by: Michał Mirosław --- lib/librte_eal/linuxapp/eal/eal_hugepage_info.c | 43 ++--- 1 file changed, 32 insertions(+), 11 deletions(-) diff --git a/lib/librte_eal/linuxapp/eal/eal_hugepage_info.c b/lib/librte_eal/linuxapp/eal/eal_hugepage_info.c index 18858e2..b68f

[dpdk-dev] [PATCH v2 06/13] null: fake PMD capabilities

2016-12-12 Thread Michał Mirosław
From: Paweł Małachowski Thanks to that change we can use Null PMD for testing purposes. Signed-off-by: Michał Mirosław --- drivers/net/null/rte_eth_null.c | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/drivers/net/null/rte_eth_null.c b/drivers/net/null/rte_

[dpdk-dev] [PATCH v2 08/13] PMD/af_packet: guard against buffer overruns in RX path

2016-12-12 Thread Michał Mirosław
Signed-off-by: Michał Mirosław --- drivers/net/af_packet/rte_eth_af_packet.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/drivers/net/af_packet/rte_eth_af_packet.c b/drivers/net/af_packet/rte_eth_af_packet.c index ff45068..5599e02 100644 --- a/drivers/net/af_p

[dpdk-dev] [PATCH v2 09/13] PMD/af_packet: guard against buffer overruns in TX path

2016-12-12 Thread Michał Mirosław
Signed-off-by: Michał Mirosław --- drivers/net/af_packet/rte_eth_af_packet.c | 20 +++- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/drivers/net/af_packet/rte_eth_af_packet.c b/drivers/net/af_packet/rte_eth_af_packet.c index 5599e02..fc2dc4a 100644 --- a/drivers

[dpdk-dev] [-- 06/13] null: fake PMD capabilities

2016-12-12 Thread Michał Mirosław
From: Paweł Małachowski Signed-off-by: Michał Mirosław --- drivers/net/null/rte_eth_null.c | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/drivers/net/null/rte_eth_null.c b/drivers/net/null/rte_eth_null.c index 836d982..c802bc0 100644 --- a/drivers/net/null/

Re: [dpdk-dev] [PATCH v2 22/32] app/testpmd: use multicast promiscuous mode on i40e

2016-12-12 Thread Lu, Wenzhuo
Hi Ferruh, > -Original Message- > From: Yigit, Ferruh > Sent: Wednesday, December 7, 2016 11:02 PM > To: Lu, Wenzhuo; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2 22/32] app/testpmd: use multicast > promiscuous mode on i40e > > On 12/7/2016 3:32 AM, Wenzhuo Lu wrote: > > Add testpmd

Re: [dpdk-dev] [PATCH v2 21/32] app/testpmd: use unicast promiscuous mode on i40e

2016-12-12 Thread Lu, Wenzhuo
Hi Ferruh, > -Original Message- > From: Yigit, Ferruh > Sent: Wednesday, December 7, 2016 11:00 PM > To: Lu, Wenzhuo; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2 21/32] app/testpmd: use unicast promiscuous > mode on i40e > > On 12/7/2016 3:32 AM, Wenzhuo Lu wrote: > > Add testpmd CL

Re: [dpdk-dev] [PATCH 00/13] Introducing EAL Bus-Device-Driver Model

2016-12-12 Thread Shreyansh Jain
Hello Jianbo, On Monday 12 December 2016 08:05 PM, Jianbo Liu wrote: Hi Shreyansh, On 7 December 2016 at 21:10, Shreyansh Jain wrote: On Wednesday 07 December 2016 05:47 PM, David Marchand wrote: Hello Shreyansh, On Wed, Dec 7, 2016 at 10:55 AM, Shreyansh Jain wrote: On Wednesday 07 Dec

Re: [dpdk-dev] [PATCH] SDK: Add scripts to initialize DPDK runtime

2016-12-12 Thread Christian Ehrhardt
On Mon, Dec 12, 2016 at 10:58 PM, Luca Boccassi wrote: > If the 2 authors (CC'ed Stefan, the second one) agree and give > permission it could be relicensed to BSD. > > Stefan, Christian, is that OK for you? > To re-license it for this purpose is ok for me, I'll ask Stefan later today who was sta

[dpdk-dev] [PATCH] app/testpmd: fix invalid port ID

2016-12-12 Thread Wenzhuo Lu
Some CLIs don't check the input port ID, it may cause segmentation fault (core dumped). Fixes: 425781ff5afe ("app/testpmd: add ixgbe VF management") Signed-off-by: Wenzhuo Lu Signed-off-by: Chen Jing D(Mark) --- CC: sta...@dpdk.org --- app/test-pmd/cmdline.c | 24 1 fi