Re: [PATCH v1 net-next 0/2] Change tc action identifiers to be more consistent

2019-02-10 Thread David Miller
From: Eli Cohen Date: Sun, 10 Feb 2019 14:24:58 +0200 > This two patch series modifies TC actions identifiers to be more consistent > and > also puts them in one place so new identifiers numbers can be chosen more > easily. > > Eli Cohen (2): > net: Move all TC actions identifiers to one plac

Re: [PATCH v1 net-next 0/2] Change tc action identifiers to be more consistent

2019-02-10 Thread Jamal Hadi Salim
On 2019-02-10 7:24 a.m., Eli Cohen wrote: This two patch series modifies TC actions identifiers to be more consistent and also puts them in one place so new identifiers numbers can be chosen more easily. You left out my ACK. here it is: Acked-by: Jamal Hadi Salim cheers, jamal

[PATCH v1 net-next 0/2] Change tc action identifiers to be more consistent

2019-02-10 Thread Eli Cohen
This two patch series modifies TC actions identifiers to be more consistent and also puts them in one place so new identifiers numbers can be chosen more easily. Eli Cohen (2): net: Move all TC actions identifiers to one place net: Change TCA_ACT_* to TCA_ID_* to match that of TCA_ID_POLICE C