X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fmrvl%2Fmrvl_qos.h;h=ae7508c97a04b7e096518a7022ed85ff02f43ede;hb=72654f090a113d430a15733a27f759d07e5132d1;hp=0fcc85ca751cc77fd935b00f4e40a58a3225add5;hpb=0ddc9b815b1105f575b1344619be9f181ce139de;p=dpdk.git diff --git a/drivers/net/mrvl/mrvl_qos.h b/drivers/net/mrvl/mrvl_qos.h index 0fcc85ca75..ae7508c97a 100644 --- a/drivers/net/mrvl/mrvl_qos.h +++ b/drivers/net/mrvl/mrvl_qos.h @@ -1,7 +1,9 @@ /*- * BSD LICENSE * - * Copyright(c) 2017 Semihalf. All rights reserved. + * Copyright(c) 2017 Marvell International Ltd. + * Copyright(c) 2017 Semihalf. + * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -13,7 +15,7 @@ * notice, this list of conditions and the following disclaimer in * the documentation and/or other materials provided with the * distribution. - * * Neither the name of Semihalf nor the names of its + * * Neither the name of the copyright holder nor the names of its * contributors may be used to endorse or promote products derived * from this software without specific prior written permission. * @@ -34,7 +36,6 @@ #define _MRVL_QOS_H_ #include -#include #include "mrvl_ethdev.h" @@ -94,7 +95,7 @@ mrvl_get_qoscfg(const char *key __rte_unused, const char *path, * @returns 0 in case of success, negative value otherwise. */ int -mrvl_configure_rxqs(struct mrvl_priv *priv, uint8_t portid, +mrvl_configure_rxqs(struct mrvl_priv *priv, uint16_t portid, uint16_t max_queues); /**