public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH iproute2 v2 0/3] tc: parse index argument correctly
@ 2023-02-27 18:45 Pedro Tammela
  2023-02-27 18:45 ` [PATCH iproute2 v2 1/3] tc: m_csum: " Pedro Tammela
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Pedro Tammela @ 2023-02-27 18:45 UTC (permalink / raw)
  To: netdev; +Cc: jhs, stephen, Pedro Tammela

Following the kernel side series, we fix the iproute2 side to parse the
index argument correctly.
It's valid in the TC architecture to pass to create a filter that
references an action object:
"tc filter ... action csum index 1"

v1->v2:
- Don't use matches()

Pedro Tammela (3):
  tc: m_csum: parse index argument correctly
  tc: m_mpls: parse index argument correctly
  tc: m_nat: parse index argument correctly

 tc/m_csum.c | 5 ++++-
 tc/m_mpls.c | 4 ++++
 tc/m_nat.c  | 5 ++++-
 3 files changed, 12 insertions(+), 2 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-03-05 17:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-27 18:45 [PATCH iproute2 v2 0/3] tc: parse index argument correctly Pedro Tammela
2023-02-27 18:45 ` [PATCH iproute2 v2 1/3] tc: m_csum: " Pedro Tammela
2023-02-27 18:45 ` [PATCH iproute2 v2 2/3] tc: m_mpls: " Pedro Tammela
2023-02-27 18:45 ` [PATCH iproute2 v2 3/3] tc: m_nat: " Pedro Tammela
2023-03-05 16:47   ` Stephen Hemminger
2023-03-05 17:00 ` [PATCH iproute2 v2 0/3] tc: " patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox