mbuf: deinline clone function
authorStephen Hemminger <stephen@networkplumber.org>
Tue, 8 Oct 2019 16:33:48 +0000 (09:33 -0700)
committerDavid Marchand <david.marchand@redhat.com>
Wed, 16 Oct 2019 10:42:04 +0000 (12:42 +0200)
Cloning mbufs requires allocations and iteration
and therefore should not be an inline.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Andrew Rybchenko <arybchenko@solarflare.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>

No differences found