Hi,
> -Original Message-
> From: Gregory Etelson
> Sent: Wednesday, January 20, 2021 9:17 PM
> To: dev@dpdk.org
> Cc: Gregory Etelson ; Matan Azrad
> ; Raslan Darawsheh ; Slava
> Ovsiienko ; Shahaf Shuler
> Subject: [PATCH 1/2] net/mlx5: fix MARK action in active tunnel offload
>
> Tunn
Hi,
> -Original Message-
> From: Alexander Kozyrev
> Sent: Thursday, January 14, 2021 11:32 PM
> To: dev@dpdk.org
> Cc: sta...@dpdk.org; Raslan Darawsheh ; Slava
> Ovsiienko ; Matan Azrad
> Subject: [PATCH] net/mlx5: fix wrong Flow Tag decompression
>
> Packets can get a wrong Flow Tag
Hi, Konstantin
> -邮件原件-
> 发件人: Ananyev, Konstantin
> 发送时间: 2021年1月22日 21:16
> 收件人: Feifei Wang ; Honnappa Nagarahalli
> ; Olivier Matz ;
> Gavin Hu
> 抄送: dev@dpdk.org; nd ; sta...@dpdk.org
> 主题: RE: [PATCH v1 1/3] test/ring: reduce iteration numbers to make test
> duration shorter
>
>
https://bugs.dpdk.org/show_bug.cgi?id=625
Bug ID: 625
Summary: MLX5: Jumbo frames are being received as rx error
Product: DPDK
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: criti
Hi,
> -Original Message-
> From: Shiri Kuzin
> Sent: Tuesday, January 19, 2021 7:07 PM
> To: dev@dpdk.org
> Cc: Matan Azrad ; Slava Ovsiienko
> ; Shahaf Shuler ; Raslan
> Darawsheh ; sta...@dpdk.org
> Subject: [PATCH] net/mlx5: fix refuse empty VLAN validation
>
> In verbs, an empty VLAN
When secondary process starts, in rte_eth_dev_attach_secondary()
function, the secondary process port device data in struct rte_eth_dev
will be initialized to be shared with primary process port.
When failsafe sub-port hot-plug happens, both primary and secondary
process will release the sub-port,
This patch series fix several secondary process bugs.
Suanming Mou (4):
net/mlx5: fix invalid multi-process ID
net/mlx5: fix secondary process port detach crash
net/mlx5: fix secondary process attach port Tx queue
net/mlx4: fix secondary process attach port Tx queue
drivers/net/mlx4/mlx4
The device port_id is used for inter-process communication and must
be the same both for primary and secondary process
This IPC port_id was configured with the invalid temporary value in
port spawn routine. This temporary value was used by the function
rte_eth_dev_get_port_by_name() to check wheth
Currently, the secondary process port UAR register mapping used by Tx
queue is done during port initializing.
Unluckily, in port hot-plug case, the secondary process was requested
to initialize the port when primary process did not complete the
device configuration and the port Tx queue number is
Currently, the secondary process port UAR register mapping used by Tx
queue is done during port initializing.
Unluckily, in port hot-plug case, the secondary process will be
requested to initialize the port when primary process probe the port.
At that time, the port Tx queue number is still not co
Hi,
> -Original Message-
> From: Viacheslav Ovsiienko
> Sent: Friday, December 11, 2020 2:06 PM
> To: dev@dpdk.org
> Cc: Raslan Darawsheh ; Matan Azrad
> ; sta...@dpdk.org
> Subject: [PATCH] doc: update mlx5 flow MARK action description
>
> There some limitations added for the MARK actio
"Kinsella, Ray" writes:
> On 22/01/2021 13:09, Dodji Seketeli wrote:
>> Thomas Monjalon writes:
>>
>> [...]
>>
> Then I've added (quickly) a libabigail exception rule:
>
> [suppress_type]
> name = rte_cryptodev
> has_data_member_inserted_between = {0, 1023}
>
>
Hi, Konstantin
> -邮件原件-
> 发件人: Ananyev, Konstantin
> 发送时间: 2021年1月22日 21:09
> 收件人: Feifei Wang ; Honnappa Nagarahalli
>
> 抄送: dev@dpdk.org; nd
> 主题: RE: [PATCH v1 3/3] ring: rename and refactor ring library
>
>
> > For legacy modes, rename ring_generic/c11 to ring_generic/c11_pvt.
> >
Hi Huawei,
>-Original Message-
>From: dev On Behalf Of 谢华伟(此时此刻)
>Sent: Friday, January 15, 2021 2:24 AM
>To: Maxime Coquelin ;
>ferruh.yi...@intel.com
>Cc: dev@dpdk.org; anatoly.bura...@intel.com;
>david.march...@redhat.com; zhihong.w...@intel.com;
>chenbo@intel.com; gr...@u256.net
>
Hi Huawei,
Nice work, just some small comments.
>-Original Message-
>From: dev On Behalf Of 谢华伟(此时此刻)
>Sent: Thursday, October 22, 2020 11:51 PM
>To: ferruh.yi...@intel.com
>Cc: dev@dpdk.org; maxime.coque...@redhat.com;
>anatoly.bura...@intel.com; david.march...@redhat.com;
>zhihong.w...
On Fri, Jan 22, 2021 at 1:49 PM Lance Richardson
wrote:
>
> The last mbuf in a multi-segment packet needs to be
> NULL-terminated.
>
> Fixes: 0958d8b6435d ("net/bnxt: support LRO")
> Cc: sta...@dpdk.org
> Signed-off-by: Lance Richardson
> Reviewed-by: Somnath Kotur
> Reviewed-by: Ajit Kumar Khap
This patchset implements existing pmdinfogen logic in Python, replaces
and removes the old code. The goals of rewriting are:
* easier maintenance by using a more high-level language,
* simpler build process without host application and libelf,
* foundation for adding Windows support.
Identity of
Using a high-level, interpreted language simplifies maintenance and
build process. Furthermore, ELF handling is delegated to pyelftools
package. Original logic is kept, the copyright recognizes that.
Signed-off-by: Dmitry Kozlyuk
---
buildtools/pmdinfogen.py | 189 +++
Use the same interpreter to run pmdinfogen as for other build scripts.
Adjust wrapper script accordingly and also don't suppress stderr from ar
and pmdinfogen. Add configure-time check for elftools Python module for
Unix hosts.
Add pyelftools to CI configuration and build requirements for Linux an
Delete the files no longer used in build process.
Add myself as maintainer of new implementation.
Signed-off-by: Dmitry Kozlyuk
---
MAINTAINERS| 3 +-
buildtools/pmdinfogen/meson.build | 14 -
buildtools/pmdinfogen/pmdinfogen.c | 456 -
bui
On Sat, 23 Jan 2021 12:38:45 +0100, Thomas Monjalon wrote:
> 22/01/2021 23:24, Dmitry Kozlyuk:
> > On Fri, 22 Jan 2021 21:57:15 +0100, Thomas Monjalon wrote:
> > > 22/01/2021 21:31, Dmitry Kozlyuk:
> > > > On Wed, 20 Jan 2021 11:24:21 +0100, Thomas Monjalon wrote:
> > > > > 20/01/2021 08:23
Li Zhang (1):
lib/librte_ethdev: add definitions for packet per second.
lib/librte_ethdev/rte_mtr.h | 15 +++
1 file changed, 15 insertions(+)
--
2.27.0
Currently the flow Meter algorithms in rte_flow only supports bytes per
second(BPS).
Such as Single Rate Three Color Marker (srTCM rfc2697)
This RFC adds the packet per second definition in Meter algorithms structure,
to support the rte_mtr APIs with type srTCM pps mode.
The below structure will b
Li Zhang (1):
lib/librte_ethdev: add definitions for packet per second.
lib/librte_ethdev/rte_mtr.h | 15 +++
1 file changed, 15 insertions(+)
--
2.27.0
Currently the flow Meter algorithms in rte_flow
only supports bytes per second(BPS).
Such as Single Rate Three Color Marker (srTCM rfc2697)
This RFC adds the packet per second definition in
Meter algorithms structure,
to support the rte_mtr APIs with type srTCM pps mode.
The below structure will be
Sometimes security team won't send confirmation mail back to reporter
in three business days. This mean reported vulnerability is either low
severity or not a real vulnerability. Reporter should assume that the
issue need shortest embargo. After that reporter can submit it through
normal bugzilla p
On 2021/1/24 23:22, Xueming(Steven) Li wrote:
+ } else if (flags & IORESOURCE_MEM) {
+ iobar = 0;
+ base = (unsigned long)dev->mem_resource[bar].addr;
+ RTE_LOG(INFO, EAL, "%s(): MMIO BAR %08lx detected\n",
__func__, base);
Same here, INFO level
From: Dapeng Yu
Disable NFS header filtering whether NFS packets coalescing are
required or not.
This behavior is aligned with ixgbe kernel driver.
Fixes: b826efba6de4 ("net/ixgbe: align register setting when RSC is disabled")
Fixes: 8eecb3295aed ("ixgbe: add LRO support")
Cc: sta...@dpdk.org
From: Dapeng Yu
In interactive mode, if testpmd exit by calling rte_exit without
restore terminal attributes, terminal will not echo keyboard input.
register a function with atexit() in prompt(), when exit() in
rte_exit() is called, the registered function restores terminal
attributes.
Fixes: 5
If the underlying PF doesn't support a specific ethertype or the ability
to toggle VLAN insertion and/or stripping, then the VF prevents sending
an invalid message to the PF.
Fixes: 1c301e8c3cff ("net/iavf: support new VLAN capabilities")
Signed-off-by: Haiyue Wang
---
drivers/net/iavf/iavf_vch
https://bugs.dpdk.org/show_bug.cgi?id=435
Zhang, RobinX (robinx.zh...@intel.com) changed:
What|Removed |Added
Resolution|--- |WONTFIX
Statu
Hi Steve,
In the current modification, the MTU is updated based on
'max_rx_pkt_len' regardless of whether jumbo frame is enabled.
Now, MTU is correct when jumbo frmae is disabled. However, when jumbo
frame is enabled, the MTU value may be inconsistent with
the definition of the enabled jumb
Add the VLAN filtering enable/disable configuration according to the VF
successfully negotiated that capability with PF.
Signed-off-by: Haiyue Wang
---
drivers/net/iavf/iavf.h| 1 +
drivers/net/iavf/iavf_ethdev.c | 7 ++
drivers/net/iavf/iavf_vchnl.c | 40 +
33 matches
Mail list logo