From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hannes Frederic Sowa Subject: Re: [pull request][net-next 0/3] Mellanox, mlx5 GRE tunnel offloads Date: Tue, 05 Sep 2017 13:14:10 +0200 Message-ID: <87r2vls8hp.fsf@stressinduktion.org> References: <20170830230409.15176-1-saeedm@mellanox.com> <87fuc7ong0.fsf@stressinduktion.org> <1504402349.3299394.1093467800.72B91372@webmail.messagingengine.com> <87pob6bmjv.fsf@stressinduktion.org> <8760cytnif.fsf@stressinduktion.org> <87k21ez6r9.fsf@stressinduktion.org> Mime-Version: 1.0 Content-Type: text/plain Cc: Saeed Mahameed , Saeed Mahameed , "David S. Miller" , Linux Netdev List To: Tom Herbert Return-path: Received: from out1-smtp.messagingengine.com ([66.111.4.25]:56071 "EHLO out1-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750755AbdIELON (ORCPT ); Tue, 5 Sep 2017 07:14:13 -0400 In-Reply-To: (Tom Herbert's message of "Mon, 4 Sep 2017 11:56:00 -0700") Sender: netdev-owner@vger.kernel.org List-ID: Tom Herbert writes: > There is absolutely no requirement in IP that packets are delivered in > order-- there never has been and there never will be! If the ULP, like > Ethernet encapsulation, requires in order deliver then it needs to > implement that itself like TCP, GRE, and other protocols ensure that > with sequence numbers and reassembly. All of these hoops we do make > sure that packets always follow the same path and are always in order > are done for benefit of middlebox devices like stateful firewalls that > have force us to adopt their concept of network architecture-- in the > long run this is self-defeating and kills our ability to innovate. > > I'm not saying that we shouldn't consider legacy devices, but we > should scrutinize new development or solutions that perpetuate > incorrect design or bad assumptions. So configure RSS per port and ensure no fragments are send to those ports. This is possible and rather easy to do. It solves the problem with legacy software and it spreads out packets for your applications. It is not perfect but it is working and solves both problems. Bye, Hannes