Re: [dpdk-dev] [PATCH 1/3] mbuf: add Tx offloads for packet marking

2023-08-14 Thread Nithin Dabilpuram
At last it was suggested to use dynamic ol_flags in mbuf for this feature. We decided to postpone this since it effects our fast path performance. You can remove it from the roadmap. Thanks Nithin On Mon, Jul 31, 2023 at 6:24 PM Thomas Monjalon wrote: > > Please can you remind what was decided f

Re: [dpdk-dev] [PATCH 1/3] mbuf: add Tx offloads for packet marking

2023-07-31 Thread Thomas Monjalon
Please can you remind what was decided for this feature? I think I should remove it from the roadmap. 17/04/2020 09:22, Nithin Dabilpuram: > From: Nithin Dabilpuram > > Introduce PKT_TX_MARK_IP_DSCP, PKT_TX_MARK_IP_ECN > and PKT_TX_MARK_VLAN_DEI Tx offload flags to support > packet marking. >

Re: [dpdk-dev] [PATCH 1/3] mbuf: add Tx offloads for packet marking

2020-05-04 Thread Olivier Matz
Hi, On Fri, May 01, 2020 at 04:48:21PM +0530, Jerin Jacob wrote: > On Fri, Apr 17, 2020 at 12:53 PM Nithin Dabilpuram > wrote: > > > > From: Nithin Dabilpuram > > > > Introduce PKT_TX_MARK_IP_DSCP, PKT_TX_MARK_IP_ECN > > and PKT_TX_MARK_VLAN_DEI Tx offload flags to support > > packet marking. >

Re: [dpdk-dev] [PATCH 1/3] mbuf: add Tx offloads for packet marking

2020-05-01 Thread Jerin Jacob
On Fri, Apr 17, 2020 at 12:53 PM Nithin Dabilpuram wrote: > > From: Nithin Dabilpuram > > Introduce PKT_TX_MARK_IP_DSCP, PKT_TX_MARK_IP_ECN > and PKT_TX_MARK_VLAN_DEI Tx offload flags to support > packet marking. > > When packet marking feature in Traffic manager is enabled, > application has to

[dpdk-dev] [PATCH 1/3] mbuf: add Tx offloads for packet marking

2020-04-17 Thread Nithin Dabilpuram
From: Nithin Dabilpuram Introduce PKT_TX_MARK_IP_DSCP, PKT_TX_MARK_IP_ECN and PKT_TX_MARK_VLAN_DEI Tx offload flags to support packet marking. When packet marking feature in Traffic manager is enabled, application has to the use the three new flags to indicate to PMD on whether packet marking ne