aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/proc.py
diff options
context:
space:
mode:
authorJesper Dangaard Brouer <[email protected]>2018-02-13 17:59:22 +0100
committerDavid S. Miller <[email protected]>2018-02-14 14:23:39 -0500
commite6dbe9397ea754e80f59d852a74fc289fa8b0f3a (patch)
tree08dc24317281e795f1abb0d49fe15bed5d484103 /scripts/gdb/linux/proc.py
parentfae8b6f4a6be42372f8b7ffda39c3ca2cd951dc1 (diff)
Revert "net: thunderx: Add support for xdp redirect"
This reverts commit aa136d0c82fcd6af14535853c30e219e02b2692d. As I previously[1] pointed out this implementation of XDP_REDIRECT is wrong. XDP_REDIRECT is a facility that must work between different NIC drivers. Another NIC driver can call ndo_xdp_xmit/nicvf_xdp_xmit, but your driver patch assumes payload data (at top of page) will contain a queue index and a DMA addr, this is not true and worse will likely contain garbage. Given you have not fixed this in due time (just reached v4.16-rc1), the only option I see is a revert. [1] http://lkml.kernel.org/r/[email protected] Cc: Sunil Goutham <[email protected]> Cc: Christina Jacob <[email protected]> Cc: Aleksey Makarov <[email protected]> Fixes: aa136d0c82fc ("net: thunderx: Add support for xdp redirect") Signed-off-by: Jesper Dangaard Brouer <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/proc.py')
0 files changed, 0 insertions, 0 deletions