From: Saeed Mahameed <saeedm@mellanox.com>
To: "jakub.kicinski@netronome.com" <jakub.kicinski@netronome.com>
Cc: Moshe Shemesh <moshe@mellanox.com>,
Or Gerlitz <ogerlitz@mellanox.com>,
"john.hurley@netronome.com" <john.hurley@netronome.com>,
Tariq Toukan <tariqt@mellanox.com>,
"linyunsheng@huawei.com" <linyunsheng@huawei.com>,
"netdev@vger.kernel.org" <netdev@vger.kernel.org>,
"lipeng321@huawei.com" <lipeng321@huawei.com>,
"davem@davemloft.net" <davem@davemloft.net>
Subject: Re: [net-next V2 12/15] net: Add IANA_VXLAN_UDP_PORT definition to vxlan header file
Date: Thu, 21 Mar 2019 23:04:56 +0000 [thread overview]
Message-ID: <d3882a25f14a61abb34cd298296fbf4e140d4e7f.camel@mellanox.com> (raw)
In-Reply-To: <20190321155456.4e426844@cakuba.netronome.com>
On Thu, 2019-03-21 at 15:54 -0700, Jakub Kicinski wrote:
> On Thu, 21 Mar 2019 15:51:39 -0700, Saeed Mahameed wrote:
> > From: Moshe Shemesh <moshe@mellanox.com>
> >
> > Added IANA_VXLAN_UDP_PORT (4789) definition to vxlan header file so
> > it
> > can be used by drivers instead of local definition.
> > Updated drivers which locally defined it as 4789 to use it.
> >
> > Signed-off-by: Moshe Shemesh <moshe@mellanox.com>
> > Reviewed-by: Or Gerlitz <ogerlitz@mellanox.com>
> > Cc: John Hurley <john.hurley@netronome.com>
> > Cc: Jakub Kicinski <jakub.kicinski@netronome.com>
> > Cc: Yunsheng Lin <linyunsheng@huawei.com>
> > Cc: Peng Li <lipeng321@huawei.com>
> > Reviewed-by: Tariq Toukan <tariqt@mellanox.com>
> > Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
>
> Acked-by: Jakub Kicinski <jakub.kicinski@netronome.com>
>
> Thanks!
Thanks Jakub, By the way these Acks are not going to be applied to the
commit messages since Dave is going to be pulling from a tag from my
tree.
I don't think there is a way to deal with this..
next prev parent reply other threads:[~2019-03-21 23:05 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-21 22:51 [pull request][net-next V2 00/15] Mellanox, mlx5 updates 2019-03-20 Saeed Mahameed
2019-03-21 22:51 ` [net-next V2 01/15] net/mlx5: Simplify sriov enable/disable flow Saeed Mahameed
2019-03-21 22:51 ` [net-next V2 02/15] net/mlx5: Rename total_vfs to total_vports Saeed Mahameed
2019-03-21 22:51 ` [net-next V2 03/15] net/mlx5: Simplify mlx5_sriov_is_enabled() by using pci core API Saeed Mahameed
2019-03-21 22:51 ` [net-next V2 04/15] net/mlx5: Fix compilation warning in eq.c Saeed Mahameed
2019-03-21 22:51 ` [net-next V2 05/15] net/mlx5e: Fix port buffer function documentation format Saeed Mahameed
2019-03-21 22:51 ` [net-next V2 06/15] net/mlx5e: Fix compilation warning in en_tc.c Saeed Mahameed
2019-03-21 22:51 ` [net-next V2 07/15] net/mlx5e: Remove redundant assignment Saeed Mahameed
2019-03-21 22:51 ` [net-next V2 08/15] net/mlx5: E-Switch, Protect from invalid memory access in offload fdb table Saeed Mahameed
2019-03-21 22:51 ` [net-next V2 09/15] net: Move the definition of the default Geneve udp port to public header file Saeed Mahameed
2019-03-21 22:54 ` Jakub Kicinski
2019-03-21 22:51 ` [net-next V2 10/15] net/mlx5e: Take SW parser code to a separate function Saeed Mahameed
2019-03-21 22:51 ` [net-next V2 11/15] net/mlx5e: TX, Add geneve tunnel stateless offload support Saeed Mahameed
2019-03-21 22:51 ` [net-next V2 12/15] net: Add IANA_VXLAN_UDP_PORT definition to vxlan header file Saeed Mahameed
2019-03-21 22:54 ` Jakub Kicinski
2019-03-21 23:04 ` Saeed Mahameed [this message]
2019-03-21 22:51 ` [net-next V2 13/15] net/mlx5e: Add VLAN ID rewrite fields Saeed Mahameed
2019-03-21 22:51 ` [net-next V2 14/15] net/mlx5e: Support VLAN modify action Saeed Mahameed
2019-03-21 22:51 ` [net-next V2 15/15] net/mlx5e: Replace TC VLAN pop and push actions with VLAN modify Saeed Mahameed
2019-03-22 16:13 ` [pull request][net-next V2 00/15] Mellanox, mlx5 updates 2019-03-20 Saeed Mahameed
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=d3882a25f14a61abb34cd298296fbf4e140d4e7f.camel@mellanox.com \
--to=saeedm@mellanox.com \
--cc=davem@davemloft.net \
--cc=jakub.kicinski@netronome.com \
--cc=john.hurley@netronome.com \
--cc=linyunsheng@huawei.com \
--cc=lipeng321@huawei.com \
--cc=moshe@mellanox.com \
--cc=netdev@vger.kernel.org \
--cc=ogerlitz@mellanox.com \
--cc=tariqt@mellanox.com \
/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