Re: [PATCH] eventdev/timer: add API to get remaining ticks

2022-12-17 Thread Mattias Rönnblom
On 2022-12-16 22:56, Erik Gabriel Carrillo wrote: Introduce an event timer adapter API which allows users to determine how many adapter ticks remain until an event timer fires. Signed-off-by: Erik Gabriel Carrillo --- app/test/test_event_timer_adapter.c| 68 ++ li

RE: [PATCH] net/ice: add devargs for disabling mac filter

2022-12-17 Thread Zhang, Ke1X
> -Original Message- > From: Stephen Hemminger > Sent: Tuesday, December 13, 2022 11:51 AM > To: Zhang, Ke1X > Cc: Zhang, Qi Z ; Zhang, Yuying > ; dev@dpdk.org > Subject: Re: [PATCH] net/ice: add devargs for disabling mac filter > > On Fri, 25 Nov 2022 10:51:24 +0800 > Ke Zhang wrote

Re: [PATCH] net/ice: add devargs for disabling mac filter

2022-12-17 Thread Stephen Hemminger
On Sat, 17 Dec 2022 15:22:21 + "Zhang, Ke1X" wrote: > > -Original Message- > > From: Stephen Hemminger > > Sent: Tuesday, December 13, 2022 11:51 AM > > To: Zhang, Ke1X > > Cc: Zhang, Qi Z ; Zhang, Yuying > > ; dev@dpdk.org > > Subject: Re: [PATCH] net/ice: add devargs for disabling

[PATCH] lib/net: added push MPLS header API

2022-12-17 Thread Tanzeel-inline
Push MPLS header after ethernet header, updates ethernet type and MPLS bs bit if required. Signed-off-by: Tanzeel Ahmed --- .mailmap | 1 + lib/net/rte_mpls.h | 59 ++ 2 files changed, 60 insertions(+) diff --git a/.mailmap b/.mail

Re: [PATCH] lib/net: added push MPLS header API

2022-12-17 Thread Stephen Hemminger
On Sat, 17 Dec 2022 12:59:57 -0500 Tanzeel-inline wrote: > +/** > + * Insert MPLS header into the packet. > + * > + * If it's first MPLS header to be inserted in the packet, > + * - Updates the ether type. > + * - Sets the MPLS bottom-of-stack bit to 1. > + * > + * @param m > + * The point

RE: [PATCH] eventdev/timer: add API to get remaining ticks

2022-12-17 Thread Carrillo, Erik G
> -Original Message- > From: Mattias Rönnblom > Sent: Saturday, December 17, 2022 3:22 AM > To: Carrillo, Erik G ; jer...@marvell.com > Cc: Naga Harish K, S V ; Jayatheerthan, Jay > ; pbhagavat...@marvell.com; > sthot...@marvell.com; dev@dpdk.org > Subject: Re: [PATCH] eventdev/timer: ad

[PATCH v2 2/2] lib/net: added push MPLS header API

2022-12-17 Thread Tanzeel-inline
The mpls hdr can't be const because the bs bit is updated by checking ether type. v2: * marked experimental * trailing blanks removed * space after /* and before */ * updated to bracket cuddle style * changed rte_memcpy to memcpy Signed-off-by: Tanzeel Ahmed --- lib/net/rte_mpls.h | 24 +++

[Bug 1154] RTE flow: Getting a conflict error even though the rules doesn't have a conflict

2022-12-17 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=1154 Bug ID: 1154 Summary: RTE flow: Getting a conflict error even though the rules doesn't have a conflict Product: DPDK Version: 22.07 Hardware: x86 OS: Linux