commit | 15ed8a47ff0571dd268e37002511993b47e996bd | [log] [tgz] |
---|---|---|
author | Mintz, Yuval <Yuval.Mintz@cavium.com> | Fri Apr 07 11:05:00 2017 +0300 |
committer | David S. Miller <davem@davemloft.net> | Fri Apr 07 06:26:14 2017 -0700 |
tree | 6bf2b4788fbf4174e304f0f59bbc25fb03dee2f1 | |
parent | 40b8c45492efc97d9d397475bf475d497fbb9174 [diff] |
qede: Add support for ingress headroom Driver currently doesn't support any headroom; The only 'available' space it has in the head of the buffer is due to the placement offset. In order to allow [later] support of XDP adjustment of headroom, modify the the ingress flow to properly handle a scenario where the packets would have such. Signed-off-by: Yuval Mintz <Yuval.Mintz@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>