2020-04-27 16:46 UTC-0600 ~ David Ahern <[email protected]> > From: David Ahern <[email protected]> > > Add xdp_egress as a program type since it requires a new attach > type. This follows suit with other program type + attach type > combintations and leverages the SEC name in libbpf. > > Add NET_ATTACH_TYPE_XDP_EGRESS and update attach_type_strings to > allow a user to specify 'xdp_egress' as the attach or detach point. > > Update do_attach_detach_xdp to set XDP_FLAGS_EGRESS_MODE if egress > is selected. > > Update do_xdp_dump_one to show egress program ids. > > Update the documentation and help output. > > Signed-off-by: David Ahern <[email protected]>
Reviewed-by: Quentin Monnet <[email protected]> Thanks!
