mbox series

[iproute2,v2,0/3] tc: parse index argument correctly

Message ID 20230227184510.277561-1-pctammela@mojatatu.com (mailing list archive)
Headers show
Series tc: parse index argument correctly | expand

Message

Pedro Tammela Feb. 27, 2023, 6:45 p.m. UTC
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(-)

Comments

patchwork-bot+netdevbpf@kernel.org March 5, 2023, 5 p.m. UTC | #1
Hello:

This series was applied to iproute2/iproute2.git (main)
by Stephen Hemminger <stephen@networkplumber.org>:

On Mon, 27 Feb 2023 15:45:07 -0300 you wrote:
> 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()
> 
> [...]

Here is the summary with links:
  - [iproute2,v2,1/3] tc: m_csum: parse index argument correctly
    https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=89d7346aa908
  - [iproute2,v2,2/3] tc: m_mpls: parse index argument correctly
    https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=af6fd6b84554
  - [iproute2,v2,3/3] tc: m_nat: parse index argument correctly
    https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=7375ab684228

You are awesome, thank you!