commit | e3d06ff9ec9400b93bacf8fa92f3985c9412e282 | [log] [tgz] |
---|---|---|
author | Sunil Goutham <sgoutham@cavium.com> | Tue May 02 18:36:57 2017 +0530 |
committer | David S. Miller <davem@davemloft.net> | Tue May 02 15:41:22 2017 -0400 |
tree | 9533bd0f5e6a6beaf1b9544b99b5199459e5b6b7 | |
parent | 16f2bccda75da48888772c4829a468be620c5d79 [diff] |
net: thunderx: Support for XDP header adjustment When in XDP mode reserve XDP_PACKET_HEADROOM bytes at the start of receive buffer for XDP program to modify headers and adjust packet start. Additional code changes done to handle such packets. Signed-off-by: Sunil Goutham <sgoutham@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>