[dpdk-dev] [Bug 378] takes more than 500ms to allocate memory from a certain heap

2019-12-30 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=378 Bug ID: 378 Summary: takes more than 500ms to allocate memory from a certain heap Product: DPDK Version: 18.11 Hardware: ARM OS: Linux Status: UNCONFIRME

[dpdk-dev] [PATCH] net/ipn3ke: fix line side statistics register read

2019-12-30 Thread Andy Pei
To read line side statistics register, eth_group_sel args in function ipn3ke_indirect_mac_read should be 0. When eth_group_sel is 1, the nic side register is read. Fixes: 5a6d883878db ("net/ipn3ke: implement statistics") Cc: andy@intel.com Cc: sta...@dpdk.org Signed-off-by: Andy Pei --- Cc:

Re: [dpdk-dev] [EXT] Re: [PATCH 1/2] test/meson: hash test split into shorter subtests

2019-12-30 Thread Amit Gupta
Ping! Any plan to merge this change ? Regards, Amit > -Original Message- > From: Amit Gupta > Sent: Thursday, November 7, 2019 9:03 AM > To: Ferruh Yigit ; Wang, Yipeng1 > ; Gobriel, Sameh ; > Thomas Monjalon > Cc: dev@dpdk.org; David Marchand > Subject: RE: [EXT] Re: [dpdk-dev] [PATC

Re: [dpdk-dev] [RFC PATCH] mbuf: fix to update documentation of PKT_RX_QINQ_STRIPPED

2019-12-30 Thread Somnath Kotur
Andrew, On Tue, Dec 24, 2019 at 3:23 PM Andrew Rybchenko wrote: > > On 12/24/19 6:16 AM, Somnath Kotur wrote: > > Given that we haven't heard any objection from anyone in a while on > > this ...can we get this in please? > > I'm sorry, but have you seen below? > It means that PKT_RX_QINQ_STRIPPED

Re: [dpdk-dev] [RFC PATCH] mbuf: fix to update documentation of PKT_RX_QINQ_STRIPPED

2019-12-30 Thread Somnath Kotur
On Fri, Dec 27, 2019 at 8:20 PM Olivier Matz wrote: > > Hi, > > On Tue, Dec 24, 2019 at 12:53:21PM +0300, Andrew Rybchenko wrote: > > On 12/24/19 6:16 AM, Somnath Kotur wrote: > > > Given that we haven't heard any objection from anyone in a while on > > > this ...can we get this in please? > > > >

Re: [dpdk-dev] [PATCH] pmdinfogen: add SPDX license tag

2019-12-30 Thread Stephen Hemminger
On Tue, 3 Sep 2019 12:54:35 +0530 Hemant Agrawal wrote: > diff --git a/license/exceptions.txt b/license/exceptions.txt > index f1cfa462f..9443dfc63 100644 > --- a/license/exceptions.txt > +++ b/license/exceptions.txt > @@ -12,7 +12,9 @@ Note that following licenses are not exceptions:- > --

Re: [dpdk-dev] [PATCH] net/ixgbe: fix blocking system events

2019-12-30 Thread Ananyev, Konstantin
Hi, > IXGBE link status task use rte alarm thread in old implementation. > Sometime ixgbe link status task takes up to 9 seconds. This will > severely affect the rte-alarm-thread-dependent a task in the system, > like interrupt or hotplug event. So replace with a independent thread > which has t

[dpdk-dev] [PATCH v1] crypto/ccp: aes-gcm driver bug fix

2019-12-30 Thread Selwin Sebastian
fixes ccp crypto driver to make aes-gcm output match with openssl/NIST output Signed-off-by: Selwin Sebastian --- drivers/crypto/ccp/ccp_crypto.c | 21 +++-- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/drivers/crypto/ccp/ccp_crypto.c b/drivers/crypto/ccp/ccp_c

Re: [dpdk-dev] [PATCH v6 1/4] net/i40e: cleanup Tx buffers

2019-12-30 Thread Ananyev, Konstantin
> > Add support to the i40e driver for the API rte_eth_tx_done_cleanup > to force free consumed buffers on Tx ring. > > Signed-off-by: Chenxu Di > --- > drivers/net/i40e/i40e_ethdev.c| 1 + > drivers/net/i40e/i40e_ethdev_vf.c | 1 + > drivers/net/i40e/i40e_rxtx.c | 121 +

Re: [dpdk-dev] [PATCH v6 3/4] net/ixgbe: cleanup Tx buffers

2019-12-30 Thread Ananyev, Konstantin
Hi, > Add support to the ixgbe driver for the API rte_eth_tx_done_cleanup > to force free consumed buffers on Tx ring. > > Signed-off-by: Chenxu Di > --- > drivers/net/ixgbe/ixgbe_ethdev.c | 2 + > drivers/net/ixgbe/ixgbe_rxtx.c | 116 +++ > drivers/net/ixgbe/ixg

[dpdk-dev] [PATCH v1] crypto/ccp: add support for new CCP device ID

2019-12-30 Thread Selwin Sebastian
Add a new CCP PCI device ID for supporting V1000/R1000 processors. Signed-off-by: Selwin Sebastian --- drivers/crypto/ccp/rte_ccp_pmd.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/crypto/ccp/rte_ccp_pmd.c b/drivers/crypto/ccp/rte_ccp_pmd.c index 38cb1fe3d..b5bb6790b 100644 ---

Re: [dpdk-dev] l2fwd-event not fully functional with 'dsw'

2019-12-30 Thread Mattias Rönnblom
On 2019-12-29 20:45, Liron Himi wrote: > > Recently we tried to run the new l2fwd-event examples using the ‘dsw’ > as the evendev. > > We noticed that only 4096 packets were sent back to the ethdev. > > Only when we changed both ‘dequeue_depth’ and ‘enqueue_depth’ to 128 > instead of 32, it start

[dpdk-dev] [PATCH v6 2/4] net/ice: cleanup Tx buffers

2019-12-30 Thread Chenxu Di
Add support to the ice driver for the API rte_eth_tx_done_cleanup to force free consumed buffers on Tx ring. Signed-off-by: Chenxu Di --- drivers/net/ice/ice_ethdev.c | 1 + drivers/net/ice/ice_rxtx.c | 118 +++ drivers/net/ice/ice_rxtx.h | 1 + 3 files ch

[dpdk-dev] [PATCH v6 4/4] net/e1000: cleanup Tx buffers

2019-12-30 Thread Chenxu Di
Add support to the igb vf for the API rte_eth_tx_done_cleanup to force free consumed buffers on Tx ring. Signed-off-by: Chenxu Di --- drivers/net/e1000/igb_ethdev.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/e1000/igb_ethdev.c b/drivers/net/e1000/igb_ethdev.c index a3e30dbe

[dpdk-dev] [PATCH v6 3/4] net/ixgbe: cleanup Tx buffers

2019-12-30 Thread Chenxu Di
Add support to the ixgbe driver for the API rte_eth_tx_done_cleanup to force free consumed buffers on Tx ring. Signed-off-by: Chenxu Di --- drivers/net/ixgbe/ixgbe_ethdev.c | 2 + drivers/net/ixgbe/ixgbe_rxtx.c | 116 +++ drivers/net/ixgbe/ixgbe_rxtx.h | 2 +

[dpdk-dev] [PATCH v6 0/4] drivers/net: cleanup Tx buffers

2019-12-30 Thread Chenxu Di
Add support to the drivers inclulding i40e, ice, ixgbe and igb vf for the API rte_eth_tx_done_cleanup to force free consumed buffers on Tx ring. --- v2: added code about igb vf. v3: changed information of author v4: changed code. v5: fixed code and notes. removed code for fm10k. v6: fixed checkp

[dpdk-dev] [PATCH v6 1/4] net/i40e: cleanup Tx buffers

2019-12-30 Thread Chenxu Di
Add support to the i40e driver for the API rte_eth_tx_done_cleanup to force free consumed buffers on Tx ring. Signed-off-by: Chenxu Di --- drivers/net/i40e/i40e_ethdev.c| 1 + drivers/net/i40e/i40e_ethdev_vf.c | 1 + drivers/net/i40e/i40e_rxtx.c | 121 ++

Re: [dpdk-dev] [PATCH v2] mbuf: display more fields in dump

2019-12-30 Thread Olivier Matz
On Fri, Dec 27, 2019 at 09:05:07AM -0800, Stephen Hemminger wrote: > On Fri, 27 Dec 2019 10:10:18 +0100 > Olivier Matz wrote: > > > Hi, > > > > On Thu, Dec 26, 2019 at 08:58:51AM -0800, Stephen Hemminger wrote: > > > On Thu, 26 Dec 2019 17:15:39 +0100 > > > Olivier Matz wrote: > > > > > > >