>From 2eb6ad4d30af54f309f35f16a39a119aa26e7911 Mon Sep 17 00:00:00 2001
From: liqingqing
Date: Sat, 8 Aug 2020 00:03:25 -0400
Subject: [PATCH] fix coredump when secondary process using the hinic port. the
reason is that during the stage of secondary process port initialization, it
lack the initi
fix coredump when secondary process using the hinic port.
the reason is that during the stage of
secondary process port initialization,
it lack the initialization of "eth_dev->dev_ops".
Signed-off-by: liqingqing
---
v2: solve the coding style issue.
---
drivers/net/hinic/hinic_pmd_ethdev.c | 21
From: Yunjian Wang
When setup tx queues, we will create a mempool for the 'gso_ctx'.
The mempool is not freed when closing tap device. If free the tap
device and create it with different name, it will create a new
mempool. This maybe cause an OOM.
The snprintf function return value is not checke
Hi,
Tested on NXP platforms (DPAA & DPAA2) and throughput numbers are as expected.
OS: Ubuntu 18.04
Platforms:
LS1046ARDB
LS1043ARDB
LS2088ARDB
LX2160ARDB
Tested applications:
l2fwd
l3fwd
ipsec-secgw
Thanks & Regards
Apeksha
> -
From: Kiran Kumar K
This patch reserves 2 bits as input selection to select Inner and
outer layers for RSS computation. It is combined with existing
ETH_RSS_* to choose Inner or outer layers for L2, L3 and L4.
This functionality already exists in rte_flow through level parameter in
RSS action con
From: Kiran Kumar K
Add support to choose rss hash level from ethdev rss config.
Signed-off-by: Kiran Kumar K
---
drivers/net/octeontx2/otx2_ethdev.h | 4 +++-
drivers/net/octeontx2/otx2_rss.c| 9 +++--
2 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/drivers/net/octeont
fix memory leak
Fixes: c5b7197f66 ("telemetry: move some functions to metrics library")
Signed-off-by: Gaurav Singh
---
lib/librte_metrics/rte_metrics_telemetry.c | 21 -
1 file changed, 16 insertions(+), 5 deletions(-)
diff --git a/lib/librte_metrics/rte_metrics_telemetry.
On Sat, Aug 8, 2020 at 7:36 AM wrote:
> From: Kiran Kumar K
>
> This patch reserves 2 bits as input selection to select Inner and
> outer layers for RSS computation. It is combined with existing
> ETH_RSS_* to choose Inner or outer layers for L2, L3 and L4.
How do you plan to use this? Do you n
A new release is available:
https://fast.dpdk.org/rel/dpdk-20.08.tar.xz
This version could be named Twins: 20.08 is released on 2020-08-08.
The other numbers are:
1175 commits from 159 authors
1199 files changed, 137604 insertions(+), 35611 deletions(-)
It is not planned t
Virtio Standard TX broken : Reverting a small change added few months back
which has caused breakage in Virtio Standard TX path.
During basic ping Tx/Rx testing of net_virtio pmd driver using standard Tx
path, We saw TX is broken since anomaly code added by below patch once submitted
http://git.
10 matches
Mail list logo