commit | b9022b53adad88fd6cf2b9718c9e498504f3e1dd | [log] [tgz] |
---|---|---|
author | Taehee Yoo <ap420073@gmail.com> | Sun Oct 31 16:00:02 2021 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Nov 01 13:36:08 2021 +0000 |
tree | 36b71cc5ec673bf1bf7d7b5d051c8a1dbd40727f | |
parent | 741948ff6096baa5b393298e7d43257c3151af6e [diff] |
amt: add control plane of amt interface It adds definitions and control plane code for AMT. this is very similar to udp tunneling interfaces such as gtp, vxlan, etc. In the next patch, data plane code will be added. Signed-off-by: Taehee Yoo <ap420073@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>