Re: [PATCH iproute2 net-next] bpf: Add support for IFLA_XDP_PROG_ID

2017-06-27 Thread Stephen Hemminger
On Wed, 21 Jun 2017 14:29:42 -0700 Martin KaFai Lau wrote: > This patch adds support to the newly added IFLA_XDP_PROG_ID. > > ./ip link show dev eth0 > 3: eth0: mtu 1500 xdpgeneric/id:2 qdisc > [...] > > Signed-off-by: Martin KaFai Lau Applied to net-next

Re: [PATCH iproute2 net-next] bpf: Add support for IFLA_XDP_PROG_ID

2017-06-21 Thread Daniel Borkmann
On 06/21/2017 11:29 PM, Martin KaFai Lau wrote: This patch adds support to the newly added IFLA_XDP_PROG_ID. ./ip link show dev eth0 3: eth0: mtu 1500 xdpgeneric/id:2 qdisc [...] Signed-off-by: Martin KaFai Lau Acked-by: Daniel Borkmann

[PATCH iproute2 net-next] bpf: Add support for IFLA_XDP_PROG_ID

2017-06-21 Thread Martin KaFai Lau
This patch adds support to the newly added IFLA_XDP_PROG_ID. ./ip link show dev eth0 3: eth0: mtu 1500 xdpgeneric/id:2 qdisc [...] Signed-off-by: Martin KaFai Lau --- include/linux/if_link.h | 1 + ip/iplink_xdp.c | 12 +--- 2 files changed, 10 insertions(+), 3 deletions(-) d