Submit a proposal to speak at DPDK Summit Bangalore 2018 [1]
March 9th | Leela Palace, Bangalore, India
The agenda will cover the latest developments to the DPDK framework and other
related projects such as FD.io, including plans for future releases, and will
provide an opportunity to hear fr
-Original Message-
> Date: Fri, 2 Feb 2018 14:01:42 +0530
> From: Hemant Agrawal
> To: olivier.m...@6wind.com, tho...@monjalon.net,
> pbhagavat...@caviumnetworks.com
> CC: nipun.gu...@nxp.com, jerin.ja...@caviumnetworks.com,
> santosh.shu...@caviumnetworks.com, dev@dpdk.org, Hemant Agra
From: Ivan Malov
The version map filename does not comply with the format
used by meson build rules for drivers (i.e. on the upper
level) and needs to be revisited. This patch removes efx
postfix from the driver title in the filename.
Signed-off-by: Ivan Malov
Acked-by: Bruce Richardson
Signed
From: Ivan Malov
Signed-off-by: Ivan Malov
Signed-off-by: Andrew Rybchenko
---
v2:
- use includes to extend include directories set
- limit to x86 architecture
- specify include directories in base driver build
- remove unnecessary optimization level set and driver dir from includes
drive
virtio_dev_free_mbufs was recently modified to free the
virtqueues but failed to check whether the array was
allocated. Added a check to ensure vqs was non-null.
Fixes: bdb32afbb610 ("net/virtio: rationalize queue flushing")
Cc: olivier.m...@6wind.com
Signed-off-by: David C Harton
---
drivers/
On 02/02/2018 07:18 PM, Bruce Richardson wrote:
On Fri, Feb 02, 2018 at 12:43:58PM +, Andrew Rybchenko wrote:
From: Ivan Malov
Signed-off-by: Ivan Malov
Signed-off-by: Andrew Rybchenko
---
drivers/net/meson.build | 2 +-
drivers/net/sfc/base/meson.build | 69
Hi Adrien
> From: Adrien Mazarguil , Sent: Friday, February 2, 2018 9:53 PM
> Hi Matan,
>
> On Wed, Jan 31, 2018 at 05:07:56PM +, Matan Azrad wrote:
> > Hi Adrien
> >
> > From: Adrien Mazarguil , Sent: Wednesday, January 31, 2018 4:32 PM
> > > Hi Matan,
> > >
> > > On Wed, Jan 31, 2018 at 01:
eBPF classifier (section "cls_q" in tap_bpf_program.c) is looking for
marked packets whose skb->cb[1] contains an RSS queue number and redirects
those packets to the matched queue.
It is expected that skb->cb[1] has been previously set with a valid RSS
queue number during an eBPF action (section "l
Hi, All:
I want to use I350 vlan offload feature to impove performance, but get in
trouble.
After enable port_conf.hw_vlan_strip, i can get vlan id in mbuf->vlan_tci,
which indicate vlan rx offload is ok.
but when enable vlan tx offload as below steps,
a. set vlan id in mbuf->vlan_
Hi, All:
I create qemu VM with 1 cpu and 1 NIC using vhost-user client mode with 2
pairs queue, when VM start, bu default only one pair queue is enabled unless
use 'ethtool -L eth0 2' to enable.
now I want to get vring num using vhost-user lib
api---rte_vhost_get_vring_num, and send pkt
This patch updates the i40e guide with new device
parameter support-multi-driver.
Signed-off-by: Beilei Xing
Cc: sta...@dpdk.org
---
doc/guides/nics/i40e.rst | 11 +++
1 file changed, 11 insertions(+)
diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst
index 166f447..a83af6
Patch 1 fixes secondary process initialization failure.
Patch 2 fixes issue where link state is not updated when speed is
changed.
Patches 3 and 4 allow configuring RSS hash and key.
Patch 5 updates link Forward Error Correction (FEC) to support IEEE
802.3 standard based FEC selection.
Patches
From: Kumar Sanghvi
rte_eth_dev_allocate already assigns the eth_dev_data. So,
don't allocate it separately as part of probe function. And we
save this eth_dev_data as part of txq structure.
Attach to rte_eth_dev devices allocated by Primary process for
Ports other than Port-0 in the secondary p
From: Kumar Sanghvi
Original work by Surendra Mobiya
Signed-off-by: Kumar Sanghvi
Signed-off-by: Rahul Lakkireddy
---
drivers/net/cxgbe/base/common.h | 3 +++
drivers/net/cxgbe/base/t4_hw.c | 46 ++
drivers/net/cxgbe/cxgbe_ethdev.c | 53 +++
From: Kumar Sanghvi
Add firmware API for updating RSS hash configuration and key. Move
RSS hash configuration from cxgb4_write_rss() to a separate function
cxgbe_write_rss_conf().
Also, rename cxgb4_write_rss() to cxgbe_write_rss() for consistency.
Original work by Surendra Mobiya
Signed-off
From: Kumar Sanghvi
Original work by Surendra Mobiya
Fixes: cdac6e2eeafc ("cxgbe: add link related functions")
Signed-off-by: Kumar Sanghvi
Signed-off-by: Rahul Lakkireddy
---
drivers/net/cxgbe/cxgbe_ethdev.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/net/c
From: Kumar Sanghvi
Normally, firmware reads various Forward Error Correction parameters
from a Transceiver Module i2c EPROM and uses a couple of IEEE Standards
(802.3bj for 100Gb/s and 802.3by for 25Gb/s) to interpret those
parameters and come up with supported and default FEC settings.
Firmware
Update link configuration API to prepare for 32-bit port capability
support. Continue using 16-bit port capability for older firmware.
Original work by Surendra Mobiya
Signed-off-by: Rahul Lakkireddy
Signed-off-by: Kumar Sanghvi
---
drivers/net/cxgbe/base/common.h | 40 +---
driv
The new code uses the new 32-bit Port Capabilities exclusively and
only translates to/from the old 16-bit Port Capabilities at the last
point possible when talking to older Firmware.
For the old versus new Firmware issue, we use the new FW_PARAMS_CMD[PFVF,
CAPS32] command to tell the Firmware that
Hi Wu,
Indeed there is an issue here, but this is not the right fix.
Friday, February 2, 2018 7:10 AM, Yanglong Wu:
> Subject: [PATCH] app/testpmd:vlan filter fail
>
> Removing out port_conf.rxmode.hw_vlan_filter = 1 will let it equal to 0 and
> port_conf.rxmode.offloads is assigned as 0 again i
Hi Hemant,
On Sunday 04 February 2018 11:52 AM, Shukla, Santosh wrote:
> The existing rte_eal_mbuf_default mempool ops can return the compile time
> default ops name if the user has not provided command line inputs for
> mempool ops name. It will break the logic of best mempool ops as it will
> n
Signed-off-by: Shahaf Shuler
---
On v2:
- No change.
---
doc/guides/rel_notes/release_18_02.rst | 27 +++
1 file changed, 27 insertions(+)
diff --git a/doc/guides/rel_notes/release_18_02.rst
b/doc/guides/rel_notes/release_18_02.rst
index 689080bed..714a24388 100644
--
Signed-off-by: Shahaf Shuler
---
On v2:
- Updated the OFED version for mlx4 guide as well.
---
doc/guides/nics/mlx4.rst | 2 +-
doc/guides/nics/mlx5.rst | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/guides/nics/mlx4.rst b/doc/guides/nics/mlx4.rst
index 88161781c.
Update deprecation notice for the new level field of rte_eth_rss_conf.
Link: http://www.dpdk.org/dev/patchwork/patch/31891
Signed-off-by: Xueming Li
---
doc/guides/rel_notes/deprecation.rst | 4
1 file changed, 4 insertions(+)
diff --git a/doc/guides/rel_notes/deprecation.rst
b/doc/guide
24 matches
Mail list logo