commit | 572c7245182a200e3ac69bb86a0e60cc34c34dc9 | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <jakub.kicinski@netronome.com> | Tue Dec 17 14:12:00 2019 -0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Dec 19 17:46:51 2019 -0800 |
tree | 21535c07cf3ca391bbf874e0aba2f82145b3935e | |
parent | 8fb0d2ced9786f9267713e2aef6dc58b3ef93d62 [diff] |
nfp: pass packet pointer to nfp_net_parse_meta() Make nfp_net_parse_meta() take a packet pointer and return a drop/no drop decision. Right now it returns the end of metadata and caller compares it to the packet pointer. Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Signed-off-by: David S. Miller <davem@davemloft.net>