Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1456711
| From | Randy Dunlap <rdunlap@infradead.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [RFC V2 PATCH 01/25] net: introduce NET policy |
| Date | 2016-08-04 22:20 +0200 |
| Message-ID | <s2xhv-5Z2-7@gated-at.bofh.it> (permalink) |
| References | <s2wEN-5rB-7@gated-at.bofh.it> <s2wOv-5y4-39@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 08/04/16 12:36, kan.liang@intel.com wrote: > From: Kan Liang <kan.liang@intel.com> > > This patch introduce NET policy subsystem. If proc is supported in the > system, it creates netpolicy node in proc system. > > Signed-off-by: Kan Liang <kan.liang@intel.com> > --- > include/linux/netdevice.h | 7 +++ > include/net/net_namespace.h | 3 ++ > net/Kconfig | 7 +++ > net/core/Makefile | 1 + > net/core/netpolicy.c | 128 ++++++++++++++++++++++++++++++++++++++++++++ > 5 files changed, 146 insertions(+) > create mode 100644 net/core/netpolicy.c > diff --git a/net/Kconfig b/net/Kconfig > index c2cdbce..00552ba 100644 > --- a/net/Kconfig > +++ b/net/Kconfig > @@ -205,6 +205,13 @@ source "net/bridge/netfilter/Kconfig" > > endif > > +config NETPOLICY > + depends on NET > + bool "Net policy support" > + default y > + ---help--- > + Net policy support > + New kconfig options shouldn't default to y. -- ~Randy
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[RFC V2 PATCH 00/25] Kernel NET policy kan.liang@intel.com - 2016-08-04 21:50 +0200
[RFC V2 PATCH 10/25] net/netpolicy: add three new NET policies kan.liang@intel.com - 2016-08-04 21:50 +0200
[RFC V2 PATCH 02/25] net/netpolicy: init NET policy kan.liang@intel.com - 2016-08-04 21:50 +0200
[RFC V2 PATCH 12/25] net/netpolicy: NET device hotplug kan.liang@intel.com - 2016-08-04 21:50 +0200
[RFC V2 PATCH 09/25] net/netpolicy: set NET policy by policy name kan.liang@intel.com - 2016-08-04 21:50 +0200
[RFC V2 PATCH 11/25] net/netpolicy: add MIX policy kan.liang@intel.com - 2016-08-04 21:50 +0200
[RFC V2 PATCH 01/25] net: introduce NET policy kan.liang@intel.com - 2016-08-04 21:50 +0200
Re: [RFC V2 PATCH 01/25] net: introduce NET policy Randy Dunlap <rdunlap@infradead.org> - 2016-08-04 22:20 +0200
[RFC V2 PATCH 05/25] net/netpolicy: create CPU and queue mapping kan.liang@intel.com - 2016-08-04 21:50 +0200
csiph-web