ethdev: register as a class
authorGaetan Rivet <gaetan.rivet@6wind.com>
Wed, 19 Sep 2018 16:03:36 +0000 (18:03 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 3 Oct 2018 12:23:02 +0000 (14:23 +0200)
commite815a7f6937139da077eb919320dd6b75a2a390d
tree98575d1c0f9c74d779fc779678d2186bcbfb17d8
parent600ce805363601104cf7678eaf30fa409226996a
ethdev: register as a class

Implement the operators of an rte_class for the
ethdev abstraction layer.

Register the layer as such.

Signed-off-by: Gaetan Rivet <gaetan.rivet@6wind.com>
Acked-by: Andrew Rybchenko <arybchenko@solarflare.com>
lib/librte_ethdev/Makefile
lib/librte_ethdev/meson.build
lib/librte_ethdev/rte_class_eth.c [new file with mode: 0644]