]> git.proxmox.com Git - mirror_ovs.git/commit
dp-packet.h: move funcs to be within cond block
authorFlavio Leitner <fbl@sysclose.org>
Tue, 25 Sep 2018 21:08:04 +0000 (18:08 -0300)
committerIan Stokes <ian.stokes@intel.com>
Fri, 12 Oct 2018 10:35:35 +0000 (11:35 +0100)
commite52ad72157c181d1dbc423e85f37b701b5eda6a6
treee010747f936f49b20650075feaa79b9d99637f77
parent4617d1f6bd24c543f533f6485b42ebca6b0a8371
dp-packet.h: move funcs to be within cond block

There is already an ifdef DPDK_NETDEV block, so instead of checking
on each and every function, move them to the right block.

No functional change.

Signed-off-by: Flavio Leitner <fbl@sysclose.org>
Acked-by: Tiago Lam <tiago.lam@intel.com>
Signed-off-by: Ian Stokes <ian.stokes@intel.com>
lib/dp-packet.h