RE: [PATCH 00/36] v2 net subsystem misc refcounter conversions

2017-07-05 Thread Reshetova, Elena
> From: Elena Reshetova > Date: Tue, 4 Jul 2017 15:52:55 +0300 > > > Changes in v2: > > * rebase on top of net-next > > * currently by default refcount_t = atomic_t (*) and uses all > >atomic standard operations unless CONFIG_REFCOUNT_FULL is enabled. > >

Re: [PATCH 00/36] v2 net subsystem misc refcounter conversions

2017-07-04 Thread David Miller
From: Elena Reshetova Date: Tue, 4 Jul 2017 15:52:55 +0300 > Changes in v2: > * rebase on top of net-next > * currently by default refcount_t = atomic_t (*) and uses all >atomic standard operations unless CONFIG_REFCOUNT_FULL is enabled. >This is a

[PATCH 00/36] v2 net subsystem misc refcounter conversions

2017-07-04 Thread Elena Reshetova
Changes in v2: * rebase on top of net-next * currently by default refcount_t = atomic_t (*) and uses all atomic standard operations unless CONFIG_REFCOUNT_FULL is enabled. This is a compromise for the systems that are critical on performance (such as net) and cannot accept even slight