netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Guillaume Nault <gnault@redhat.com>
To: Hangbin Liu <liuhangbin@gmail.com>
Cc: netdev@vger.kernel.org, Petr Machata <pmachata@gmail.com>,
	"David S . Miller" <davem@davemloft.net>,
	Roopa Prabhu <roopa@cumulusnetworks.com>,
	David Ahern <dsahern@kernel.org>,
	Andreas Karis <akaris@redhat.com>,
	stable@vger.kernel.org
Subject: Re: [PATCHv2 net 0/2] Add IP_DSCP_MASK and fix vxlan tos value before xmit
Date: Tue, 4 Aug 2020 09:47:00 +0200	[thread overview]
Message-ID: <20200804074700.GA3798@linux.home> (raw)
In-Reply-To: <20200804014312.549760-1-liuhangbin@gmail.com>

On Tue, Aug 04, 2020 at 09:43:10AM +0800, Hangbin Liu wrote:
> This patch set is aim to update the old IP_TOS_MASK to new IP_DSCP_MASK
> as tos value has been obsoleted for a long time. But to make sure we don't
> break any existing behaviour, we can't just replease all IP_TOS_MASK
> to new IP_DSCP_MASK.
> 
> So let's update it case by case. The first issue we will fix is that vxlan
> is unable to take the first 3 bits from DSCP field before xmit. Use the
> new RT_DSCP() would resolve this.
> 
> v2: Remove IP_DSCP() definition as it's duplicated with RT_DSCP().
>     Post the patch to net instead of net-next as we need fix the vxlan issue

Acked-by: Guillaume Nault <gnault@redhat.com>


      parent reply	other threads:[~2020-08-04  7:47 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-03  8:02 [PATCH net-next 0/2] Add IP_DSCP_MASK and fix vxlan tos value before xmit Hangbin Liu
2020-08-03  8:02 ` [PATCH net-next 1/2] net: add IP_DSCP_MASK Hangbin Liu
2020-08-03  9:26   ` Guillaume Nault
2020-08-03  8:02 ` [PATCH net-next 2/2] vxlan: fix getting tos value from DSCP field Hangbin Liu
2020-08-03  9:30   ` Guillaume Nault
2020-08-04  1:43 ` [PATCHv2 net 0/2] Add IP_DSCP_MASK and fix vxlan tos value before xmit Hangbin Liu
2020-08-04  1:43   ` [PATCHv2 net 1/2] net: add IP_DSCP_MASK Hangbin Liu
2020-08-04  1:43   ` [PATCHv2 net 2/2] vxlan: fix getting tos value from DSCP field Hangbin Liu
2020-08-04 19:47     ` David Miller
2020-08-05  2:20       ` Hangbin Liu
2020-08-04  7:47   ` Guillaume Nault [this message]

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=20200804074700.GA3798@linux.home \
    --to=gnault@redhat.com \
    --cc=akaris@redhat.com \
    --cc=davem@davemloft.net \
    --cc=dsahern@kernel.org \
    --cc=liuhangbin@gmail.com \
    --cc=netdev@vger.kernel.org \
    --cc=pmachata@gmail.com \
    --cc=roopa@cumulusnetworks.com \
    --cc=stable@vger.kernel.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;
as well as URLs for NNTP newsgroup(s).