Re: [PATCH AUTOSEL 5.4 07/26] net sched: fix reporting the first-time use timestamp

2020-05-31 Thread Pavel Machek
Hi! > From: Roman Mashak > > [ Upstream commit b15e62631c5f19fea9895f7632dae9c1b27fe0cd ] > > When a new action is installed, firstuse field of 'tcf_t' is explicitly set > to 0. Value of zero means "new action, not yet used"; as a packet hits the > action, 'firstuse' is stamped with the current

[PATCH AUTOSEL 5.4 07/26] net sched: fix reporting the first-time use timestamp

2020-05-28 Thread Sasha Levin
From: Roman Mashak [ Upstream commit b15e62631c5f19fea9895f7632dae9c1b27fe0cd ] When a new action is installed, firstuse field of 'tcf_t' is explicitly set to 0. Value of zero means "new action, not yet used"; as a packet hits the action, 'firstuse' is stamped with the current jiffies value. tc