[dpdk-dev] Qos issue with new DPDK 20.02 and i40e driver

2020-07-14 Thread hanoh haim
Hi i40e driver experts, We are **not** a typical user of i40e dpdk driver, we are using tx Qos configuration (dcb) with strict latency tx queues. The feature stops working with a new firmware 7.0.x. We are using DDP (another thing that is not standard) to solve the drop rate issue. dpdk 19.05 - wo

[dpdk-dev] [PATCH v3] mbuf: cleanup rte_pktmbuf_lastseg(), fix atomic usage

2017-11-15 Thread Hanoh Haim
Signed-off-by: Hanoh Haim --- lib/librte_mbuf/rte_mbuf.h | 27 +-- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/lib/librte_mbuf/rte_mbuf.h b/lib/librte_mbuf/rte_mbuf.h index 7e326bb..ab110f8 100644 --- a/lib/librte_mbuf/rte_mbuf.h +++ b/lib/librte_mbuf

[dpdk-dev] [PATCH] mbuf: cleanup rte_pktmbuf_lastseg(), fix atomic usage

2017-11-15 Thread Hanoh Haim
Signed-off-by: Hanoh Haim --- lib/librte_mbuf/rte_mbuf.h | 27 +-- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/lib/librte_mbuf/rte_mbuf.h b/lib/librte_mbuf/rte_mbuf.h index 7e326bb..ab110f8 100644 --- a/lib/librte_mbuf/rte_mbuf.h +++ b/lib/librte_mbuf

[dpdk-dev] [PATCH] mbuf: cleanup rte_pktmbuf_lastseg(), fix atomic usage

2017-11-15 Thread Hanoh Haim
Signed-off-by: Hanoh Haim --- lib/librte_mbuf/rte_mbuf.h | 27 +-- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/lib/librte_mbuf/rte_mbuf.h b/lib/librte_mbuf/rte_mbuf.h index 7e326bb..ab110f8 100644 --- a/lib/librte_mbuf/rte_mbuf.h +++ b/lib/librte_mbuf

[dpdk-dev] [PATCH] mbuf: cleanup rte_pktmbuf_lastseg(), fix atomic usage

2017-11-15 Thread Hanoh Haim
Signed-off-by: Hanoh Haim --- lib/librte_mbuf/rte_mbuf.h | 27 +-- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/lib/librte_mbuf/rte_mbuf.h b/lib/librte_mbuf/rte_mbuf.h index 7e326bb..ab110f8 100644 --- a/lib/librte_mbuf/rte_mbuf.h +++ b/lib/librte_mbuf

[dpdk-dev] [PATCH] mbuf: cleanup rte_pktmbuf_lastseg(), fix atomic usage

2017-11-15 Thread Hanoh Haim
Signed-off-by: Hanoh Haim --- lib/librte_mbuf/rte_mbuf.h | 27 +-- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/lib/librte_mbuf/rte_mbuf.h b/lib/librte_mbuf/rte_mbuf.h index 7e326bb..ab110f8 100644 --- a/lib/librte_mbuf/rte_mbuf.h +++ b/lib/librte_mbuf