Hi,
> -Original Message-
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Pablo de Lara
> Sent: Monday, October 19, 2015 9:20 PM
> To: dev at dpdk.org
> Subject: [dpdk-dev] [PATCH] igb: fix IEEE1588 frame identification in i210
>
> Fixed issue where the flag PKT_RX_IEEE1588_PTP w
> -Original Message-
> From: Wu, Jingjing
> Sent: Thursday, September 24, 2015 2:03 PM
> To: dev at dpdk.org
> Cc: Wu, Jingjing; Liu, Jijiang; Zhang, Helin; Tao, Zhe; Pei, Yulong
> Subject: [PATCH 8/8] app/testpmd: set up DCB forwarding based on traffic
> class
>
> This patch changes the
Hi Thomas,
> -Original Message-
> From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com]
> Sent: Tuesday, October 27, 2015 11:34 PM
> To: Lu, Wenzhuo
> Cc: dev at dpdk.org; Mcnamara, John
> Subject: Re: [dpdk-dev] [PATCH v3 00/36] update e1000 base code
>
> 2015-10-16 10:50, Wenzhuo
> -Original Message-
> From: Liu, Jijiang
> Sent: Wednesday, October 28, 2015 9:46 AM
> To: Wu, Jingjing; dev at dpdk.org
> Cc: Zhang, Helin; Tao, Zhe; Pei, Yulong
> Subject: RE: [PATCH 8/8] app/testpmd: set up DCB forwarding based on
> traffic class
>
> > -}
> These codes are removed, a
Thanks helin and Thomas
I will update the release notes too.
> -Original Message-
> From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com]
> Sent: Tuesday, October 27, 2015 5:36 PM
> To: Zhang, Helin
> Cc: dev at dpdk.org; Wu, Jingjing
> Subject: Re: [dpdk-dev] [PATCH 4/4] doc: extend
Hi,
> -Original Message-
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Harry van Haaren
> Sent: Tuesday, October 27, 2015 6:22 PM
> To: dev at dpdk.org
> Cc: Harry van Haaren
> Subject: [dpdk-dev] [PATCH] ixgbe: add mspdc to rx errors
>
> This patch adds the mspdc (MAC Short P
On 2015/10/27 22:44, Traynor, Kevin wrote:
>> -Original Message-
>> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Tetsuya Mukawa
> [snip]
>
>> Hi,
>>
>> I have submitted latest patches.
>> I will keep vhost library until we will have agreement to merge it to
>> vhost PMD.
> Longer
Hi John,
> -Original Message-
> From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com]
> Sent: Tuesday, October 27, 2015 11:32 PM
> To: Lu, Wenzhuo
> Cc: dev at dpdk.org; Mcnamara, John
> Subject: Re: [dpdk-dev] [PATCH v3 36/36] doc: update release notes for
> e1000 base code update
>
The patch fixes wrong handling of virtqueue array index when
GET_VRING_BASE message comes.
---
lib/librte_vhost/vhost_user/virtio-net-user.c | 10 +++---
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/lib/librte_vhost/vhost_user/virtio-net-user.c
b/lib/librte_vhost/vhost_user/v
Missed signoff?
On 10/28/2015 11:00 AM, Tetsuya Mukawa wrote:
> The patch fixes wrong handling of virtqueue array index when
> GET_VRING_BASE message comes.
> ---
> lib/librte_vhost/vhost_user/virtio-net-user.c | 10 +++---
> 1 file changed, 3 insertions(+), 7 deletions(-)
>
>
When an application using huge-pages crash or exists, the hugetlbfs backing
files are not cleaned up. This is a patch to clean those files. There are
multi-process DPDK applications that may be benefited by those backing files.
Therefore, I have made that configurable so that the application tha
Fix two issues in the delete_depth_small() function.
1> The control is not strict in this function.
In the following structure,
struct rte_lpm_tbl24_entry {
union {
uint8_t next_hop;
uint8_t tbl8_gindex;
};
uint8_t ext_entry :1;
}
When ext_ent
On 2015/10/28 12:35, Xie, Huawei wrote:
> Missed signoff?
> On 10/28/2015 11:00 AM, Tetsuya Mukawa wrote:
>> The patch fixes wrong handling of virtqueue array index when
>> GET_VRING_BASE message comes.
>> ---
>> lib/librte_vhost/vhost_user/virtio-net-user.c | 10 +++---
>> 1 file changed, 3 i
The patch fixes wrong handling of virtqueue array index when
GET_VRING_BASE message comes.
Signed-off-by: Tetsuya Mukawa
---
lib/librte_vhost/vhost_user/virtio-net-user.c | 10 +++---
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/lib/librte_vhost/vhost_user/virtio-net-user.c
On 10/28/2015 11:48 AM, Tetsuya Mukawa wrote:
> The patch fixes wrong handling of virtqueue array index when
> GET_VRING_BASE message comes.
>
> Signed-off-by: Tetsuya Mukawa
Acked-by: Huawei Xie
> ---
Hi,
While implementing a sample packet generation code, I am setting up the offload
flags so that the hardware (82599ES in my case) computes the IP and TCP
Checksums. However, it seems that only the IP checksum is computed whereas the
TCP Checksum is computed, but computed wrong. Here is a snip
On 28-Oct-2015, at 12:27 pm, Matthew Hall wrote:
>
> On Wed, Oct 28, 2015 at 12:20:22PM +0530, Padam Jeet Singh wrote:
>> Any hint what could I be doing wrong here?
>
> When this kind of stuff doesn't work it often will depend on the exact
> version
> of card, chip, etc. if there are any errat
> -Original Message-
> From: He, Shaopeng
> Sent: Monday, October 26, 2015 11:48 AM
> To: dev at dpdk.org
> Cc: Chen, Jing D; Qiu, Michael; He, Shaopeng
> Subject: [PATCH v2 0/7] interrupt mode for fm10k
>
> This patch series adds interrupt mode support for fm10k,
> contains four major pa
> -Original Message-
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Padam Jeet Singh
> Sent: Wednesday, October 28, 2015 3:20 PM
> To: Matthew Hall
> Cc: dev at dpdk.org
> Subject: Re: [dpdk-dev] Wrong TCP Checkum computed by hardware
>
Did you set the txq_flags?
If the flag i
> On 28-Oct-2015, at 1:31 pm, Liu, Jijiang wrote:
>
>
>> -Original Message-
>> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Padam Jeet Singh
>> Sent: Wednesday, October 28, 2015 3:20 PM
>> To: Matthew Hall
>> Cc: dev at dpdk.org
>> Subject: Re: [dpdk-dev] Wrong TCP Checkum co
> -Original Message-
> From: Padam Jeet Singh [mailto:padam.singh at inventum.net]
> Sent: Wednesday, October 28, 2015 4:12 PM
> To: Liu, Jijiang
> Cc: dev at dpdk.org; Matthew Hall
> Subject: Re: [dpdk-dev] Wrong TCP Checkum computed by hardware
>
>
> > On 28-Oct-2015, at 1:31 pm, Liu,
> -Original Message-
> From: Qiu, Michael
> Sent: Monday, October 26, 2015 12:54 PM
> To: dev at dpdk.org
> Cc: He, Shaopeng; Chen, Jing D; Qiu, Michael
> Subject: [PATCH v2 0/2] Intel new NIC Boulder Rapid support
>
> Boulder Rapid is a new 100G NIC of Intel fm10k family, this patch set
> On 28-Oct-2015, at 1:46 pm, Liu, Jijiang wrote:
>
>
>
>> -Original Message-
>> From: Padam Jeet Singh [mailto:padam.singh at inventum.net]
>> Sent: Wednesday, October 28, 2015 4:12 PM
>> To: Liu, Jijiang
>> Cc: dev at dpdk.org; Matthew Hall
>> Subject: Re: [dpdk-dev] Wrong TCP Checku
> -Original Message-
> From: Padam Jeet Singh [mailto:padam.singh at inventum.net]
> Sent: Wednesday, October 28, 2015 4:31 PM
> To: Liu, Jijiang
> Cc: dev at dpdk.org; Matthew Hall
> Subject: Re: [dpdk-dev] Wrong TCP Checkum computed by hardware
>
>
> > On 28-Oct-2015, at 1:46 pm, Liu,
This patch set extends flow director to VF filtering in i40e driver.
v2 change:
- rework the doc, including release notes and testpmd guide
Jingjing Wu (4):
ethdev: extend struct to support flow director in VFs
i40e: extend flow diretcor to support filtering in VFs
testpmd: extend commands
This patch extends commands to support filtering in VFs of flow director.
Signed-off-by: Jingjing Wu
---
app/test-pmd/cmdline.c | 41 +
1 file changed, 37 insertions(+), 4 deletions(-)
diff --git a/app/test-pmd/cmdline.c b/app/test-pmd/cmdline.c
index 0f8
This patch extends struct rte_eth_fdir_flow_ext to support flow
director in VFs.
Signed-off-by: Jingjing Wu
---
lib/librte_ether/rte_eth_ctrl.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lib/librte_ether/rte_eth_ctrl.h b/lib/librte_ether/rte_eth_ctrl.h
index 26b7b33..403e6b8 100644
--
Modify the doc about flow director commands to support filtering in VFs.
Remove related ABI deprecation.
update release note.
Signed-off-by: Jingjing Wu
---
doc/guides/rel_notes/deprecation.rst| 4
doc/guides/rel_notes/release_2_2.rst| 2 ++
doc/guides/testpmd_app_ug/testp
This patch extends flow director to filtering in VFs.
It also corrects to disable interrupt on queues when stop device.
Signed-off-by: Jingjing Wu
---
drivers/net/i40e/i40e_ethdev.c | 4 ++--
drivers/net/i40e/i40e_fdir.c | 15 ---
2 files changed, 14 insertions(+), 5 deletions(-)
This patch-set adds functions for detecting and reporting live-ness of
LCores, the primary requirement of which is minimal overheads for the
core(s) being checked. Core failures are notified via an application
defined callback. As an example l2fwd with random failures is used.
Remy Horton (3):
Adds functions for detecting and reporting the live-ness of LCores,
the primary requirement of which is minimal overheads for the
core(s) being checked. Core failures are notified via an application
defined callback.
Signed-off-by: Remy Horton
---
lib/librte_eal/bsdapp/eal/Makefile|
Signed-off-by: Maryam Tahhan
Signed-off-by: John J Browne
Signed-off-by: Remy Horton
---
doc/guides/sample_app_ug/index.rst | 1 +
doc/guides/sample_app_ug/keep_alive.rst | 191
2 files changed, 192 insertions(+)
create mode 100644 doc/guides/sample_app_
Modification of l2fwd to demonstrate keep-alive functionality.
Signed-off-by: Remy Horton
---
examples/l2fwd-keepalive/Makefile | 50 +++
examples/l2fwd-keepalive/main.c | 806 ++
2 files changed, 856 insertions(+)
create mode 100644 examples/l2fwd-keepali
On 30/09/2015 20:04, Konstantin Ananyev wrote:
> Signed-off-by: Konstantin Ananyev
Acked-by: Remy Horton
> -Original Message-
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Tetsuya Mukawa
> Sent: Tuesday, October 20, 2015 3:42 AM
> To: dev at dpdk.org
> Subject: [dpdk-dev] [PATCH] doc: Add missing new line before code block
>
> The patch adds missing new line to "Managing ABI upd
- Original Message -
> From: "Yuanhan Liu"
> To: "Michael S. Tsirkin"
> Cc: dev at dpdk.org
> Sent: Friday, October 16, 2015 10:37:38 AM
> Subject: Re: [dpdk-dev] dpdk/vhost-user and VM migration
>
> On Wed, Oct 14, 2015 at 12:16:29AM +0300, Michael S. Tsirkin wrote:
> > Hello!
> > I a
On 27/10/2015 12:51, Konstantin Ananyev wrote:
> Konstantin Ananyev (9):
>ethdev: add new API to retrieve RX/TX queue information
>i40e: add support for eth_(rxq|txq)_info_get and (rx|tx)_desc_lim
>ixgbe: add support for eth_(rxq|txq)_info_get and (rx|tx)_desc_lim
>e1000: add suppo
Otherwise mbufs will leak when the port is destroyed. The
rte_sched_port_qbase() and rte_sched_port_qsize() functions are used
in free now, so move them up.
Signed-off-by: Simon Kagstrom
---
lib/librte_sched/rte_sched.c | 44 +++-
1 file changed, 27 insert
Hello Jan,
On Tue, Oct 27, 2015 at 8:13 PM, Jan Viktorin
wrote:
>
> diff --git a/config/defconfig_arm-armv7-a-linuxapp-gcc
> b/config/defconfig_arm-armv7-a-linuxapp-gcc
> new file mode 100644
> index 000..5a778cf
> --- /dev/null
> +++ b/config/defconfig_arm-armv7-a-linuxapp-gcc
> +
> +# avoi
This patch adds following features to the
routing-pipeline to enable it for various NFV
use-cases;
1.Fast-path ARP table enable/disable
2.Double-tagged VLAN (Q-in-Q) packet enacapsulation
for the next-hop
3.MPLS encapsulation for the next-hop
4.Add colour (Traffic-class for QoS) to the MPLS tag
5.
On Tue, Oct 27, 2015 at 08:56:31PM +, Polehn, Mike A wrote:
> Prefetch of interface access variables while calling into driver RX and TX
> subroutines.
>
> For converging zero loss packet task tests, a small drop in latency for zero
> loss measurements
> and small drop in lost packet counts
On Tue, Oct 27, 2015 at 05:31:59PM +, Traynor, Kevin wrote:
>
> > -Original Message-
> > From: Ananyev, Konstantin
> > Sent: Tuesday, October 27, 2015 12:13 PM
> > To: Richardson, Bruce; Traynor, Kevin
> > Cc: dev at dpdk.org
> > Subject: RE: [dpdk-dev] [PATCH] ixgbe: change logging fo
On Wed, 28 Oct 2015 11:09:21 +0100
David Marchand wrote:
> Hello Jan,
>
> On Tue, Oct 27, 2015 at 8:13 PM, Jan Viktorin
> wrote:
>
> >
> > diff --git a/config/defconfig_arm-armv7-a-linuxapp-gcc
> > b/config/defconfig_arm-armv7-a-linuxapp-gcc
> > new file mode 100644
> > index 000..5a778cf
Hello Konstantin,
the ACL patch (with changes as you suggested yesterday) breaks the
following test. I am confused about this. There is nothing in the log
that would help me to determine the source of the problem. How is this
test related to ACL? Moreover, I cannot see the actual packet drop
there
>>
> Yes, you are correct, I just noticed you declare it is static, If possible,
> send more codes to me, I can help you with this.
>>>
Thanks,
Padam
>
I have the following code:
mbuf->ol_flags = (uint16_t) (mbuf->ol_flags &
(~PKT_TX_OFFLOAD_MASK));
mbuf->
Further enhancements to the userspace ethtool implementation that was
submitted in 2.1 and packaged as a self-contained sample application.
Implements an rte_ethtool shim layer based on rte_ethdev API, along
with a command prompt driven demonstration application.
This patchset depends on:
* http:/
Further enhancements to the userspace ethtool implementation that was
submitted in 2.1 and packaged as a self-contained sample application.
Implements an rte_ethtool shim layer based on rte_ethdev API, along
with a command prompt driven demonstration application.
Signed-off-by: Remy Horton
---
e
Signed-off-by: Remy Horton
---
doc/guides/sample_app_ug/index.rst | 1 +
doc/guides/sample_app_ug/keep_alive.rst | 191
2 files changed, 192 insertions(+)
create mode 100644 doc/guides/sample_app_ug/keep_alive.rst
diff --git a/doc/guides/sample_app_ug/ind
On Tue, Oct 27, 2015 at 08:56:36PM +, Polehn, Mike A wrote:
> Combined 2 subroutines of code into one subroutine with one read operation
> followed by
> buffer allocate and load loop.
>
> Eliminated the staging queue and subroutine, which removed extra pointer list
> movements
> and reduce
Hi Jan,
> -Original Message-
> From: Jan Viktorin [mailto:viktorin at rehivetech.com]
> Sent: Wednesday, October 28, 2015 11:00 AM
> To: Ananyev, Konstantin
> Cc: dev at dpdk.org
> Subject: Fw: |ERROR| pw 8090-8106 acl: handle when SSE 4.1 is unsupported
>
> Hello Konstantin,
>
> the ACL
On Wed, 28 Oct 2015 11:17:37 +
"Ananyev, Konstantin" wrote:
> Hi Jan,
>
> > -Original Message-
> > From: Jan Viktorin [mailto:viktorin at rehivetech.com]
> > Sent: Wednesday, October 28, 2015 11:00 AM
> > To: Ananyev, Konstantin
> > Cc: dev at dpdk.org
> > Subject: Fw: |ERROR| pw 809
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Remy Horton
> Sent: Wednesday, October 28, 2015 8:52 AM
> To: dev at dpdk.org
> Cc: Browne, John J
> Subject: [dpdk-dev] [PATCH v3 2/3] docs: add keep alive sample app guide
>
> Signed-off-by: Maryam Tahhan
> Signed-off-by: John J Browne
> -Original Message-
> From: Jan Viktorin [mailto:viktorin at rehivetech.com]
> Sent: Wednesday, October 28, 2015 11:22 AM
> To: Ananyev, Konstantin
> Cc: dev at dpdk.org; Cao, Waterman
> Subject: Re: |ERROR| pw 8090-8106 acl: handle when SSE 4.1 is unsupported
>
> On Wed, 28 Oct 2015 11
On Tue, Oct 27, 2015 at 8:13 PM, Jan Viktorin
wrote:
> There several issues with alignment when compiling for ARMv7.
> They are not considered to be fatal (ARMv7 supports unaligned
> access of 32b words), so we just leave them as warnings. They
> should be solved later, however.
>
> Signed-off-by
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Harry van Haaren
> Sent: Thursday, October 22, 2015 4:49 PM
> To: dev at dpdk.org
> Subject: [dpdk-dev] [PATCH v3 10/11] i40evf: add xstats() implementation
>
> Add implementation of xstats() functions in i40evf PMD.
>
> Signed-off-by: Har
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Harry van Haaren
> Sent: Thursday, October 22, 2015 4:49 PM
> To: dev at dpdk.org
> Subject: [dpdk-dev] [PATCH v3 08/11] ixgbevf: add xstats() functions to VF
>
> Add xstats() functions and stat strings as necessary to ixgbevf PMD.
>
> Sig
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Harry van Haaren
> Sent: Thursday, October 22, 2015 4:48 PM
> To: dev at dpdk.org
> Subject: [dpdk-dev] [PATCH v3 06/11] igbvf: add xstats() implementation
>
> Add xstats functionality to igbvf PMD, adding necessary statistic strings.
>
>
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Remy Horton
> Sent: Wednesday, October 28, 2015 8:52 AM
> To: dev at dpdk.org
> Subject: [dpdk-dev] [PATCH v3 1/3] rte: add keep alive functionality
>
> Adds functions for detecting and reporting the live-ness of LCores, the
> primary requi
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Remy Horton
> Sent: Wednesday, October 28, 2015 8:52 AM
> To: dev at dpdk.org
> Subject: [dpdk-dev] [PATCH v3 3/3] example: add keep alive sample
> application
>
> Modification of l2fwd to demonstrate keep-alive functionality.
>
> Signed-o
On Wed, Oct 28, 2015 at 05:52:44AM -0400, Amnon Ilan wrote:
>
>
> - Original Message -
> > From: "Yuanhan Liu"
> > To: "Michael S. Tsirkin"
> > Cc: dev at dpdk.org
> > Sent: Friday, October 16, 2015 10:37:38 AM
> > Subject: Re: [dpdk-dev] dpdk/vhost-user and VM migration
> >
> > On Wed
> > When setting TSO on VF ixgbe NICs, for example, 82599, x550, the prompt
> > that TSO is not supported will be printed. But TSO is supported by VF ixgbe
> > NICs.
> > We should add TSO to the capability flag, so, we will not see the wrong
> > prompt.
> >
> > Signed-off-by: Wenzhuo Lu
> Acked-b
This patch set enhancement ip_pipeline application:
- librte_port: add support for multi-producer/multi-consumer ring ports
- librte_port: bug fixes for ring ports with IPv4/IPv6 reassembly support
- ip_pipeline application: integrate MP/MC and fragmentation/reassembly support
to SWQs
v2 changes:
> > Fixed issue where the flag PKT_RX_IEEE1588_PTP was not being set in Intel
> > I210 NIC, as EtherType in RX descriptor is in bits 8:10 of Packet Type and
> > not
> > in the default bits 0:2.
> >
> > Fixes known issue "IEEE1588 support possibly not working with an Intel
> > Ethernet Controller
ring_multi_reader input port (on top of multi consumer rte_ring)
ring_multi_writer output port (on top of multi producer rte_ring)
Signed-off-by: Piotr Azarewicz
---
lib/librte_port/rte_port_ring.c | 311 +++---
lib/librte_port/rte_port_ring.h | 35 +++-
On Mon, Oct 26, 2015 at 5:37 PM, Jan Viktorin
wrote:
> From: Vlastimil Kosar
>
> Make DPDK run on ARMv7-A architecture. This patch assumes
> ARM Cortex-A9. However, it is known to be working on Cortex-A7
> and Cortex-A15.
>
> Signed-off-by: Vlastimil Kosar
> Signed-off-by: Jan Viktorin
> ---
>
2015-10-12 17:45, Harry van Haaren:
> - cur += latest - last; \
> + cur += (latest-last) & UINT_MAX;\
CHECK:SPACING: spaces preferred around that '-' (ctx:VxV)
Please use checkpatch before submitting.
Thanks
Bug fixes for ring ports with IPv4/IPv6 reassembly support.
Previous implementation can't work properly due to incorrect choosing
process function.
Also, assuming that, when processing ip packet, ip header is know we can
set l3_len parameter here.
Fix usage RTE_MBUF_METADATA_* macros due to redefi
On Mon, Oct 26, 2015 at 5:37 PM, Jan Viktorin
wrote:
>
> diff --git a/config/defconfig_arm-armv7-a-linuxapp-gcc
> b/config/defconfig_arm-armv7-a-linuxapp-gcc
> new file mode 100644
> index 000..5b582a8
> --- /dev/null
> +++ b/config/defconfig_arm-armv7-a-linuxapp-gcc
> @@ -0,0 +1,78 @@
>
> +#
On Wed, Oct 28, 2015 at 11:56 AM, Jan Viktorin
wrote:
> On Wed, 28 Oct 2015 11:09:21 +0100
> David Marchand wrote:
>
> > +# PCI is usually not used on ARM
> > > +CONFIG_RTE_EAL_IGB_UIO=n
> > >
> >
> > Not sure "usually not used" is a good reason to disable something.
> > Is there a real issue on
2015-10-12 17:45, Harry van Haaren:
> The following two patches fix a misinterpretation of the cyclic
> counters of igb and ixgbe VF. When the 32bit value wraps around,
> the code now handles the wrapped new value appropriatly.
>
> v2:
> - Reimplemented with Alex's suggested fix for off-by-one
>
> -Original Message-
> From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com]
> Sent: Tuesday, October 27, 2015 17:59
> To: Kulasek, TomaszX
> Cc: dev at dpdk.org; Tetsuya Mukawa
> Subject: Re: [dpdk-dev] [PATCH v6 2/9] null: fix segfault when null_pmd
> added to bonding
>
> Hi,
> Th
On 28/10/2015 10:56, Jan Viktorin wrote:
> On Wed, 28 Oct 2015 11:09:21 +0100
> David Marchand wrote:
>
>> Hello Jan,
>>
>> On Tue, Oct 27, 2015 at 8:13 PM, Jan Viktorin
>> wrote:
>>
>> +# PCI is usually not used on ARM
>>> +CONFIG_RTE_EAL_IGB_UIO=n
>>>
>>
>> Not sure "usually not used" is a good
Add integrated MP/MC and fragmentation/reassembly support to SWQs
Signed-off-by: Piotr Azarewicz
---
examples/ip_pipeline/app.h | 14 +++
examples/ip_pipeline/config_check.c | 45 +++-
examples/ip_pipeline/config_parse.c | 195 +--
examples/ip_pi
Hi Remy
> -Original Message-
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Remy Horton
> Sent: Wednesday, October 28, 2015 11:12 AM
> To: dev at dpdk.org
> Subject: [dpdk-dev] [PATCH v3 0/2] User-space ethtool sample application
>
> Further enhancements to the userspace ethtoo
Hi Mark,
On 10/27/2015 5:46 PM, Chen Jing D(Mark) wrote:
> From: "Chen Jing D(Mark)"
>
> Add function fm10k_rxq_rearm to re-allocate mbuf for used desc
> in RX HW ring.
>
> Signed-off-by: Chen Jing D(Mark)
> ---
> drivers/net/fm10k/fm10k.h |9
> drivers/net/fm10k/fm10k_ethde
> > Ixgbe based 82598 and 82599 have different priority recieve link-on register
> > addresses. This is solved in base/ by providing in the PXONRXC and
> > PXONXCNT as seperate macros. This patch ensures the correct address is
> > read, avoiding reading garbage values.
> >
> > Also PXON2OFFCNT doe
> > Remove receive jabber count (rjc) from ierrors count as the register
> > overlaps
> > with the CRC error register, previously causing some packets to be counted
> > twice.
> >
> > Signed-off-by: Harry van Haaren
> Acked-by: Wenzhuo Lu
Applied, thanks
> > This patch adds the mspdc (MAC Short Packet Discard Count) to the total rx
> > errors, as discussed on the dev at dpdk mailing
> > list: http://comments.gmane.org/gmane.comp.networking.dpdk.devel/23717
> >
> > Suggested-by: Igor Ryzhov
> > Signed-off-by: Harry van Haaren
> Yes, why not inclu
Fix to take this change into account: https://lkml.org/lkml/2015/7/9/101
Has been applied to Kernel 4.3.0-rc6
Signed-off-by: David Hunt
---
lib/librte_eal/linuxapp/igb_uio/igb_uio.c |5 +
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/lib/librte_eal/linuxapp/igb_uio/igb_u
Hi Mark,
On 10/27/2015 5:46 PM, Chen Jing D(Mark) wrote:
> From: "Chen Jing D(Mark)"
>
> Add func fm10k_recv_scattered_pkts_vec to receive chained packets
> with SSE instructions.
>
> Signed-off-by: Chen Jing D(Mark)
> ---
> drivers/net/fm10k/fm10k.h |2 +
> drivers/net/fm10k/fm1
Hey all,
I upgraded from dpdk 1.8.0 to 2.1.0, and have a VM to which I attach several
VFs in SR-IOV mode.
I managed to use set_mc_addr_list API to allow a specific multicast address via
the VF, RX side.
I wonder is it possible to allow a range of multicast addresses? Allow by
prefix? Couldn't
On Wed, Oct 28, 2015 at 11:44:15AM +0800, Jijiang Liu wrote:
> Fix two issues in the delete_depth_small() function.
>
> 1> The control is not strict in this function.
>
> In the following structure,
> struct rte_lpm_tbl24_entry {
> union {
> uint8_t next_hop;
>
Hello Jan,
On Tue, Oct 27, 2015 at 8:13 PM, Jan Viktorin
wrote:
> Hello DPDK community,
>
> this is the third attempt to post support for ARMv7 into the DPDK.
> There are changes related to the LPM and ACL libraries only:
>
> * included rte_vect.h, however, it is more a placeholder
> * rte_lpm.h
This patch marks rxq with RTE_SET_USED in
rx_desc_hlen_type_rss_to_pkt_flags(), when
ieee1588 is disabled. Previously a compilation
error occurred on unused-parameter.
Fixes: c6c79fa425f1 ("e1000: do not release queue on alloc error")
Signed-off-by: Harry van Haaren
---
drivers/net/e1000/igb_rx
This patch marks rxq with RTE_SET_USED in
rx_desc_hlen_type_rss_to_pkt_flags(), when
ieee1588 is disabled. Previously a compilation
error occurred on unused-parameter.
Fixes: 1ce6591e238a ("igb: fix ieee1588 frame identification in i210")
Signed-off-by: Harry van Haaren
---
v2: Fixed Fixes line
> > Incorrect operator in ixgbe_get_eeprom & ixgbe_set_eeprom prevents
> > last byte of EEPROM being read/written, and hence cannot be dumped
> > or updated in entirity using these functions.
> >
> > Fixes: 0198848a47f5 ("ixgbe: add access to specific device info")
> >
> > Signed-off-by: Remy Hor
> -Original Message-
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Harry van Haaren
> Sent: Wednesday, October 28, 2015 4:08 PM
> To: dev at dpdk.org
> Subject: [dpdk-dev] [PATCH v2] e1000: mark rxq with RTE_SET_USED
>
> This patch marks rxq with RTE_SET_USED in
> rx_desc_hle
2015-09-28 10:53, Bruce Richardson:
> On Fri, Sep 25, 2015 at 10:44:51AM -0700, Zoltan Kiss wrote:
> > At the original point the rx_pkts[pos( + n)] pointers are not initialized,
> > so
> > the code is prefetching random data.
> >
> > Signed-off-by: Zoltan Kiss
>
> Acked-by: Bruce Richardson
A
> > This patch will drop flow control frames from being transmitted from VSIs.
> > With this patch in place a malicious VF cannot send flow control or PFC
> > packets
> > out on the wire.
> >
> > V2:
> > Reword the comments.
> >
> > V3:
> > Move the check of set_ethertype_anti_spoofing to the to
Hi,
I am trying to configure the MTU through rte_eth_dev_set_mtu() on an i40e
interface and noticed that the function pointer inside of the rte_eth_dev
struct for mtu_set is not populated from the i40e code.
It seems that the only API that will allow for restricting the MTU is to call
rte_eth_d
On 10/28/2015 03:40 PM, Bruce Richardson wrote:
> On Wed, Oct 28, 2015 at 11:44:15AM +0800, Jijiang Liu wrote:
>> Fix two issues in the delete_depth_small() function.
>>
>> 1> The control is not strict in this function.
>>
>> In the following structure,
>> struct rte_lpm_tbl24_entry {
>>
On Wed, Oct 28, 2015 at 05:55:59PM +0100, Nikita Kozlov wrote:
> On 10/28/2015 03:40 PM, Bruce Richardson wrote:
> > On Wed, Oct 28, 2015 at 11:44:15AM +0800, Jijiang Liu wrote:
> >> Fix two issues in the delete_depth_small() function.
> >>
> >> 1> The control is not strict in this function.
> >>
From: Fan Zhang
This patchset links to ABI change announced for librte_table.
The key_mask parameters has been added to the hash table
parameter structure for 8-byte key and 16-byte key extendible
bucket and LRU tables.
v2:
*updated release note
v3:
*merged release note with source code patch
*
From: Fan Zhang
This patch is to adding hash table operations for key signature
computed on lookup ("do-sig") for LRU hash tables and Extendible buckets.
Signed-off-by: Fan Zhang
---
lib/librte_table/rte_table_hash.h | 8 +
lib/librte_table/rte_table_hash_key16.c | 359
From: Fan Zhang
This patch relates to ABI change proposed for librte_table.
The key_mask parameter is added for 8-byte and 16-byte
key extendible bucket and LRU tables.The release notes
is updated and the deprecation notice is removed.
Signed-off-by: Fan Zhang
Signed-off-by: Jasvinder Singh
--
From: Fan Zhang
This patch updates the flow_classification pipeline for added key_mask
parameter in 8/16-byte key hash parameters. The update provides user
optional key_mask configuration item applying to the packets.
Signed-off-by: Fan Zhang
---
.../pipeline/pipeline_flow_classification_be.c
From: Fan Zhang
This patch modifies rte_prefetch offsets to improve hash/lru
table lookup performance.
Signed-off-by: Fan Zhang
---
lib/librte_table/rte_table_hash_ext.c | 10 ---
lib/librte_table/rte_table_hash_key16.c | 51 +
lib/librte_table/rte_table_h
From: Fan Zhang
This patch adds parse_hex_string function to parse hex string to uint8_t
array.
Signed-off-by: Fan Zhang
---
examples/ip_pipeline/config_parse.c | 52 +
examples/ip_pipeline/pipeline_be.h | 4 +++
2 files changed, 56 insertions(+)
diff --g
From: Fan Zhang
Tests have been updated to work on added key_mask parameter for 8-byte
key extendible bucket and LRU tables.
Signed-off-by: Fan Zhang
---
app/test/test_table_combined.c | 5 -
app/test/test_table_tables.c | 6 --
2 files changed, 8 insertions(+), 3 deletions(-)
diff
From: Fan Zhang
Test-pipeline has been updated to work on added
key_mask parameter for 8-byte key extendible
bucket and LRU tables.
Signed-off-by: Fan Zhang
---
app/test-pipeline/pipeline_hash.c | 4
1 file changed, 4 insertions(+)
diff --git a/app/test-pipeline/pipeline_hash.c
b/app/te
1 - 100 of 123 matches
Mail list logo