Re: [PATCH net] tc-testing: avoid action cookies with odd length.

2020-06-25 Thread David Miller
From: Briana Oursler Date: Wed, 24 Jun 2020 12:29:14 -0700 > Update odd length cookie hexstrings in csum.json, tunnel_key.json and > bpf.json to be even length to comply with check enforced in commit > 0149dabf2a1b ("tc: m_actions: check cookie hexstring len") in iproute2. > > Signed-off-by: Bri

[PATCH net] tc-testing: avoid action cookies with odd length.

2020-06-24 Thread Briana Oursler
Update odd length cookie hexstrings in csum.json, tunnel_key.json and bpf.json to be even length to comply with check enforced in commit 0149dabf2a1b ("tc: m_actions: check cookie hexstring len") in iproute2. Signed-off-by: Briana Oursler Reviewed-by: Stefano Brivio Reviewed-by: Davide Caratti