[dpdk-dev] [PATCH v4 17/22] net/atlantic: MAC address manipulations

Ferruh Yigit ferruh.yigit at intel.com
Wed Oct 10 12:28:14 CEST 2018


On 10/9/2018 10:31 AM, Igor Russkikh wrote:
> From: Pavel Belous <Pavel.Belous at aquantia.com>
> 
> Signed-off-by: Igor Russkikh <igor.russkikh at aquantia.com>
> Signed-off-by: Pavel Belous <Pavel.Belous at aquantia.com>
> ---
>  drivers/net/atlantic/atl_ethdev.c | 126 ++++++++++++++++++++++++++++++++++++++
>  1 file changed, 126 insertions(+)
> 
> diff --git a/drivers/net/atlantic/atl_ethdev.c b/drivers/net/atlantic/atl_ethdev.c
> index efdd83fb4d6b..3f0d2e26d7da 100644
> --- a/drivers/net/atlantic/atl_ethdev.c
> +++ b/drivers/net/atlantic/atl_ethdev.c
> @@ -54,6 +54,8 @@ static void atl_dev_info_get(struct rte_eth_dev *dev,
>  
>  static const uint32_t *atl_dev_supported_ptypes_get(struct rte_eth_dev *dev);
>  
> +static int atl_dev_mtu_set(struct rte_eth_dev *dev, uint16_t mtu);

You can separate adding MTU support on its own patch.


More information about the dev mailing list