Re: [ovs-dev] [PATCH net-next v2 2/9] net: sched: act_sample: add action cookie to sample

2024-06-18 Thread Ilya Maximets
On 6/18/24 09:38, Adrián Moreno wrote: > On Mon, Jun 17, 2024 at 12:00:04PM GMT, Ilya Maximets wrote: >> On 6/3/24 20:56, Adrian Moreno wrote: >>> If the action has a user_cookie, pass it along to the sample so it can >>> be easily identified. >>> >>> Signed-off-by: Adrian Moreno >>> --- >>>

Re: [ovs-dev] [PATCH net-next v2 2/9] net: sched: act_sample: add action cookie to sample

2024-06-18 Thread Adrián Moreno
On Mon, Jun 17, 2024 at 12:00:04PM GMT, Ilya Maximets wrote: > On 6/3/24 20:56, Adrian Moreno wrote: > > If the action has a user_cookie, pass it along to the sample so it can > > be easily identified. > > > > Signed-off-by: Adrian Moreno > > --- > > net/sched/act_sample.c | 12 > >

Re: [ovs-dev] [PATCH net-next v2 2/9] net: sched: act_sample: add action cookie to sample

2024-06-17 Thread Ilya Maximets
On 6/3/24 20:56, Adrian Moreno wrote: > If the action has a user_cookie, pass it along to the sample so it can > be easily identified. > > Signed-off-by: Adrian Moreno > --- > net/sched/act_sample.c | 12 > 1 file changed, 12 insertions(+) > > diff --git a/net/sched/act_sample.c

Re: [ovs-dev] [PATCH net-next v2 2/9] net: sched: act_sample: add action cookie to sample

2024-06-14 Thread Simon Horman
On Mon, Jun 03, 2024 at 08:56:36PM +0200, Adrian Moreno wrote: > If the action has a user_cookie, pass it along to the sample so it can > be easily identified. > > Signed-off-by: Adrian Moreno Reviewed-by: Simon Horman ___ dev mailing list

[ovs-dev] [PATCH net-next v2 2/9] net: sched: act_sample: add action cookie to sample

2024-06-03 Thread Adrian Moreno
If the action has a user_cookie, pass it along to the sample so it can be easily identified. Signed-off-by: Adrian Moreno --- net/sched/act_sample.c | 12 1 file changed, 12 insertions(+) diff --git a/net/sched/act_sample.c b/net/sched/act_sample.c index a69b53d54039..5c3f86ec964a