From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [dpdk-stable] [PATCH v2] net/mlx5: fix MTU update Date: Thu, 03 Aug 2017 23:14:05 +0200 Message-ID: <3171875.UyVQXY82Bl@xps> References: <1501574157-1676-1-git-send-email-nelio.laranjeiro@6wind.com> <2a05d3a7bd6bd34c9604be04b421bc957e6efba5.1501752648.git.nelio.laranjeiro@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: stable@dpdk.org, dev@dpdk.org, Yongseok Koh To: Nelio Laranjeiro Return-path: In-Reply-To: <2a05d3a7bd6bd34c9604be04b421bc957e6efba5.1501752648.git.nelio.laranjeiro@6wind.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 03/08/2017 11:31, Nelio Laranjeiro: > Changing the MTU is not related to changing the number of segments, > activating or not the multi-segment support should be handled by the > application. > > Fixes: 9964b965ad69 ("net/mlx5: re-add Rx scatter support") > Cc: stable@dpdk.org > > Signed-off-by: Nelio Laranjeiro > Acked-by: Yongseok Koh Applied, thanks