When asked by Jamal to unify the various code duplications he had to
adjust in commit 43726b750a398 ("tc: don't ignore ok as an action
branch") I created patches 2 and 3, the rest is fallout.

Phil Sutter (4):
  tc: Reformat tc_util.h
  tc: util: bore up action_a2n()
  tc: use action_a2n() everywhere
  tc: util: No need for action_n2a() to be reentrant

 tc/m_bpf.c      |  27 ++--------
 tc/m_connmark.c |  27 +---------
 tc/m_csum.c     |  31 ++----------
 tc/m_gact.c     |  24 +++------
 tc/m_ife.c      |  30 ++----------
 tc/m_mirred.c   |  30 ++----------
 tc/m_nat.c      |  30 ++----------
 tc/m_pedit.c    |  26 ++--------
 tc/m_police.c   |  60 ++---------------------
 tc/m_simple.c   |  27 +---------
 tc/m_skbedit.c  |  22 +--------
 tc/m_vlan.c     |  29 ++---------
 tc/tc_util.c    |  68 ++++++++++++++++----------
 tc/tc_util.h    | 149 +++++++++++++++++++++++++++++---------------------------
 14 files changed, 159 insertions(+), 421 deletions(-)

-- 
2.8.2

Reply via email to