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
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 |
> -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
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
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
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
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
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
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
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
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
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:
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(
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
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
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
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
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
101 - 118 of 118 matches
Mail list logo