On 7/21/22 18:19, Stephen Hemminger wrote:
On Thu, 21 Jul 2022 11:13:01 +0000
Alex Kiselev <a...@bisonrouter.com> wrote:
On Linux and most other systems, network interface index is a 32-bit
integer. Indexes overflowing the 16-bit integer are frequently seen
when used inside a Docker container.
Signed-off-by: Alex Kiselev <a...@bisonrouter.com>
Looks good, Linux API is inconsistent in use of signed vs unsigned
int for the ifindex. But negative values are never used/returned.
Acked-by: Stephen Hemminger <step...@networkplumber.org>
Fixes: 7c25284e30c2 ("net/tap: add netlink back-end for flow API")
Fixes: 2bc06869cd94 ("net/tap: add remote netdevice traffic capture")
Cc: sta...@dpdk.org
Applied to dpdk-next-net/main, thanks.