From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [dpdk-stable] [PATCH 1/5] net/qede: fix scatter-gather issue Date: Thu, 5 Jan 2017 13:26:47 +0000 Message-ID: <787fc8d8-1003-d2c0-e8e1-a2b915517456@intel.com> References: <1483172217-30186-1-git-send-email-rasesh.mody@cavium.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: Harish Patil , stable@dpdk.org, Dept-EngDPDKDev@cavium.com To: Rasesh Mody , dev@dpdk.org Return-path: In-Reply-To: <1483172217-30186-1-git-send-email-rasesh.mody@cavium.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" On 12/31/2016 8:16 AM, Rasesh Mody wrote: > From: Harish Patil > > - Make qede_process_sg_pkts() inline and add unlikely check > - Fix mbuf segment chaining logic in qede_process_sg_pkts() > - Change qede_encode_sg_bd() to return total segments required > - Fix first TX buffer descriptor's length > - Replace repeatitive code using a macro > > Fixes: bec0228816c0 ("net/qede: support scatter gather") > > Signed-off-by: Harish Patil > --- Hi Harish, This patch doesn't apply cleanly on top next-net, after pci_dev changes rebased into next-net tree. Can you please send the new version of the patchset rebased on top of latest next-net? Thanks, ferruh <...>