On 10/20/2016 11:37 AM, Jan Blunck wrote: > This adds infrastructure for drivers to allow being requested by an alias > so that a renamed driver can still get loaded by its legacy name. > > Signed-off-by: Jan Blunck <jblunck at infradead.org> > --- > lib/librte_eal/common/eal_common_vdev.c | 8 ++++++++ > lib/librte_eal/common/include/rte_dev.h | 1 + > lib/librte_eal/common/include/rte_vdev.h | 5 +++++ > 3 files changed, 14 insertions(+)
Hi Jan, This looks good to me, once Pablo's comment is taken into account, feel free to add my: Reviewed-by: Maxime Coquelin <maxime.coquelin at redhat.com> Thanks for doing the work! Maxime