Re: MPLS Push action

2025-03-07 Thread Kishore Padmanabha
Hi Thomas, Any update on this. Thanks, Kishore On Tue, Mar 4, 2025 at 12:48 PM Kishore Padmanabha < kishore.padmana...@broadcom.com> wrote: > Hi Thomas, > > On Mon, Mar 3, 2025 at 2:25 PM Thomas Monjalon > wrote: > >> Hi, >> >> This is the related code: >> >> /** >> * RTE_FLOW_ACTION_TYPE_OF

Re: MPLS Push action

2025-03-04 Thread Kishore Padmanabha
Hi Thomas, On Mon, Mar 3, 2025 at 2:25 PM Thomas Monjalon wrote: > Hi, > > This is the related code: > > /** > * RTE_FLOW_ACTION_TYPE_OF_PUSH_MPLS > * > * Implements OFPAT_PUSH_MPLS ("push a new MPLS tag") as defined by the > * OpenFlow Switch Specification. > */ > struct rte_flow_action_of

Re: MPLS Push action

2025-03-03 Thread Thomas Monjalon
Hi, This is the related code: /** * RTE_FLOW_ACTION_TYPE_OF_PUSH_MPLS * * Implements OFPAT_PUSH_MPLS ("push a new MPLS tag") as defined by the * OpenFlow Switch Specification. */ struct rte_flow_action_of_push_mpls { rte_be16_t ethertype; /**< EtherType. */ }; > On Mon, Mar 3, 2025 at

Re: MPLS Push action

2025-03-03 Thread Ajit Khaparde
+Thomas Monjalon On Mon, Mar 3, 2025 at 8:02 AM Kishore Padmanabha wrote: > > Hi, > > > > Anyone has any inputs on this. Or should I add new CLI commands in testpmd to > support action for push MPLS tag. > > > > Thanks, > > Kishore > > > > > > From: Kishore Padmanabha > Sent: Thursday, February

RE: MPLS Push action

2025-03-03 Thread Kishore Padmanabha
Hi, Anyone has any inputs on this. Or should I add new CLI commands in testpmd to support action for push MPLS tag. Thanks, Kishore *From:* Kishore Padmanabha *Sent:* Thursday, February 27, 2025 6:35 PM *To:* 'dev@dpdk.org' *Subject:* MPLS Push action Hi, When MPLS push action i