On 10/9/2018 10:31 AM, Igor Russkikh wrote:
> From: Pavel Belous <pavel.bel...@aquantia.com>
> 
> Signed-off-by: Igor Russkikh <igor.russk...@aquantia.com>
> Signed-off-by: Pavel Belous <pavel.bel...@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.

Reply via email to