]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'nfp-more-set-actions-and-notifier-refactor'
authorDavid S. Miller <davem@davemloft.net>
Wed, 7 Nov 2018 19:45:22 +0000 (11:45 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 7 Nov 2018 19:45:22 +0000 (11:45 -0800)
commit85b71572858fa2309ec56317ff4b6764e0a17bfb
tree6716bea016a5f8b93c270793ed81ff9ab53e2a46
parent6ee341200064475febd368d98cb1e8bdc9f9838b
parent7316f7adacaae19d4ccef1a56e533980deb04813
Merge branch 'nfp-more-set-actions-and-notifier-refactor'

Jakub Kicinski says:

====================
nfp: more set actions and notifier refactor

This series brings updates to flower offload code.  First Pieter adds
support for setting TTL, ToS, Flow Label and Hop Limit fields in IPv4
and IPv6 headers.

Remaining 5 patches deal with factoring out netdev notifiers from flower
code.  We already have two instances, and more is coming, so it's time
to move to one central notifier which then feeds individual feature
handlers.

I start that part by cleaning up the existing notifiers.  Next a central
notifier is added, and used by flower offloads.
====================

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