From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 60AEF5398; Thu, 30 Mar 2017 18:32:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490891561; x=1522427561; h=subject:to:references:cc:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=OzXJplErpI/b03SVGx6Xe+YUkpLP5sG21acf0+dnntI=; b=po02kul1uvne1cm2gkFrot0azxbfkjJusTI/hPU4oISFCGKAE++FMvG3 46boOIZpNu5J+cq3roxj0oUYzj8hkA==; Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Mar 2017 09:32:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,247,1486454400"; d="scan'208";a="82783461" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga006.fm.intel.com with ESMTP; 30 Mar 2017 09:32:15 -0700 To: Nelio Laranjeiro , dev@dpdk.org References: <0765108e11b5128da9f6d403d87e3e42d0adffdd.1490773336.git.nelio.laranjeiro@6wind.com> Cc: Adrien Mazarguil , Yongseok Koh , stable@dpdk.org From: Ferruh Yigit Message-ID: Date: Thu, 30 Mar 2017 17:32:15 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <0765108e11b5128da9f6d403d87e3e42d0adffdd.1490773336.git.nelio.laranjeiro@6wind.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [PATCH] net/mlx5: fix Tx when first segment size is too short X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 16:32:42 -0000 On 3/29/2017 8:51 AM, Nelio Laranjeiro wrote: > First segment size must be at least 18 bytes, packets not respecting this > are silently not sent by the NIC but counted as sent by the PMD. The only > way to figure out is compiling the PMD in debug mode. > > Cc: stable@dpdk.org > Fixes: 6579c27c11a5 ("net/mlx5: remove gather loop on segments") > > Signed-off-by: Nelio Laranjeiro > Acked-by: Adrien Mazarguil > Acked-by: Yongseok Koh Applied to dpdk-next-net/master, thanks.