Re: [dpdk-dev] [PATCH v1 1/2] devtools: allow test-null.sh to run on ppc64le

2020-02-13 Thread dwilder
On 2020-02-13 14:17, Thomas Monjalon wrote: 13/02/2020 21:58, dwilder: On 2020-02-13 12:32, Thomas Monjalon wrote: > 13/02/2020 21:24, David Wilder: >> - The --no-huge option requires iova-mode=VA. >> On ppc64le iova-mode defaults to PA therefor >> VA mode must be explicitly set. > > Should

[dpdk-dev] [v2] app/testpmd: parse flow command line for AH

2020-02-13 Thread Xiao Zhang
Add AH and AH SPI to testpmd rte flow command line. Add note and sample AH rules in testpmd guide. Signed-off-by: Xiao Zhang --- v2 Add sample rules in testpmd guide. --- app/test-pmd/cmdline_flow.c | 29 + doc/guides/testpmd_app_ug/testpmd_funcs.rst |

Re: [dpdk-dev] app/testpmd: parse flow command line for AH

2020-02-13 Thread Zhang, Xiao
> -Original Message- > From: Ye, Xiaolong > Sent: Thursday, February 13, 2020 2:46 PM > To: Zhang, Xiao > Cc: dev@dpdk.org; or...@mellanox.com; Zhang, Qi Z ; > Su, Simei ; Iremonger, Bernard > > Subject: Re: [dpdk-dev] app/testpmd: parse flow command line for AH > > Hi, Xiao > > On

Re: [dpdk-dev] [RFC] meter: fix ABI break due to experimental tag removal

2020-02-13 Thread Neil Horman
On Thu, Feb 13, 2020 at 05:40:43PM +, Ray Kinsella wrote: > > > On 05/02/2020 11:32, Neil Horman wrote: > > On Wed, Feb 05, 2020 at 11:04:29AM +0100, Luca Boccassi wrote: > >> On Tue, 2020-02-04 at 07:02 -0500, Neil Horman wrote: > But if we can do the versioning in the master, LTS can b

Re: [dpdk-dev] [PATCH v2 0/7] support switch management

2020-02-13 Thread Xiaojun Liu
hi Xiao, Thanks for your comments! I will fix them ASAP. Best regards, Xiaojun From: Wang, Xiao W Sent: Tuesday, February 11, 2020 6:31 PM To: Xiaojun Liu Cc: dev@dpdk.org ; Zhang, Qi Z ; Kwan, Ngai-mint ; Fornal, Jakub ; Keller, Jacob E ; Jeff Zheng ; Eyal C

[dpdk-dev] [PATCH] doc: add new features and improvements to i40e

2020-02-13 Thread Jiaqi Min
Added support for API rte_eth_tx_done_cleanup. Added support for VF multiple queues interrupt. Added support for setting the link to specific speed. Signed-off-by: Jiaqi Min --- doc/guides/rel_notes/release_20_02.rst | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/gui

[dpdk-dev] [PATCH] doc: add new features and improvements to ice

2020-02-13 Thread Jiaqi Min
Added support for API rte_eth_tx_done_cleanup. Signed-off-by: Jiaqi Min --- doc/guides/rel_notes/release_20_02.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/guides/rel_notes/release_20_02.rst b/doc/guides/rel_notes/release_20_02.rst index 786f9b119..5d01dac58 100644 --- a/doc/guid

[dpdk-dev] [PATCH] doc: add new features and improvements to ixgbe

2020-02-13 Thread Jiaqi Min
Added support for API rte_eth_tx_done_cleanup. Added support setting VF MAC address by PF driver. Added support for setting the link to specific speed. Signed-off-by: Jiaqi Min --- doc/guides/rel_notes/release_20_02.rst | 6 ++ 1 file changed, 6 insertions(+) diff --git a/doc/guides/rel_not

Re: [dpdk-dev] [PATCH 0/7] vfio/pci: SR-IOV support

2020-02-13 Thread Alexey Kardashevskiy
On 12/02/2020 10:05, Alex Williamson wrote: > Given the mostly positive feedback from the RFC[1], here's a new > non-RFC revision. Changes since RFC: > > - vfio_device_ops.match semantics refined > - Use helpers for struct pci_dev.physfn to avoid breakage without >CONFIG_PCI_IOV > - Rel

[dpdk-dev] Questions about rte_timer APIs

2020-02-13 Thread Honnappa Nagarahalli
Hi Erik/Robert, I was looking at the rte_timer library code and have questions around the way instances of timer list are allocated. The API 'rte_timer_subsystem_init' allocates RTE_MAX_DATA_ELS (64) number of timer data structs. Each timer data struct acts as an independent instance of

[dpdk-dev] [PATCH] examples/ipsec-secgw: extend inline session to non AES-GCM

2020-02-13 Thread Ankur Dwivedi
This patch extends creation of inline session to all the algorithms. Previously the inline session was enabled only for AES-GCM cipher. Fixes: 3a690d5a65e2 ("examples/ipsec-secgw: fix first packet with inline crypto") Signed-off-by: Ankur Dwivedi --- examples/ipsec-secgw/sa.c | 26

[dpdk-dev] [PATCH] event/octeontx2: remove WFE from dualslot dequeue

2020-02-13 Thread pbhagavatula
From: Pavan Nikhilesh Each workslot is always bound to a specific lcore there is no multi-core contention to cause cache trashing as a result it is safe to remove the WFE. Also, in dual workslot dequeue work will mostlikely be available on the pair workslot making WFE impractical. Signed-off-by:

[dpdk-dev] [PATCH v2] eal: fix to set the rte_device ptr's device args before hotplug

2020-02-13 Thread Somnath Kotur
As per the comments in this code section, since there is a matching device, it is now its responsibility to manage the devargs we've just inserted. But the matching device ptr's devargs is still uninitialized or not pointing to the newest dev_args that were passed as a parameter to local_dev_probe(

Re: [dpdk-dev] [PATCH] eal: fix to set the rte_device ptr's device args before hotplug

2020-02-13 Thread Somnath Kotur
On Tue, Feb 11, 2020 at 2:08 PM Gaetan Rivet wrote: > > [...] > >>> (gdb) p dev2 > >>> $5 = (struct rte_pci_device *) 0x54de5e0 > >>> (gdb) p /x *dev2 > >>> $6 = {next = {tqe_next = 0x5307460, tqe_prev = 0x5539f80}, device = > >>> {next = {tqe_next = 0x0, tqe_prev = 0x0}, name = 0x54e4f00, driver

[dpdk-dev] net/ixgbe: check illegal packets

2020-02-13 Thread Xiao Zhang
Some illegal packets will lead to TX hang. This patch checks those illegal packets and protects TX from hanging. Fixes: 7829b8d52be0 ("net/ixgbe: add Tx preparation") Cc: sta...@dpdk.org Signed-off-by: Xiao Zhang --- drivers/net/ixgbe/ixgbe_rxtx.c | 6 ++ drivers/net/ixgbe/ixgbe_rxtx.h | 2

Re: [dpdk-dev] [PATCH v8 1/1] fbarray: fix duplicated fbarray file in secondary

2020-02-13 Thread Yasufumi Ogawa
Hi, Could I confirm that this patch is going to be merged in 20.02? Regards, Yasufumi On 2019/12/06 19:44, Burakov, Anatoly wrote: On 27-Nov-19 8:48 AM, Yasufumi Ogawa wrote: From: Yasufumi Ogawa In secondary_msl_create_walk(), it creates a file for fbarrays with its PID for reserving uniqu

Re: [dpdk-dev] [PATCH] doc: remove major in designation of normal releases

2020-02-13 Thread David Marchand
On Mon, Aug 5, 2019 at 2:30 PM Thomas Monjalon wrote: > > The word "major" was used to differentiate with release candidates > or stable maintenance releases. > However the word "major" can be understood as "LTS", > so it is less confusing to avoid this word. > > Reported-by: Ori Kam > Signed-off

Re: [dpdk-dev] [PATCH v3 2/2] net/virtio: add link speed devarg

2020-02-13 Thread Ivan Dyukov
Hi Maxime, 13.02.2020 16:54, Maxime Coquelin пишет: > Hi Ivan, > > On 2/12/20 11:40 AM, Maxime Coquelin wrote: >> >> On 2/12/20 11:35 AM, Tiwei Bie wrote: >>> On Fri, Feb 07, 2020 at 02:25:26PM +0300, Ivan Dyukov wrote: Some applications like pktgen use link_speed to calculate transmit r

<    1   2