Re: [dpdk-dev] [RFC] testpmd: support user-id attribute

2023-02-21 Thread Singh, Aman Deep
August 2022 10:01 To: Singh, Aman Deep ; dev@dpdk.org Cc: Slava Ovsiienko ; Ori Kam ; Asaf Penso ; Matan Azrad ; Gaetan Rivet ; Nir Anteby ; Yuying Zhang ; Ferruh Yigit ; Andrew Rybchenko ; NBU-Contact- Thomas Monjalon (EXTERNAL) Subject: RE: [dpdk-dev] [RFC] testpmd: support user-id attribute

Re: [dpdk-dev] [RFC] testpmd: support user-id attribute

2023-02-21 Thread Thomas Monjalon
;Cc: Slava Ovsiienko ; Ori Kam ; > >Asaf Penso ; Matan Azrad ; Gaetan > >Rivet ; Nir Anteby ; Yuying > >Zhang ; Ferruh Yigit ; > >Andrew Rybchenko ; NBU-Contact- > >Thomas Monjalon (EXTERNAL) > >Subject: RE: [dpdk-dev] [RFC] testpmd: support user-id attribute >

RE: [dpdk-dev] [RFC] testpmd: support user-id attribute

2023-01-30 Thread Asaf Penso
; Ferruh Yigit ; >Andrew Rybchenko ; NBU-Contact- >Thomas Monjalon (EXTERNAL) >Subject: RE: [dpdk-dev] [RFC] testpmd: support user-id attribute > >Hi Aman, > >No, the group attribute has its own meaning, so it cannot be used for this >purpose, unless I misunderstood your me

RE: [dpdk-dev] [RFC] testpmd: support user-id attribute

2022-08-07 Thread Eli Britstein
Ovsiienko ; Ori Kam ; >Asaf Penso ; Matan Azrad ; Gaetan >Rivet ; Nir Anteby ; Yuying >Zhang ; Ferruh Yigit ; >Andrew Rybchenko ; NBU-Contact- >Thomas Monjalon (EXTERNAL) >Subject: Re: [dpdk-dev] [RFC] testpmd: support user-id attribute > >External email: Use caution o

Re: [dpdk-dev] [RFC] testpmd: support user-id attribute

2022-07-28 Thread Singh, Aman Deep
Hi Eli, In RTE flow there is support for group_id attribute(u32). Similar to the example you gave- testpmd> flow create 0 group 0x1234 ingress pattern eth / end actions count / drop / end Please check if it fits the requirement. Regards Aman On 7/20/2022 2:14 AM, Thomas Monjalon wrote: +Cc

Re: [dpdk-dev] [RFC] testpmd: support user-id attribute

2022-07-19 Thread Thomas Monjalon
+Cc ethdev and testpmd maintainers Any feedback about this need and solution? 04/07/2022 10:24, Eli Britstein: > Upon creation of a flow, testpmd assigns it a flow ID. Later, the flow > ID is used for flow operations (query, destroy, dump). > > The testpmd application allows to manage flow rule

[dpdk-dev] [RFC] testpmd: support user-id attribute

2022-07-04 Thread Eli Britstein
Upon creation of a flow, testpmd assigns it a flow ID. Later, the flow ID is used for flow operations (query, destroy, dump). The testpmd application allows to manage flow rules with its IDs. The flow ID is known only when the flow is created. In order to prepare a complete sequence of testpmd com