OSDN Git Service

Merge branch 'nfp-update-to-control-structures'
authorDavid S. Miller <davem@davemloft.net>
Sat, 13 Apr 2019 00:29:15 +0000 (17:29 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 13 Apr 2019 00:29:15 +0000 (17:29 -0700)
commit9d60f0ea1c555045aa2dcf15877b178adba3d697
treeed712a67f1dbeaca59a4d79b7087e9cbb7a04854
parent1deeb6408c1ca9ee2ebb0ee8e0a7ba7c6fadf397
parentbcf0cafab44fd56b92fe284d010d59fd5d7f17eb
Merge branch 'nfp-update-to-control-structures'

Jakub Kicinski says:

====================
nfp: update to control structures

This series prepares NFP control structures for crypto offloads.
So far we mostly dealt with configuration requests under rtnl lock.
This will no longer be the case with crypto.  Additionally we will
try to reuse the BPF control message format, so we move common code
out of BPF.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>