Netdev List
 help / color / mirror / Atom feed
From: Eric Dumazet <edumazet@google.com>
To: "David S . Miller" <davem@davemloft.net>
Cc: netdev <netdev@vger.kernel.org>,
	Eric Dumazet <edumazet@google.com>,
	Eric Dumazet <eric.dumazet@gmail.com>,
	Petri Gynther <pgynther@google.com>,
	Stephen Hemminger <stephen@networkplumber.org>
Subject: [PATCH net 0/2] net: propagate max_gso_segs and max_gso_size
Date: Mon, 21 Mar 2016 09:55:09 -0700	[thread overview]
Message-ID: <1458579311-17699-1-git-send-email-edumazet@google.com> (raw)

bridge code does not properly update max_gso_segs and max_gso_size.

Since this was not really obvious, first patch adds two new rtnetlink
attributes to help debugging this kind of issues (ip -d link)

Second patch fixes bridge code.

Eric Dumazet (2):
  net/rtnetlink: add IFLA_GSO_MAX_SEGS and IFLA_GSO_MAX_SIZE attributes
  bridge: update max_gso_segs and max_gso_size

 include/uapi/linux/if_link.h |  2 ++
 net/bridge/br_if.c           | 16 ++++++++++++++++
 net/core/rtnetlink.c         |  4 ++++
 3 files changed, 22 insertions(+)

-- 
2.8.0.rc3.226.g39d4020

             reply	other threads:[~2016-03-21 16:55 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-21 16:55 Eric Dumazet [this message]
2016-03-21 16:55 ` [PATCH net 1/2] net/rtnetlink: add IFLA_GSO_MAX_SEGS and IFLA_GSO_MAX_SIZE attributes Eric Dumazet
2016-03-21 16:55 ` [PATCH net 2/2] bridge: update max_gso_segs and max_gso_size Eric Dumazet
2016-03-21 17:36 ` [PATCH net 0/2] net: propagate " David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1458579311-17699-1-git-send-email-edumazet@google.com \
    --to=edumazet@google.com \
    --cc=davem@davemloft.net \
    --cc=eric.dumazet@gmail.com \
    --cc=netdev@vger.kernel.org \
    --cc=pgynther@google.com \
    --cc=stephen@networkplumber.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox