From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt0-f181.google.com (mail-qt0-f181.google.com [209.85.216.181]) by dpdk.org (Postfix) with ESMTP id D75E037A0 for ; Fri, 30 Jun 2017 04:27:49 +0200 (CEST) Received: by mail-qt0-f181.google.com with SMTP id i2so89086589qta.3 for ; Thu, 29 Jun 2017 19:27:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=FtC40X8MoAl6m4lc2g10/+PoynS3tKUek5rnnR4E3lU=; b=AKjitHADSLQsnwTa57RMP8yMY4oIbVlQfI+IZTnh47oEgVBH3ar50HdkCtNt1QOaKl blCKaqr3INsydV6n6lNWwK+S3JGSbgaPPRG88yX1tfVe8mEi5nNOTgF+fMXeNSHJWcS4 kqLyoRm/TNFyi1B1495SRRn4iNvh5/E0tGsYM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=FtC40X8MoAl6m4lc2g10/+PoynS3tKUek5rnnR4E3lU=; b=ifDLzGNZFUzADnvbAGaz+lgWmxzC29x7786w1PJIVgJmkkt1belWC0CIntZ0LFDkem aUqdUojeDWlHCXHJVD+NgsWTl1ozB8WxeTTNj+wdn5BYlvfXwhcAhon2fy9lngK7DT+N UNAtuNfPTwrF39mKRuMuJNAh9AJhgJmwbDf5btLzrR/DiufiWo9iwUaoSqLTU1bwrg+T 5TwxOvqkYoKCYQSXd0ox87k/gSnRz2XYoOY+/UU3eMcOR0IV4CXMddoCW+PTRIiD7rnI u3UmnFIQoyOKnWuXGKyRw1xIBlz9zhhVyI3/ST3bEkT1todGbKQvxTP7tVibhQLKPnON TnZw== X-Gm-Message-State: AKS2vOwpBkonGgil/c4rcpkLTPep7Kf8F+2xOds0T9J9rJgipQTnVz/Z BVQBlED2b6YT9mb7vUgYrdkkORowGUnhCWQ= X-Received: by 10.237.53.244 with SMTP id d49mr7453399qte.46.1498789669103; Thu, 29 Jun 2017 19:27:49 -0700 (PDT) MIME-Version: 1.0 Received: by 10.200.45.197 with HTTP; Thu, 29 Jun 2017 19:27:08 -0700 (PDT) In-Reply-To: References: <20170629025142.19404-1-ajit.khaparde@broadcom.com> <20170629025142.19404-3-ajit.khaparde@broadcom.com> From: Ajit Khaparde Date: Thu, 29 Jun 2017 21:27:08 -0500 Message-ID: To: Ferruh Yigit Cc: dev@dpdk.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] [PATCH 2/7] net/bnxt: fix mtu configuration for the function X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jun 2017 02:27:50 -0000 On Thu, Jun 29, 2017 at 5:55 AM, Ferruh Yigit wrote: > Just question, would this cause larger frames than expected in applicatio= n? No. It just initializes the hardware early. T=E2=80=8Bhe bp->eth_dev->data-= >mtu still controls what goes to the application.